Project

General

Profile

Actions

Feature #19713

closed

Cache thumbnails shown in element browser

Added by Oliver Hader about 15 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-12-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

The thumbnails that are shown in the element browser are currently not cached. Each preview of an image is generated on the fly and delivered to the browser (/typo3/thumbs.php?&dummy=1229600609&file=/home/whatever/file.jpg&...).
This results in a high time value for loading the page...

To reduce the time and required system performance, these files shall be cached in typo3temp/thumbnails/* or typo3temp/tmb_*)

(issue imported from #M9970)


Files

element_browser_thumbs.png (5.85 KB) element_browser_thumbs.png Administrator Admin, 2008-12-18 12:47

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21481: Backend: Generated tumbnails can't cached in the clients browserClosed2009-11-06

Actions
Actions #1

Updated by Fabrizio Branca almost 14 years ago

Thumbnail files (tmb_*) are flooding the typo3temp folder. Would be better to put them into a separate folder typo3temp/tmb/*

As far I've seen this can easily be done by changing SC_t3lib_thumbs->outdir (and making sure the folder exists).

Btw, isn't this isn't "new" anymore? Works in 4.3 already that way...

Actions #2

Updated by Xavier Perseguers over 12 years ago

  • Target version deleted (4.6.0-beta1)
Actions #3

Updated by Simon Schaufelberger almost 12 years ago

resolved with #21481 or?

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Accepted to Closed

No response in over one year => closed.

Actions

Also available in: Atom PDF