On Wed, January 16, 2008 1:29 am, Dave M G wrote:
> Per Jessen,
>
> Thank you for responding.
>
>> Might this be a name-server issue?
>
> Maybe, but I don't think so. The reason I suspect that is not the case
> is because I can go first to a .html page on the server, and it loads
> up
> quickly. Then I go to one of my .php pages, and the slowdown occurs.
>
> If it were a name server issue, I would expect the slowdown to happen
> regardless of which page I load first.
>
> So, I guess to be more specific, the slowdown happens the first time I
> load one of my PHP scripts on this site, not the first time I access
> the
> site.

Try it with just this in a .php file:
<?php phpinfo();?>

Is *that* slow the first time?

Also try it with:
<?php echo "Hello World!"?>
Is that slow the first time?

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to