website speed test - leverage browser caching problem

i had the same problem and i've fixed it by adding Cloudflare CDN to the website ( it's free )
 
For leverage browser caching just copy paste the following htaccess rules

Code:
https://stackoverflow.com/a/6878502/1437261

PS. U need mod_headers and mod_expires enabled to make it work.
 
Back
Top