File parsing causing latency
Posted: Fri Jun 06, 2003 2:00 am
Hi,
I have been having a problem with my website loading VERY slow. By trial and error, I was able to find that any time I use code like this:
My site bogs way down. Could this be a problem with my host? Or is this a common problem when using this type of code
Thanks in advance
I have been having a problem with my website loading VERY slow. By trial and error, I was able to find that any time I use code like this:
Code: Select all
<?php
$include = 'http://www.whatever.com/header.php';
$include_output = implode('', file($include));
?>Thanks in advance