Open sfroemkenjw opened 2 months ago
Related to PR: #4145
@sfroemkenjw Thanks for resolving that issue. Please squash to single commit.
Hi @dkd-kaehm
I don't understand. After your approval you will get 3 options to merge my PR: Merge, Rebase and Squash. In TYPO3 docs team we always work this way. I have no clue how to squash commits on my side.
Stefan
OK I'll do the squash. I have a question on one change.
What this pr does?
Use PHP generator with yield to process just the available sites needed How to test
With over 300 root pages it needs over 30 seconds to build up all available sites. With help of a PHP generator we can stop processing all available sites if just the first site is requested. It's also helpful to just check, if there are available sites.
This should speed up performance a lot.