View Issue Details

IDProjectCategoryView StatusLast Update
0006371OXID eShop (all versions)4.05. Performancepublic2022-02-01 14:12
Reporterkeywan.ghadami Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Summary0006371: Varnish Cache-Invalidation is sent serialized
Descriptionshop sends cache invalidations one after another, this can be optimized to send all at once.

also all invalidations are going to the shop url, which might be a different system (e.g. https offloader) so it should be possible to configure the varnish IP Address for invalidations.

Additional Informationin core/cache/connectors/oxreverseproxyconnector method invalidate
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

has duplicate 0006133 closedSven Brunk Editing articles very slow when reverse proxy is active 

Activities

keywan.ghadami

2016-04-18 11:46

reporter   ~0011537

this has become a blocker for the project i am working on, because varnish could not handle all invalidation generated by shop when about 300.000 articles are updated via ERP Module.

In the ESI Tuning module i added functionality to merge invalidations into 1 and revoved some invalidations not needed in the project.
Also i removed the invalidation of the start page for articles, because at least in this project i can not see how an article update could influence the start page

I plan to send a pull request soon.

keywan.ghadami

2016-04-18 14:56

reporter   ~0011538

merge request is available at
https://github.com/OXID-eSales/oxideshop_ee/pull/10
i tried to port things from the module written for 5.2.7, but i can not guarantee that things are compatible, please do not take it without exhaustive tests.

Sven Brunk

2022-01-28 16:20

administrator   ~0013556

This is not a blocker, but a very useful feature for users of varnish