[TYPO3-dev] Speed up your Typo3 website by optimizing images

John Angel johnange at gmail.com
Sat Jan 10 17:33:31 CET 2009


Hi,

I've uploaded PHP code for optimization of uploaded images:
http://bugs.typo3.org/view.php?id=10032

There are two config params for DAM users, if they want to turn it off:
$TYPO3_CONF_VARS['GFX']['strip_uploaded_images'] = 1; // Strip image headers from uploaded images
$TYPO3_CONF_VARS['GFX']['strip_generated_images'] = 1; // Strip image headers from Typo3 generated images

I still think this should be incorporated right into core and optimization script added to Installation tool.

Regards,
John





More information about the TYPO3-dev mailing list