Project

General

Profile

Actions

Bug #60497

closed

[GFX][thumbnails] = 0 not working

Added by Wolfgang Hamster almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2014-07-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

In the Install Tool I've set [GFX][thumbnails] to "0", but the thumbnails are still generated in Backend.

Is there a solution?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #33751: Make use of File Abstraction Layer in BackendClosed2012-02-07

Actions
Actions #1

Updated by Markus Klein almost 10 years ago

Hi!

I checked all usages of this config option in the code.
Unfortunately, I have to tell you that this option is only used in FE when rending filelinks (stdWrap), but not at all in BE.
So clearly the description of this option is totally wrong and the option itself is totally outdated.

Where do you want to hide the thumbs?

Actions #2

Updated by Wolfgang Hamster almost 10 years ago

  • Assignee set to Markus Klein

Hi!

I have a (backend) page with over 200 textpic elements (translations included).
The page speed is very low, because the thumbnail rendering and the image loading took a while.

Have you an idea?

Actions #3

Updated by Markus Klein almost 10 years ago

Hm, seems like this was changed with 6.0 or 6.1.
I'm still searching for the commit.

Actions #5

Updated by Markus Klein almost 10 years ago

  • Status changed from New to Accepted
  • Assignee deleted (Markus Klein)
  • Is Regression changed from No to Yes
Actions #6

Updated by Mathias Schreiber over 8 years ago

  • Target version set to next-patchlevel
For the brave person taking this one on:
  • Open typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php on Line76
  • Move the call to $this->getTemporaryFilePath($task) away from here
Reasoning:
Getting the temp file name will actually CREATE the file.
So the file will always be generated even if there is no reason to do so.
Examples:
  • [GFX][thumbnails] = 0 is set.
  • The entire Graphic processing is disabled... you will still create empty files (because of the usage of tempnam() and filelist will go "hey, I have images to show"
Actions #7

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45138

Actions #8

Updated by Benni Mack over 8 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF