%&*#! asked:
I’m trying to see how much time and resources a page takes up on my server. It contains php and mysql functions. Can I find out somehow?
I’m trying to see how much time and resources a page takes up on my server. It contains php and mysql functions. Can I find out somehow?


1 Comment to 'Run a php/mysql page and find out what process it used/how much resources were used?'
April 11, 2009
Run a profiler on the web server and sql server or on the computer itself. Or, to get a slightly less accurate measurement, note the time at the top of the php code, note the time as the page is about to exit and echo the difference.
Leave a comment