Project

General

Profile

Actions

Task #85605

closed

Decouple thumbnails generation from controllers

Added by Frank Nägler almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2018-07-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #85607: Render deferred thumbnails in file list moduleClosedFrank Nägler2018-07-20

Actions
Related to TYPO3 Core - Task #82402: Create viewHelper to load images asynchronousClosedJan Helke2017-09-09

Actions
Actions

Also available in: Atom PDF