Jump to content

page load time


knowram

Recommended Posts

Do debug statements.

 

IE: Start doing this after the first line and if it works move it to the next

 

<?php
$somevar = "name";
//die("Here");  after it tests alright move it to the next portion

$i=10;
while($i<0) {
  echo 'this is infinite';
}
die("here");
?>

 

Which ever does not display here or takes it a long time to display the lines above it are the culprits.

Link to comment
https://forums.phpfreaks.com/topic/54652-page-load-time/#findComment-270275
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.