Venkat Raj
Forum Replies Created
-
@nedberto92 You shouldn’t load minified and merged assets. Instead you have to find out which resource is actually render blocking and load it asynchronously. You can disable minify, and use GT metric to find out that.
Also when minify is enabled, you can exclude the render blocking assets from Minify => Advanced tab. Please refer screenshot
https://prnt.sc/lwhVEWy-gN54@ms100 By default uploading a product won’t remove all products, posts, etc. But it will also won’t remove the product alone.
Let me explain, If you update a product, the cached product has to be removed. But the product may also be taken place in Shop’s home page. So the cached home page also removed. The same product may also take place in particular product category page, so it will also be removed. I think you get the point.
It is possible that all cache are moved, **only** when you used the provided filter in this function.
https://plugins.trac.www.ads-software.com/browser/wp-optimize/tags/3.2.15/cache/class-wpo-cache-rules.php#L155
There is no feature to preload at specific time, but you setup scheduled preload after your work day, it will be loaded at the same time you set it up every day.Yes, preload will skip already cached pages when it is not expired.
@garner2015 Some plugins use random numbers, like timestamp, as version number for stylesheets and scripts. Which was considered as an update by WP-Optmize. This is fixed.
Please update to version 3.2.15, purge the cache and let us know if the problem still exists.@mover I believe you copy/pasted the code.
add_action('after_setup_theme', 'ab123_remove_robots_txt_entry');
It should be eithersingle quote
ordouble quote
copy/pasting may result in angled quote or backticks@amhealy8 You could try to exclude the scripts related to lazy loading from being processed by WP-Optimize. See here…
https://prnt.sc/JAJLV3peOmdQ
You may also want to make sure that there is no JS console error in the browser when WP-O is deactivated. If it is fine, then you might want to exclude this script toochunk-PP47MAMX.js
@sahadatuk21 Thanks for sharing logs. We will investigate this further
@hvmweb Thanks for reporting the issue.
I have installed this plugin https://www.ads-software.com/plugins/user-private-files/ and enabled Minify html/css/js It worked fine at my end.
Are you talking about Pro version?
Anyways, the syntax error is
> Cannot use import statement outside a module
If the problem causing plugin uses modern javascript and make use of import statements, then it has to use bundler like webpack, to convert those source files into single file, so there is no need for@import
@vip1724 If you have deactivated the WP-Optimize and still experiencing issue, then delete the plugin, delete
uploads/cache
anduploads/wpo-cache
folders. 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
Minify
feature 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.3
won’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 clickadvanced
From 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.log
file using https://pastebin.com/ ? thanks