Optimize Cache

Post Reply
happydg
Posts: 412
Joined: Mon Jul 08, 2013 2:22 pm

Optimize Cache

Post by happydg »

Hello,

I test my site speed with https://developers.google.com/speed/pagespeed/. The score is quite low because it doesn't Leverage browser caching for images, js and css.

"expiration not specified".

I have redis installed and working. How to fix this?

Thank you.
admin
Site Admin
Posts: 37247
Joined: Wed Sep 10, 2008 11:43 am

Re: Optimize Cache

Post by admin »

Images, JS and so on are not created\delivered by the script, but by your webserver

You have to setup caching in webserver's config
Don't forget to run script update
Post Reply