Forum Moderators: coopster
Wonder if anyone has had this problem, it's taken me all weekend to track this down, but finally got it to this stage:
I now have a file called a.php in my Linux server website root directory - nothing else in it but:
<?php
echo time() ;
$fp = @fopen("http://www.a-website-feed.com/feed.xml","r");
echo time() ;
?>
when I access www.mysite.com/a.php from IE - it takes about 25 seconds to complete.
On the server, when I go to the directory and run:
php a.php
it takes 2 seconds?
I guess its an apache/php problem. Has been working for ages now but suddenly causing problems.
Anyone any ideas?
Thanks