script generate time
hii have a question about scripts (php) generate time :
i have 2 script , one useing include files and second is not useing include files , and they are not useing database,
first script :
<?php
if .......
include ("home.php");
...
?>
second script :
directly home.php
when i test it my pc , this was result :
intel 1.3cel + 256mb ram + winxp + iis + php 4.3.9
first script : 0.018052 Seconds
second script : 0.005891 seconds.
and on my server ;
amd 2400+ ram 512 , centos + apache 1.3.33 , php 4.3.9
i was alone user when i test this
first script : 1.295942 seconds !!!
second : 0.000210 seconds.
now my question is why my server is slow on include file useing ? this is normal or ?
thanks