new to me, can you check the PHP errorlog for relevant errors?
Hi, cant find any errors but yes, as soon as Autoptimize is activated, page has no CSS applied, turned off, page is again fine.
Im going to clone the site and give you logins if I can, how can i send you these details?
Thanks
you can mail me at futtta-at-gmail-dot-com 🙂
Hi Frank (sorry, presuming thats your name)
Of coarse the dummy site is running perfectly, have had no issues, i have found after really going through the server log file loads of these errors
2019-02-12 17:27:49 Error 66.249.76.73 10552#0: *127092 open() "/var/www/vhosts/indycoffee.guide/httpdocs/wp-content/cache/autoptimize/js/autoptimize_1f67adb9cc6eea4ec0662f3b78f3b6a0.js" failed (2: No such file or directory) nginx error
2019-02-12 17:35:58 Error 66.249.76.107 10552#0: *127363 open() "/var/www/vhosts/indycoffee.guide/httpdocs/wp-content/cache/autoptimize/css/autoptimize_eaaa9f45cc834e806590f9ed342e43ad.css" failed (2: No such file or directory) nginx error
looks like *something* cleared AO’s cache. as AO does not have it’s own cache clearing system, it’s off the hook 😉
there are however plugins and themes (looking at you Divi) which think clearing AO’s cache is a good idea, so maybe that’s what was happening?
Is there an option to solve this issue from the php ini editor for with some script for all the hosted website on the server?
now I just use this script on the wp-config file:
define( ‘CONCATENATE_SCRIPTS’, false );
define( ‘SCRIPT_DEBUG’, true );
so do you have the exact same issue @yohanankap ? have you tried different CSS optimization options? anything in your PHP errorlog?