Great idea – horrified by virtual folders
-
I recently worked with a client on a major upgrade to their WP membership system. They had your plugin, and ~50 GIGS of images in a membership type website where users have been uploading away to their hearts content… lol
They are hosted on WPengine and using up too much space. So we need to carefully migrate and offload onto CloudHosting
So, as I am looking around in the wp-admin panel I see previous dev’s had created a hook to make separate folders for each user in filebird
from the WP admin panel the whole filebird system “looks nice”
I am thinking “this will be easy to migrate and work with”
NOPE – TO MY HORROR
I discovered the filebird filesystem is ALL VIRTUAL.What we are now dealing with is 50 Gigs of images (think about that). On average each image is 250kb to 1mb… we are talking 250,000+ times 4 (multiple sizes) so easily 1,000,000 images… UNORGANIZED… floating around in the wp-content folder like pure madness. LOL (its horrible)
This whole time the owner thought “everything was perfectly organized, I used the filebird plugin and paid for customizations!”
So, I show the owner what’s REALLY going on…
A Million file unorganized messNow, at this point my best bet for organizing the system is to somehow use the API you set up (which is cool) to then go actually make the filesystem match the “virtual system” but that does not help out with the database records problem.
So, here is both so praise and constructive feedback:
1- COOL IDEA! I love the idea. filebird “looks like it works”
2- BIG PROBLEM! Every “virtual folder” up here should have been a real folderSuggestions:
A) Make a checkbox in settings to have “actual folders”
B) Make a tool in settings to “convert” virtual folders into real ones
C) Add a setting that says “Organize users subfolders into date/year”If those things had been done we would be able to simply run some SCP commands to sync only the folders/files we needed or break up the import.
I know what the solution is here and am capable of fixing it
I just want to put this experience on your radar.Maybe you have a script that can handle this?
Perhaps this is a feature in the pro version?
The topic ‘Great idea – horrified by virtual folders’ is closed to new replies.