Task #89256
closedImprove performance of belog "Log" module
100%
Description
The Log module currently has some performance issues:
- When selecting a larger time frame as a constraint you can easily run into memory problems, leading to a error 500
- Once this happens, you can't access the be module again, because the belog will automatically load the saved constraints, which lead to the memory exhaustion, from the beuser module data.
Some ideas how to fix this:
- Automatically reset the belog constraints, once the php execution runs into an error, so the belog can easily be accessed again.
- Evaluate the belog code for possible memory leaks and other performance bottlenecks.
Updated by Christian Eßl about 5 years ago
- Related to Feature #82906: pagination for belog and setting in beuser added
Updated by Christian Eßl about 5 years ago
- Related to Bug #58644: belog: No output because of memory limit gets reached added
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61878
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61878
Updated by Gerrit Code Review about 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61878
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61915
Updated by Christian Eßl about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1960fac68f6143f8beab7ecfa83bf10aeeebb7a8.