View Issue Details

IDProjectCategoryView StatusLast Update
0005334OXID eShop (all versions)4.08. Cachepublic2014-08-27 12:31
Reporterarvydas_vapsva 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.6 / 5.0.6 
Target Version4.8.8 / 5.1.8Fixed in Version4.9.0_5.2.0_RC1 
Summary0005334: Varnish config disables browser cache for CSS/JS/IMG
DescriptionWhen Varnish is on, cache headers for image, JS and CSS files are telling to browser to reload them after each page request. I think it makes sense either to: - pipe requests for image, JS and CSS;
- add appropriate headers so these files will at cached at least for 24 hours.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

has duplicate 0005586 closedsaulius.stasiukaitis Varnish config overrides expiration headers, defined in .htaccess 

Activities

mark

2013-08-29 09:34

reporter   ~0009005

No, never use pipe in OXID<->varnish setups! return(pass) is the best choice

mantas.vaitkunas

2014-08-27 12:31

reporter   ~0010095

Added condition to check if it's static content, so header would not be added.