Thanks
i have unticked “static delivery”
Result from > Google > PageSpeed Insights >
Optimize CSS Delivery of the following:
https://h…com/…ize_0005b…5ea.php
https://h…com/…ize_a5d99…96b.php
VPS
Directadmin
Running on php 7.1
CloudLinux
I have added these lines to .htaccess
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 month”
ExpiresByType image/jpeg “access 1 month”
ExpiresByType image/gif “access 1 month”
ExpiresByType image/png “access 1 month”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 1 month”
</IfModule>
## EXPIRES CACHING ##
But that did not to the trick with leverage brouwser caching.
I have also played with some php 7.1 settings (ticked/unticked)
apcu
opcache
memcached
ect.
But that did not
Result from > Google > PageSpeed Insights > Leverage browser caching
https://h…com/…ize_2…28d.css (3 seconden)
https://h…com/…ize_a…96b.css (3 seconden)
https://h…com/…mize_3a…57.js (3 seconden)
I used before “Better WordPress Minify” (probably abbendend) there is the option to manually change the expire time. Maybe that is an idea for this plugin.
Kind regards Niels