

this is the UTI for destructed wordpress sites which suffer from performance loss by excessive garbage in the native media library
first step you do is checking your media settings in wordpress and adapt the thumb sizes to something modern and usable, like 300, 850 and 1280px wide, disabling the crop crap options and letting the height settings in ZERO what enables auto-height
our plugin uses IMAGICK with 100% image quality instead of eventual obscured image handlers producing low image quality, this is one important step top provide SHARP Images to your costumers and not some blurred shit
as all other wpHakka plugins we provide a TEST MODE, selecting it you can run any options and get a return showing what would have been done, instead of destructing your site more with improper settings, means you can experiment until finding the appropriate settings before running hot
a good approach is to PURGE OLD SIZES first, what clears all thumbnails which are not within the settings in wp’s media settings, this often clears big quantities of leftovers from wp itself or funny plugins
you also can just EXCLUDE ORPHANS which removes thumbnail and other images which are not registered in the WP database, they would be anyway useless and just eat up space and performance
the king option is RUN CLEANUP and REGENERATE to adapt your site repositories to new thumb sizes as set above + custom sizes if you wish so, the process then exclude all shit hanging around, recreates the thumbs with proper IMAGICK image quality and register all sizes correctly in the database, after the process your site is not only fast again, but also clean and neat
for any inquiry please feel free to contact us, thank you