My wordpress home page doesnt show changes
-
Hi!
I wanted to speed up my wordpress site https://cobude.sk, so I installed the following plugins quick cache, smush it, wp optimize, bj lazy load. To htaccess I entered this code
## EXPIRES CACHING ##
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
## EXPIRES CACHING ##now my homepage not showing news and I do not make changes to the site. I deactivate the plugins change htaccess but it did not help me. Can you help me?
MarkoTheme is Hueman
- The topic ‘My wordpress home page doesnt show changes’ is closed to new replies.