-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-RC2
-
Fix Version/s: 3.1.0-RC3
-
Component/s: Template Engine
-
Labels:None
-
GitHub Pull Request URL:
The S_NUM_ROWS for template loops does not scale very well.
The creation/adjustment when adding a row requires n - 1 loops over a reference.
So in the end it's n! (n factorial) which is really bad.
This should be avoidable.
- is related to
-
PHPBB3-12232 MCP Banning: Max execution time exceeded
-
- Closed
-
-
PHPBB3-12891 Long page generation time when banlist is long
-
- Closed
-