wacon-internet-gmbh / wacon_cookie_management

WCM ist eine TYPO3 Extension, die es den Besuchern Ihrer Website erlaubt, die benutzten Cookie-Einstellungen selber zu kontrollieren.
https://www.wacon.de
GNU General Public License v2.0
10 stars 7 forks source link

Cache of top level page gets deleted on every view #69

Closed annda closed 1 year ago

annda commented 1 year ago

This extension prevents TYPO3 caching from working properly, in my case for the main page of the site.

This is because when a new stat record is created, which is on every view, the cache of its parent gets deleted. Unfortunately, here the pid is hardcoded to be the uid of the topmost page. The result is that the entry page of my site is never cached.

I will submit a PR with a minimal fix.

kuschmitt commented 1 year ago

solution in version 3.5.0