the cache server maybe why there is a delay before you 'see' the file - after you upload it - or see a new 'post'refresh page and no changes show even remove files
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
the cache server maybe why there is a delay before you 'see' the file - after you upload it - or see a new 'post'
the caching time (delay) is about 5 seconds for dynamic content and about 5 minutes for static content
staff has said - to override [ Varnish cache ] try adding the following line to your [ .htaccess ] file in folder [ public_html ]
Code:Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"
that could be due to your ISP's and/or your browser's cachethe pause can be hours until I see the changes.
Hi,
By default, static content is cached for 5 minutes and dynamic content is cached for 5 seconds. If you saw longer than this, it is possible either your browser was caching it, or your website's script is manually overriding the page's maximum age to a much higher value. In any case, it looks like your website is now correctly serving the Cache-Control header. If you are still seeing this problem, please could you provide me with the full URL to the affected page, so I can check into it?
Thank you,
Hi,
By default, static content is cached for 5 minutes and dynamic content is cached for 5 seconds. If you saw longer than this, it is possible either your browser was caching it, or your website's script is manually overriding the page's maximum age to a much higher value. In any case, it looks like your website is now correctly serving the Cache-Control header. If you are still seeing this problem, please could you provide me with the full URL to the affected page, so I can check into it?
Thank you,
Age: 0
Cache-Control: max-age=0, private, no-cache, no-store, must-revalidate
X-Cache: MISS