Bug #102698
closedHigh load & response time after change itemsProcFunc in BackendUtility label functions
100%
Description
The adjustment in TYPO3 v12.4.9 in the TCA items creates high load and loading times in the backend. In v12.4.8 the load and response time is quiet okay.
By adding “BackendUtility::getRecordWSOL”, a database query is made for each record in the items list. For larger projects with several thousand available items, the TCA form often takes 30 seconds to load.
This adjustment seems to be the issuer.
82118: [BUGFIX] Resolve itemsProcFunc in BackendUtility label functions | https://review.typo3.org/c/Packages/TYPO3.CMS/+/82118
Files
Updated by Christian Kuhn 11 months ago
- Related to Bug #100855: TCA type radio with itemsProcFunc doesn't show information in list view nor in export CSV added
Updated by Christian Kuhn 11 months ago
- Related to Bug #102616: TCA type selectSingle with itemsProcFunc doesn't show information in list view nor in export CSV added
Updated by Gerrit Code Review 11 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82264
Updated by Gerrit Code Review 11 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82248
Updated by Oliver Bartsch 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a238b3b3c56a0436e1a2805cc511ebf52452f30.
Updated by Anja Leichsenring 2 months ago
- Related to Bug #102847: Broken "itemsProcFunc" in 12.4.10 added