So i have a website on a VPS server and it takes almost 100 seconds to parse the entire page (zen cart category page), but on my shared hosting server it loads in almost 5 seconds.
I used FireBug and under the Net section i see the difference between my VPS and Shared server is that the VPS has
Cach-Control: max-age=0
After researching this it seems max-age=0 implies that the content is considered stale (and must be re-fetched) immediately.
I ran grep -r "max-age=0" /home/theuser/public_html/ and it came up with no results, so i can only think it would be the VPS server?
Does anybody know how to fix this or change this setting?
YSlow!might be helpful. – fardjad Jun 4 '11 at 3:57