Skip to content
Commit 9c8c1701 authored by Christian Kuhn's avatar Christian Kuhn Committed by Anja Leichsenring
Browse files

[TASK] Simplify FE page generate lock strategy

With recent FE TS changes, we now have some information
a little earlier, which allows us to simplify the page
generation lock strategy a bit.

Until now, when two requests to the same page would still
generate different page cache entries due to different
TS condition verdicts, they block each other.

This is lifted: The page generation lock hash is
now identical to the page cache entry identifier,
requests only block each other if they really create
the same page cache entry.

Resolves: #98691
Related: #97816
Releases: main
Change-Id: Ie6b8c33f6df1d2da6e90456a7bb14d732c7e4ee7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76214


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 28fab495
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment