[Typo3] WG: Speedprobs of websideloading under Typo3

Dmitry Dulepov typo3 at fm-world.ru
Fri Sep 9 10:44:26 CEST 2005


Hi!

Michael Ittner wrote:
> Behind the PHP script XXX.inc hides itself only an include which the PHP
> script of the partner host also merges:  
> <?
> include 'http://www.PARTNERCONTENT.de/PARTNER.php'
> ?>
> 
> And the delivery is making anywhere big problem. Cause the generating of
> this website is going so slow.

Surely it will work much faster from the *local* site of your partners
than from your site :) Network operations are slow...

If you are allowed to cache this information, I would recommend to use
CURL PHP functions (with caching) instead of "include". This will save
you a lot of time.

Dmitry.



More information about the TYPO3-english mailing list