Hi,
I have a fairly complicated script that seems to load fairly fast. But
that's because it is on my local server in the office and not on the main
one, (and I am the only one on it).
So I would like to run some tests, for example how long the pages take to
load on average and what load it place on the server.
Currently the pages load very fast indeed, but I suspect it is because I am
the only one on the server and php/MySQL are not working that hard...
Are there any ways to check that the script is within 'acceptable' limits?
Simon
I have a fairly complicated script that seems to load fairly fast. But
that's because it is on my local server in the office and not on the main
one, (and I am the only one on it).
So I would like to run some tests, for example how long the pages take to
load on average and what load it place on the server.
Currently the pages load very fast indeed, but I suspect it is because I am
the only one on the server and php/MySQL are not working that hard...
Are there any ways to check that the script is within 'acceptable' limits?
Simon
Comment