Project

General

Profile

Actions

Feature #102501

closed

Use lazy loading for thumbnail images in Typo3 Backend

Added by P Stern 6 months ago. Updated 4 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

Also available in: Atom PDF