In process of trying to optimize
http://www.dealer24x7.com/Used/1/Inventory/ the recommendation we are getting from google's page speed insights (
https://developers.google.com/speed/pagespeed/insights) is to leverage caching.
What meta tag do we need to use to specify caching images (local and external) longer (say 3 months) and caching the HTML of the page for only a week?
p.s.
The goal is to leverage public cache pools by using
<META HTTP-EQUIV="CACHE-CONTROL"
CONTENT="PUBLIC">
Its a server Issue or setting
If you use IIS
http://www.iis.net/learn/m
Selvol