Bug #23657
closedTCEmain queries sys_log although not needed
0%
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)
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.