stylelib
Forum Replies Created
-
Forum: Plugins
In reply to: [Melapress File Monitor] tmp foldersReplaced a bulky WordPress plugin full of scripts with a lightweight bash+PHP script for monitoring file integrity, complete with automatic email reports.
Thanks it works!
v5.26.0
Generate missing thumbnail sizes: uncheckedThumbnails are still being created. Why did you add them at all. Let the WordPress create thumbnails itself if this feature is enabled.
/wp-admin/options-general.php?page=yarpp Setings
“Generate missing thumbnail sizes: ” – unchecked but still thumbnails are created
delete all img (backup)
find /...path to your site.../wp-content/uploads -name "*-120x120.*" | xargs rmWork. Edited block-bad-queries.php and lengthened $referrer_string from 2000 to 3000
strlen($referrer_string) > 3000)Forum: Plugins
In reply to: [Autoptimize] Exclude scripts from Autoptimize@optimizingmatters Thanks, now everything works.