nexcess / magento-turpentine

A Varnish extension for Magento.
GNU General Public License v2.0
519 stars 253 forks source link

Odd behaviour #436

Closed kerlama closed 9 years ago

kerlama commented 10 years ago

Ok, I have magento 1.7.0.2 , Varnish 3.0.5. My apache server is on port 81 and Varnish on 80. Caching partially works. When I run cache warmer bash script, and then try to load some of the page which that script processed, my browser loads up that page from start, only after refresh, it gets page from varnish. Second, after a couple of hours, i tried to reload that page, and again, it gets loaded from start, not from cache. If I load some page from my browser and load that page on different computer, it gets load from varnish.

What can cause the problems ? Thanks.

felixbuenemann commented 10 years ago

Either the default cachd ttl of 1 hour has expired or you have a varnish cache bypass cookie set. Try clearing your browsers cookies or only delete the relevant ones through web inspect/firebug/etc.

kerlama commented 10 years ago

Will try that and let you know. Thanks.