Hello all,
I've got a problem with page generation times of a certain page.
The page prints a lot of text:
starttime=time()
print "a lot of text"; //about 50kb
print "took:".time()-starttime;
When i run the script on my local network, page generation time is about 0.01.
Then i upload it to the online server, then page generation time goes up in the air: 0.50.
I tryed uploading to a different server with strange results: page generation took: 0.09.
All servers have same hardware and are 100% idle.
Is it a PHP setting or maybe something else?
Thanks. 😉