[TYPO3-dev] Using CDN with Typo3

Dan Osipov dosipov at phillyburbs.com
Sun Dec 28 02:06:48 CET 2008


We've used the following hook to rewrite the fileadmin links to point to 
a different server to offload apache on the Typo3 server:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-output']

Dan Osipov
Calkins Media
http://danosipov.com/blog/

John Angel wrote:
> Hi Dmitry,
> 
> 
>> But you should check that they send proper cache headers or you will
>> be paying for bandwidth unnecessarily.
> 
> 
> Exactly, the combination of long max-age/expires would be used along with CDN:
> http://developer.yahoo.com/performance/rules.html
> 
> 
>>> So, I am looking for a way to implement it into Typo3. The goal is to change all image
>> paths in HTML from local typo3temp directory to external URL.
>>
>> RTE will not work, this is for sure.
> 
> 
> The idea is to change FE part only, not to touch BE.
> 
> 
> Regards,
> John
> 




More information about the TYPO3-dev mailing list