Feature #89762
openEpic #89759: Performance improvements in Forms module
Add pagination to forms list
Added by Mathias Brodala almost 5 years ago. Updated 6 months ago.
100%
Description
There should be a pagination in the forms list to not have the module die on long form lists or folders with many files. As a side effect management for editors will be simpler since long lists are barely manageable.
Before this #89760 should be done since currently all forms are loaded into a single list after loading them from all storage folders which would make a pagination pointless.
Updated by Mathias Brodala almost 5 years ago
- Blocked by Feature #89760: Show storage list for selection added
Updated by Sybille Peters about 4 years ago
There are some related problems with long lists and dying because of long lists.
Probably they can't be solved all at once. But perhaps the conceptual solution you apply here can be applied to the other problems as well.
Mostly that is, where do you use paginate, do you use filter / search etc.
Updated by Sybille Peters about 4 years ago
- Related to Bug #52374: Editing a sys_filemount is very slow added
Updated by Sybille Peters about 4 years ago
- Related to Bug #92493: linkvalidator: scheduler task + list of broken links dies if too many pages ("Prepared statement contains too many placeholders") added
Updated by Gerrit Code Review almost 4 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/+/67513
Updated by Gerrit Code Review almost 4 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/+/67513
Updated by Gerrit Code Review almost 4 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/+/67513
Updated by Gerrit Code Review almost 4 years ago
Patch set 4 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/+/67513
Updated by Gerrit Code Review almost 4 years ago
Patch set 5 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/+/67513
Updated by Sybille Peters almost 4 years ago
- Related to Epic #93547: Collection of problems with large sites added
Updated by Gerrit Code Review over 3 years ago
Patch set 6 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/+/67513
Updated by Gerrit Code Review over 3 years ago
Patch set 7 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/+/67513
Updated by Gerrit Code Review over 3 years ago
Patch set 8 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/+/67513
Updated by Gerrit Code Review over 3 years ago
Patch set 9 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/+/67513
Updated by Guido Schmechel over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0bff1c2600b2246343bb742a60f78e169fecbd3f.
Updated by Benni Mack about 2 years ago
Strange reason, but I cannot mark this issue as closed.
Updated by Florian Seirer over 1 year ago
I think this still needs some work.
Before the implementation of the paginator there wasn't a search form either, but at least I was able to use the browser search to find a specific form.
Now I have to click through several pages (20+ in my case) and hope I didn't miss the form I'm looking for.
Additionally, after editing and closing a form from page X the form manager reverts back to page 1.
It's also not possible to quickly edit the same form again through the "recently edited records" dropdown menu, because form configs are not records (duh!).
This is more of an issue for admins like me, because I can see all the forms. My editors usually won't even see page 2...
Updated by Georg Ringer 6 months ago
with #97664 there is now a search form as well.