[BUGFIX] Improve performance by lazy loading of thumbnails
Adds the loading="lazy" HTML attribute to a couple of img tags, used to display thumbnails in the backend. This will improve performance, especially for larger listings, e.g. in the filelist module. Resolves: #102501 Releases: main, 12.4 Change-Id: I5f4b7c37786e8f4283bb997f40c501f09984e410 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82011 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/backend/Classes/Backend/Avatar/Avatar.php 2 additions, 1 deletiontypo3/sysext/backend/Classes/Backend/Avatar/Avatar.php
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Form/Container/FileReferenceContainer.php 2 additions, 1 deletion...backend/Classes/Form/Container/FileReferenceContainer.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Resources/Private/Templates/Form/ImageManipulationElement.html 1 addition, 0 deletions...rces/Private/Templates/Form/ImageManipulationElement.html
- typo3/sysext/filelist/Classes/FileList.php 2 additions, 1 deletiontypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Resources/Private/Templates/Filelist/Tiles.html 1 addition, 1 deletion.../filelist/Resources/Private/Templates/Filelist/Tiles.html
Please register or sign in to comment