During the development of a gallery extension for TYPO3, I was having some performance issues when during the on-the-fly image scaling.
When displaying the images in the frontend, I would scale the images to a size specified in the plugin configuration. I was using the following code:
…
read on