php first load time
Posted: Thu Jan 29, 2009 1:55 pm
Hi,
I am a .net developer and thinking about learning php. As you may know .net application takes a few seconds to compile on the first load even though just one simple line of redirect. My question is does php goes through a few seconds as well during the first visit? I want to write a collection.php page. This page is nothing complicated, it checks user's location based on ip and insert into db and then redirect to another page. Does php compile on the first load also? I guess i wanted this to be invincible to the user can it be done with php?
thanks
jb
I am a .net developer and thinking about learning php. As you may know .net application takes a few seconds to compile on the first load even though just one simple line of redirect. My question is does php goes through a few seconds as well during the first visit? I want to write a collection.php page. This page is nothing complicated, it checks user's location based on ip and insert into db and then redirect to another page. Does php compile on the first load also? I guess i wanted this to be invincible to the user can it be done with php?
thanks
jb