[TYPO3-performance] TS-Rendering - IMG_RESOURCE - 622 ms

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Jun 29 11:57:00 CEST 2009


Martin Holtz wrote: on 29.06.2009 11:23:

> i habe some trouble with an really slow rendered page.
> 
> Admin-Panel shows me rendering times for an IMG_RESOURCE of 622 ms.
> 
> But that happens only to a few images, the most have an rendering time
> of 0 or 1.
> 
> 
> i put the image-link into the href via typoscript:
> 
>         parameter.cObject = IMG_RESOURCE
>         parameter.cObject.file {
>           import.current = 1
>           maxW = {$elementuebersicht.bildergalerie.popup.maxW}
>           maxH = {$elementuebersicht.bildergalerie.popup.maxH}
>         }
> 
> any hint?


Probably GraphicsMagick having to scale down the image for the first
time. On further calls the typo3temp/... file will be there already and
rendering gets faster as no external binary needs to be called again.

Cheers,
Ernesto


More information about the TYPO3-performance mailing list