Skip to content
Snippets Groups Projects
Commit cd0c343a authored by Markus Klein's avatar Markus Klein Committed by Susanne Moog
Browse files

[TASK] Use prepared statement in BackendUtility::getPageForRootline

The function is already caching the result for individual pages.
Still it is called for a lot of pages, so even more speed
can be gained by also re-using the database statement.

Specifically the page-tree rendering time reduces a lot with this.

Resolves: #90104
Releases: master, 9.5
Change-Id: I35308e163cd93b22c12ecf743759b2f19e2a7ad9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62867


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 2995d57a
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment