Further details on how this thing works
-
I see some of how this thing works thanks to your helpful FAQ’s. Can you supply a little more information, such as:
- Does this create a table when you install it, and does it remove it when you uninstall? If it is adding metadata to the wp_posts table for each media item, is there a way to remove that metadata?
- Does it look for the intermediate size images that WordPress creates (the Thumbnail and Medium and Large sizes), and does it delete them when it deletes an image? (Is it simply using the built-in WP function wp_delete_attachment that removes all derivatives?)
- It looks like when MdD finds mypicture.jpg and mypicture1.jpg and both are 32652bytes, then that is flagged as a duplicate. What if someotherpicture.jpg is also 32652bytes, would all three of these images be considered duplicates?
- To clarify the FAQ point about it detecting things only manually uploaded via the admin dashboard, does this look for loose files that are just sitting around in the wp-content/uploads/ folder that are not “properly” uploaded into WordPress (i.e. maybe someone naively dragged a bunch of jpgs into your uploads folder via Dreamweaver thinking they would magically appear in WordPress)? I suspect not but want to make sure.
- It seems like it is doing some ajax requests when it reindexes, so what is the sort of load on the server you can expect? (Some of my shared hosting environments don’t seem to like it when a lot of ajax requests are made.)\
- Is there a way to trigger a new scan? (I deactivated and reactivated and it seems to have the same database of files it found last time.)
It looks like it is adding metadata to the wp_posts table,
mdd_hash and
mdd_size
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Further details on how this thing works’ is closed to new replies.