[TYPO3-dev] Using CDN with Typo3
John Angel
johnange at gmail.com
Sat Jan 10 18:09:30 CET 2009
Hi Dmitry,
> I did some experiments but it proved difficult, so I ended up on client caching. Client caching
> lowers bandwidth dramatically and media loads even faster than with CDN. For example,
> pages in my blog load necessary JS/CSS/images only once. All those things are cached for a
> month on the client side.
I was thinking to put the following .htaccess to image directories:
Header unset ETag
FileETag none
ExpiresActive On
ExpiresDefault "access plus 10 years"
I noticed that Typo3 physically deletes images from /uploads/pics directory when they are deleted from BE, meaning I cannot put 10 years expiration time for /uploads/pics.
What about typo3temp/pics?
Regards,
John
More information about the TYPO3-dev
mailing list