Skip to content
Snippets Groups Projects
Commit 8ee62b1a authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[!!!][TASK] Drastically speed up `bin/typo3 cleanup:flexforms`

CLI command `bin/typo3 cleanup:flexforms` of ext:lowlevel
is extremely slow due to its page-tree-based strategy.
It can run many hours on seasoned instances.

Rewriting the command towards a TCA table
based approach speeds it up dramatically.

Example data point with my tiny test DB: Before ~450
seconds, with patch ~0.5 seconds.

Resolves: #102181
Releases: main
Change-Id: I9451b40953c3a6fa02c690591751e1170d486beb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81436


Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent fdff96dd
Branches
Tags
No related merge requests found
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