Actions
Feature #82906
closedpagination for belog and setting in beuser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
Start date:
2017-11-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
So far there are only options for showing 100, ..., 1000 and 'any' but using 'any' produces gateway timouts.
So it would be good to have an option to set this in the beuser in the backend without manually touching the database.
And it would be good to have pagination as 'any' loads forever.
Updated by Riccardo De Contardi about 7 years ago
- Related to Bug #58644: belog: No output because of memory limit gets reached added
Updated by Riccardo De Contardi about 7 years ago
one solution to your problem would be to limit module.tx_belog.settings.selectableNumberOfLogEntries
as suggested here #58644
See also https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/belog/Configuration/TypoScript/setup.txt
Updated by Susanne Moog almost 7 years ago
- Target version changed from 9.0 to Candidate for Major Version
Updated by Christian Eßl about 5 years ago
- Related to Task #89256: Improve performance of belog "Log" module added
Updated by Benni Mack 4 months ago
- Status changed from New to Closed
This has been drastically improved in TYPO3 v13, so I will close this ticket now.
Actions