Feature #102501
closedUse lazy loading for thumbnail images in Typo3 Backend
100%
Description
To improve the user-experience, and avoid hammering the server with requests for folders containing 100s of images, render thumbnail images with the
loading="lazy"
attribute.
This is simple to implement.
Add loading="lazy"
to the img tag in
typo3/sysext/recordlist/Classes/Browser/FileBrowser.php line #313
and
typo3/sysext/filelist//Classes/FileList.php line #729
(line numbers from v11.5.33)
Updated by Gerrit Code Review 12 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81999
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82011
Updated by Oliver Bartsch 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 14f3fd047120c02bb8907edcf1661c3506941abe.
Updated by P Stern 11 months ago
- Related to Feature #102658: Backport lazy loading of thumbnail images in backend to v11.5 added