how to test for speed?
Moderator: General Moderators
how to test for speed?
Hi all just a basic question: as one builds a site and adds scripts, how does one ensure that the latest code is not suddenly becoming slow, especially if a database is involved? To the human eye this may not be obvious.
Re: how to test for speed?
Easiest:
http://xdebug.org/docs/profiler
or better APD:
http://pecl.php.net/package/apd
with info here: http://php.net/manual/en/book.apd.php
http://xdebug.org/docs/profiler
or better APD:
http://pecl.php.net/package/apd
with info here: http://php.net/manual/en/book.apd.php
-
- Forum Newbie
- Posts: 2
- Joined: Sun Nov 02, 2014 10:32 pm
Re: how to test for speed?
I will try this techniques for testing