PHP remote includes take 4 seconds

ksv

web developer
I have a problem with my server running PHP.

Any php script containting remote inclusions, e.g.
PHP:
include ('http://example.com/inc.php');
take an extra 4 seconds to load per inclusion. Including files from the troubled server in a script on another server works fine.

I just upgraded from version 4.3.2 to 5.0.0, hoping it would solve the issue, but the problem is still there.

Example:
Footer included remotely: http://www.urbanturban.no/main/index.php
Footer included locally: http://www.urbanturban.no/main/index2.php

phpinfo:
https://secure.urbanturban.no/phpinfo.php
 
Back
Top