Project

General

Profile

Actions

Feature #102501

closed

Use lazy loading for thumbnail images in Typo3 Backend

Added by P Stern 6 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2023-11-24
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
images, ux, backend, thumbnails
Complexity:
no-brainer
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #102658: Backport lazy loading of thumbnail images in backend to v11.5Rejected2023-12-12

Actions
Actions #1

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

Actions #2

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

Actions #3

Updated by Oliver Bartsch 5 months ago

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

Updated by P Stern 5 months ago

  • Related to Feature #102658: Backport lazy loading of thumbnail images in backend to v11.5 added
Actions #5

Updated by Benni Mack 3 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF