[TYPO3-dev] Using CDN with Typo3

John Angel johnange at gmail.com
Wed Jan 14 20:38:46 CET 2009


Hi Dmitry,

The idea is to put Expires header to access+10 years for Typo3 image directories where files are never being deleted.

When deleting image from Page module in BE, Typo3 actually removes such image from /uploads/pics directory, so this directory cannot be set to Expire in 10 years. The reason is simple - editor can then upload the image with the same name, resulting in inappropriate output, since browser doesn't make Apache request for such image.

But it seems to me that Typo3 never deletes images from /typo3temp/pics, so this could be candidate for 10 years expire time?

Regards,
John






More information about the TYPO3-dev mailing list