Bug #60497
closed[GFX][thumbnails] = 0 not working
100%
Description
In the Install Tool I've set [GFX][thumbnails] to "0", but the thumbnails are still generated in Backend.
Is there a solution?
Updated by Markus Klein over 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?
Updated by Wolfgang Hamster over 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?
Updated by Markus Klein over 10 years ago
Hm, seems like this was changed with 6.0 or 6.1.
I'm still searching for the commit.
Updated by Markus Klein over 10 years ago
Found it: https://review.typo3.org/10655
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
- Assignee deleted (
Markus Klein) - Is Regression changed from No to Yes
Updated by Mathias Schreiber about 9 years ago
- Target version set to next-patchlevel
- Open
typo3/sysext/core/Classes/Resource/Processing/LocalPreviewHelper.php
on Line76 - Move the call to
$this->getTemporaryFilePath($task)
away from here
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"
Updated by Gerrit Code Review almost 9 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
Updated by Benni Mack almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 77d988e1dea3c65a96fb30b5bbd13cc3f4a9bbb2.