Cache size is growing at faster rate (now 1.5GB)
-
My site is a woocommerce based website, I use some 40 plugins to add functionality to woocommerce store. There are 8000+ products. Using autoptimize gives me a performance boost of decreasing the http requests by combining js and css files.
Unfortunately the cache size is increasing beyond 1.5GB sometimes its 2Gb and more. /var/www/html/wp-content/cache/autoptimize/js is alone 1.5 Gb and /css is just some Mb’s. And the pages load slower.
I disable autoptimize pages load faster, test with gtmetrix.com, No of requests increases to 100+ but page load time is below 5Sec for each page.
My site config: (From caching perspective)
Hosted with AWS Ec2+RDS
w3 total cache (only browser caching + CDN with s3)
Nginx fastcgi cache (disk based on /var/cache/nginx not tmpfs)
Php5.6 opcache
Rocket Lazy Load pluginAutoptimize settings: (Enabled only)
-Optimize HTML Code?
-Optimize JavaScript Code?
-Also aggregate inline JS?
-Add try-catch wrapping?
-Optimize CSS Code?
-Save aggregated script/css as static files?For the time being I’m disabling autoptimize in the production site, to provide faster load time to visitors, rather focussing on Gtmetrix scores.
Would love to hear you suggestions on optimizations.
- The topic ‘Cache size is growing at faster rate (now 1.5GB)’ is closed to new replies.