Venkat Raj
Forum Replies Created
-
@vip1724 If you have deactivated the WP-Optimize and still experiencing issue, then delete the plugin, delete
uploads/cacheanduploads/wpo-cachefolders. If you still experience issue after deleting, then WP-Optimize has nothing to do with the issue. You need to investigate further for the cause.@thrdlickova Could you please share what kind of error messages are you getting? Any browser console errors?
@amhealy8 Could you please share a screenshot of browser console errors when you activate JS Minify? It looks like lazy loading of images aren’t working
@vladimirvuch We don’t have a fixed time frame for this feature. But I can say, you can expect it in the first week of June
@medic77 I have taken a look at the mentioned URL. It seems WP-Optimize is not installed or
Minifyfeature is not enabled on the site? Because all I see is individual scripts and stylesheets, not minified assets.@aethon Disabling and enabling cache should fix the problem. If not, you need to check file permissions for the mentioned folder.
Rolling back to3.2.3won’t solve the issue. WordPress 6.2 has major changes and to be compatible with it you need to use3.2.14
That said you can go to plugin page and clickadvancedFrom that page, you can download any of the previous versions
https://prnt.sc/V02CBBzaaK-G@vladimirvuch I confirm that this is a bug and I was able to reproduce it at my end. Thanks for reporting. This will be fixed in the next release.
@sahadatuk21
Do you have webp conversion tools installed on your server? See details here…
https://getwpo.com/faqs/#How-can-I-get-WebP-conversion-tools-to-work-
We are using resmush.it API service to compression image. Their server may be overloaded with traffic. We are working on our own image compression service.
Could you please share contents ofuploads/smush-xxxx.logfile using https://pastebin.com/ ? thanks@fkoomek That is because upon plugin deactivation the cache are purged and started to preload again. We’ll look into this.
@hadis89
1. Since this is privileged task, only logged in users can run preload.
2. This is long running task for huge sites. So, it creates sub tasks for each URL and schedule it to run via cron job (WP Cron). At max_execution_time it is possible that it loaded ~25 pages and stops (but creates cron job to run later, to avoid max. load on server at one stretch)
3.process_tasks_queuemethod will run onwpo_page_cache_preload_continuehook@vladimirvuch Yes, server will have 2 photos of the same photo. Because not all browsers are supporting WebP format and we need original for fallback.
We are working on on the fly WebP conversion feature which can convert JPG/PNG images whenever they are requested to WebP format (if not already present)@ttrrrmax2 Those files are used to detect
.htaccesscapability of your server. That said, we are working on an alternative way to do this without using those files.@thrdlickova I see that you website is working correctly. Are you able to resolve the issue and marked this thread so?
@japonicus Add this line
define('WPO_USE_WEBP_CONVERSION', false);in yourwp-config.phpfile@fkoomek Both menu run a
purgemethod which contains the hook, I mentioned. Your script worked for me for both places, except that it had a white space at the end ofwpo_cache_flush