Harshad
Forum Replies Created
-
@didierjm I’ll check this issue with our development team and update you soon.
Thank you for your time and patience.
@lucycrisps Could you please try to enable/disable the cache feature?
@timgood85 Could you please increase max_execution_time to 900 secs?
@jidwictut9 To disable GZIP you can remove the following lines from .htaccess file:
# BEGIN WP-Optimize Gzip compression <IfModule mod_filter.c> <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, text, XML and fonts AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType font/x-woff .woff AddType image/svg+xml .svg AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-font-woff AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE font/off AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (required only for very old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html <IfModule mod_headers.c> Append header Vary user agent </IfModule> </IfModule> </IfModule> # END WP-Optimize Gzip compression@dgner Few people complained about exposing the possible table names and plugins to bots. They felt is a security issue. So our development team added it
.
But seo plugins always modifies the robots.txt file@miku88 Try to optimize the tables from phpMyAdmin and then optimize the tables from WP-Optimize
@lucycrisps The log file didn’t help much, have you checked with your host, if there are any extra permissions required inside wp-content folder?
@timgood85 Could you please ask your host to increase
max_execution_timeandmemory_limitvalues in php.ini file and check if it helps to fix the issue?@dgner I’ll share this with our development team, so it can be fixed in future release.
@wrdprssmstr Certainly having sitemap.xml will do the preload faster as WP-Optimize scans the sitemap.xml and preloads the cache.
If you are using another sitemap generation plugin thats fine.
@wrdprssmstr WP-Optimize reads sitemap.xml while loading urls via Preload, by default the sitemap format should be in xml format.
If you use any SEO plugin such as Yoast SEO, the post pages will get automatically updated in sitemap.xml file, so you don’t have to worry about updating the sitemap.xml file.
@lucycrisps Could you send me a copy of your server’s PHP Error log?
You can find this log through your web hosting control panel (typically cPanel). If you are unsure where to find the PHP Error log, you can ask your hosts to provide it.You can copy and paste the error logs here https://pastebin.com and share the link with us.
@markk26 As these are the urls generated by 3rd party site it cannot be optimized by WP-Optimize at the moment.
@granny63 Please check this article on how you can fix the issue: https://getwpo.com/faqs/how-can-i-eliminate-render-blocking-resources/
@lucycrisps Could you please check the permissions for wp-content/cache folder?