Project

General

Profile

Actions

Feature #89762

open

Epic #89759: Performance improvements in Forms module

Add pagination to forms list

Added by Mathias Brodala over 4 years ago. Updated 10 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
large-site, pagination
Complexity:
Sprint Focus:

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.


Related issues 4 (2 open2 closed)

Related to TYPO3 Core - Bug #52374: Editing a sys_filemount is very slowClosedRichard Haeser2013-09-30

Actions
Related to TYPO3 Core - Bug #92493: linkvalidator: scheduler task + list of broken links dies if too many pages ("Prepared statement contains too many placeholders")Closed2020-10-06

Actions
Related to TYPO3 Core - Epic #93547: Collection of problems with large sitesAccepted2021-02-19

Actions
Blocked by TYPO3 Core - Feature #89760: Show storage list for selectionUnder ReviewMathias Brodala2019-11-24

Actions
Actions #1

Updated by Mathias Brodala over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Mathias Brodala over 4 years ago

Actions #3

Updated by Sybille Peters over 3 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.

  • sys_filemount: long select list of all dirs: #52374
  • linkvalidator report: no restriction to number of entries (and dying because of "Prepared statement contains too many placeholders" #92493)
Actions #4

Updated by Sybille Peters over 3 years ago

  • Related to Bug #52374: Editing a sys_filemount is very slow added
Actions #5

Updated by Sybille Peters over 3 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
Actions #6

Updated by Sybille Peters over 3 years ago

  • Tags set to large-site, pagination
Actions #7

Updated by Gerrit Code Review about 3 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

Actions #8

Updated by Gerrit Code Review about 3 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

Actions #9

Updated by Gerrit Code Review about 3 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

Actions #10

Updated by Gerrit Code Review about 3 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

Actions #11

Updated by Gerrit Code Review about 3 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

Actions #12

Updated by Sybille Peters about 3 years ago

  • Related to Epic #93547: Collection of problems with large sites added
Actions #13

Updated by Gerrit Code Review almost 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

Actions #14

Updated by Gerrit Code Review almost 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

Actions #15

Updated by Gerrit Code Review almost 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

Actions #16

Updated by Gerrit Code Review almost 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

Actions #17

Updated by Guido Schmechel almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #18

Updated by Benni Mack over 2 years ago

  • Start date deleted (2019-11-24)
Actions #19

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to New
Actions #20

Updated by Benni Mack over 1 year ago

Strange reason, but I cannot mark this issue as closed.

Actions #21

Updated by Florian Seirer 10 months 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...

Actions

Also available in: Atom PDF