Venkat Raj
Forum Replies Created
-
@edelcambre There is no such option at this moment, but If you scheduled daily preload at the specific time you want, it will be repeated. i.e. If you activate scheduled cache preload, select
dailyas schedule type at 12:01 am then it will be repeated every day at that time.@daataadirect
webpformat images are already optimized, smaller images. WP Optimize image compression feature only works with JPG/PNG formats.That said, I’ve added this to our to do list to give better feedback to users when trying to compress
webpimages@danielrufde WP Optimize doesn’t create
robots.txtfile, it only adds the line if the file exists. You can check code here https://plugins.trac.wordpress.org/browser/wp-optimize/trunk/wp-optimize.php#L1837The bug you reported should go to the author of plugin/theme that creates
robots.txtfile@bhojascollection Do you use other plugin or snippet for currency symbol. WC 7.1.1 only has
₹not Rs?@webpart I was able to reproduce the issue and will be fixed in our future release.
I understand that you have reported the issue in other threads as well, but mentioning it as Elementor compatibility issue. Apologies for over looking the issue.
Until the issue is fixed, please change your cache life span to some other value like 3 months or any value that is not 0. That should fix the issue for now
@bhojascollection WP Optimize only caches generated HTML file. It does not changes it. May be you have WP Optimize cache on when you install and setup products in
$and then (after caching pages with$) switched toRscurrency?Turn on cache, purge cache. If you still see
$let me know@henkrijneveld I have added this issue into our to do list. Will investigate further and apply a fix if needed. Thanks
@bandreas3 This feature only add
.htaccessrules to serve gzip compressed assets. This still requireddeflateorbrotlimodule on your server.That said, as you said, your server already has one of the mentioned modules as well as
.htaccessrules to serve static assets.In such case, you should see
Gzip compression is already enabled.message instead ofDISABLED. However, we check whether gzip content is served or not by request theme’sstyle.cssfile. In your site it is missing, so you are seeingDISABLEDmessage.In short, just ignore the message. All is well.
@noorjan77 What is the error? How is disallowing to crawl a
jsonfile which is inuploadsfolder affecting SEO?If you want to remove that line, you can use below code
add_action('after_setup_theme', 'ab123_remove_robots_txt_entry'); function ab123_remove_robots_txt_entry() { if (function_exists('WP_Optimize')) { remove_filter('robots_txt', array(WP_Optimize(), 'robots_txt'), 99, 1); } }@flamuren Does the disappearing images throws 404 in your browser console? Or it just didn’t show up?
Is the original image exists in your
uploadsfolder?Automatically delete image backups afteractive status of this option only disables your ability to restore the original uncompressed image. Compressed image will still sit in the uploads folder.Regarding lazy loading, it seems you are using
perfmattersplugin and its lazy loading feature.If the original image exists on your server, you can try one of these methods to regenerate your thumbnails.
https://kinsta.com/blog/regenerate-thumbnails/Of course, take a full backup before your doing changes.
@ronr1999 I can confirm that this is a bug and will be fixed in our next release
Are you talking about this plugin
https://wordpress.org/plugins/matomo/
OR this one https://wordpress.org/plugins/wp-piwik/ ?What error message do you see or what unexpected behavior takes place?
Please provide more information, so that we can reproduce the issue at our end and apply a fix.@mrmatteastwood Which ever script that throws
Cannot use import outside a moduleerror should be excluded from Minify.I have not looked into BricksBuilder deeply, but seems they are using Vue.
Normally, bundlers like WebPack takes modules with dependencies and merges into a single js time in which
importwon’t be present.@francoc30 There can be more than one
.inifiles loaded. But the problem isn’t assigning2MB, it seems only 2MB is allowed for your site and error happens when trying to allocated 32KB> Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes)
@brianvarvel Which theme are you using?