Actions
Bug #23657
closedTCEmain queries sys_log although not needed
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Each time when a request is processed by TCEmain, a query on sys_log is performed to check if there were any errors.
Since there is no index on the "type" field, this may take very long on installations with huge sys_log tables.
Solution: Since these errors would have been inserted to the table during the same request, the query can be skipped easily.
(issue imported from #M15871)
Actions