|
Posted by IanReardon on 01/13/08 06:42
I'm trying to optimize a php project of mine and I'm running into some
problems.
Overall the page takes about .4-.5 seconds to render (just the code,
i'm recording the time at start and finish of execution) on a my dual
core server with nothing else running (other than httpd and mysqld)
I've optimized my queries, total mysql query time is about .1 to .12
seconds total.
For some reason the part of my php that takes the longest to execute
is a rather large section of html code with some <? echo $someVar; ?>
sprinkled in. There is no logic or functional calls, yet this block
of code (maybe 50 lines of HTML, takes around .3 seconds to execute.
Can anyone recomend ways to find out where my php code is executing
slow?
Thank you
Navigation:
[Reply to this message]
|