Task #85605
closedDecouple thumbnails generation from controllers
100%
Description
Deferred rendering of thumbnails via an external request will speed up the backend performance.
because the rendering (resize, scale, crop) of thumbnails is part of the same PHP process the slow down the page loading in the backend.
this happens mainly if a page show a lot of thumbnails, e.g. in the page module or in the file list module.
A new ThumbnailController can take care of the rendering in an own route / process, which will not block the rendering of the whole page.
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
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/56765
Updated by Frank Nägler over 6 years ago
- Related to Feature #85607: Render deferred thumbnails in file list module added
Updated by Gerrit Code Review over 6 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/56765
Updated by Gerrit Code Review over 6 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/56765
Updated by Gerrit Code Review over 6 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/56765
Updated by Gerrit Code Review over 6 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56765
Updated by Gerrit Code Review over 6 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56765
Updated by Gerrit Code Review over 6 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56765
Updated by Gerrit Code Review over 6 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56765
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57682
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 09bb8fe6df4c395ffc5cc0f215439b4132f8269f.
Updated by Christian Kuhn over 6 years ago
- Related to Task #82402: Create viewHelper to load images asynchronous added