lethaljr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress site is running extremely slowThank you , I have added browser caching to my .htacces in this way : ## EXPIRES CACHING ##
<IfModule mod_expires.c>
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”
</IfModule>
## EXPIRES CACHING ##Does that look alright? I do notice a small speed increase but not fast enough. Im going through all the points on gtmetrix and fixing all of it to see if it will speed up. But i cant immediatly see changes in gtmetrix right? Because leverage caching is still very low but i have implemented it in the .htaccces. Thank you for your help
Forum: Fixing WordPress
In reply to: WordPress site is running extremely slowThank you for your fast replies, But the weird part is that i have installed WP super cache and i think its actually running. Or is browser caching something else? im sorry but im not so pro with WP. Thanks for the help though