[TASK] Improve overall recycler performance
To improve the overall performance of the recycler, these things are done: - Improve how permissions are checked for each record Instead of running multiple SQL requests per record, the check now instantly stops if the user is either an admin, or has no permission to modify a certain table. - Drop sorting of records by page tree structure The records get sorted by the page tree structure, to mime the tree in a flat view. However, this feature is rather useless and also considered buggy in a huge record set. Resolves: #84711 Releases: master, 8.7 Change-Id: I0c5177546489ce2a0ba84435fed3879267a5a871 Reviewed-on: https://review.typo3.org/56102 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
Showing
- typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php 1 addition, 6 deletions.../recycler/Classes/Controller/DeletedRecordsController.php
- typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php 2 additions, 3 deletions...xt/recycler/Classes/Controller/RecyclerAjaxController.php
- typo3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php 0 additions, 23 deletions...3/sysext/recycler/Classes/Domain/Model/DeletedRecords.php
- typo3/sysext/recycler/Classes/Domain/Model/Tables.php 1 addition, 0 deletionstypo3/sysext/recycler/Classes/Domain/Model/Tables.php
- typo3/sysext/recycler/Classes/Utility/RecyclerUtility.php 9 additions, 4 deletionstypo3/sysext/recycler/Classes/Utility/RecyclerUtility.php
- typo3/sysext/recycler/Resources/Private/Partials/RecordsTable/DeletedRecord.html 1 addition, 1 deletion...esources/Private/Partials/RecordsTable/DeletedRecord.html
- typo3/sysext/recycler/Tests/Functional/Recycle/Pages/DataSet/Assertion/deletedPage-3_4_5_7.xml 9 additions, 8 deletions...l/Recycle/Pages/DataSet/Assertion/deletedPage-3_4_5_7.xml
- typo3/sysext/recycler/Tests/Unit/Domain/Model/DeletedRecordsTest.php 0 additions, 73 deletions...t/recycler/Tests/Unit/Domain/Model/DeletedRecordsTest.php
Please register or sign in to comment