Venkat Raj
Forum Replies Created
-
@jackennilsen Go to Dashboard => WP Optimize => Minify => Advanced tab and click Show Information for the WPO minify asset that is causing issue.
You can also enable debug mode which adds comments at the start of every scripts when merging
@malikati197 Theme seem to dyamically print styles rather than enqueuing. Enqueued fonts are automatically added
display=swapquery parameter by WP Optimize. The problem causing code is not processed by WP-O. You need to look into the code or ask Theme author’s help@nvmweb Please open
wp-content/plugins/wp-optimize/languages/wp-optimize.potand search for some thing like this#: src/includes/class-updraft-smush-manager.php:134 msgid "The file was compressed from %s to %s, saving %s percent, using WP-Optimize" msgstr ""The
msgstrshould have only three%ssymbols@jackennilsen Open browser console to see which script is causing the issue and exclude it.
@paterick Go to Dashboard => WP Optimize => Minify => Advanced tab and click
Show InformationYou’ll find list of scripts/stylesheets in each minified assets. You can exclude Elementor specific things from minifying.
If you want you can submit a ticket here
https://getwpo.com/ask-pre-sales-question/@noorjan77 Upgrading to version 3.2.10 will solve the issue.
If not, put the code in your theme’s
functions.phpfile@malikati197 It seems your
zeentheme’s Tipi builder causes issue.Rules like this
@font-face { font-family: 'tipi'; src: url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.woff2#1670925644) format("woff2"), url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.ttf#1670925644) format("truetype"), url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.woff#1670925644) format("woff"), url(https://chatkharasports.com/wp-content/themes/zeen/assets/css/./tipi/tipi.svg?9oa0lg#tipi) format("svg"); font-weight: 400; font-style: normal; font-display: block }Should have
font-display: swap;instead ofblock@nvmweb Which language your site is using?
Could you please confirm this is translated as expected?
The file was compressed from %s to %s saving %s percent using WP-OptimizeThanks
@marketwo It is working as expect at my end?
@boardingfk Yes, I can confirm that this is a bug and will be solved in our next release. However, I’m wondering how a URL with
?is ended up in google search results@flamuren Could you please be more specific on which file?
We don’t add any files. We automatically detect if a site uses cloudflare or not to handle cached files.
@sneakerlove WP Optimize automatically detects sites that uses cloudflare.
That said, your site is now serving browser caching headers. WP Optimize issues a http request for theme’s stylesheet and based on returned headers, it decides whether browser static caching headers are enabled or not. Somehow, it seemed to failed on your site. We will look into this further
@jackennilsen I have installed WP Optimzie 3.2.9, Elementor 3.9.0 and lastest WooCommerce and imported sample products. The product filter option is working fine for me.
I need more details on how to reproduce the issue, so that it can be fixed.
From the screenshot of the console error, it seems dynamic imports are causing issue. Could you please click on it and see which script is actually causing it and try to exclude it from processing? Thanks
@bandreas3 @collectorsabode Which version are you using? Do you see any error messages in debug.log or php error log file or in browser console?
@paterick Does this happens in latest version of Elementor? 3.9.0?
Do you turned on this option?
Serve cached pages to logged in usersDo you see any error messages in
debug.logor php error log file?Could you please export WP Optimize settings and share it here.
Since this is not happening for everyone, the more information you share will be helpful for us to reproduce and fix the issue
> if I need the cache to be updated during the day, I can purge the cache and visit the page I need to get cached again, is that it ?
Yes. Out of curiosity why do you want to do that manually?
Because if you update a post/page or someone made comment, that particular post will automatically be purged and cached when someone visited next time.