View Issue Details

IDProjectCategoryView StatusLast Update
0005122OXID eShop (all versions)4.08. Cachepublic2023-11-20 11:58
Reportermantas.vaitkunas Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.7.5 / 5.0.5 
Summary0005122: Varnish performance issue
DescriptionOn page load oxReverseProxyBackend::setEnvironmentKey() is called multiple times.
Steps To ReproduceAdd breakpoint in oxReverseProxyBackend::setEnvironmentKey() and try to load page.
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

SvenBrunk

2023-11-20 11:58

administrator   ~0015825

This is intentional: code comment:
                // Always send env_key as it is need for getting different cache on next click.
                $oReverseProxyCache->setEnvironmentKey();