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

Martin Kutschker masi-no at spam-typo3.org
Mon Jun 29 15:08:03 CEST 2009


Martin Holtz schrieb:
> Hi,
> 
> 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?

No, but that reminds me of the idea we had to render the images in
separate HTTP connections so that the main page rendering isn't blocked
by image generation.

Masi


More information about the TYPO3-performance mailing list