Originally posted by Wayne Luke
View Post
When a page under performs, you look at the underlying code to find out why. The developers are running constant unit tests and frequently looking at those functions.
Correct, Xdebug's profiler is just one tool (a mighty one, though). Other more commonly known ones include DBG (as used in PhpEd) and the one in Zend Studio.
- - - Updated - - -
Originally posted by Yves Rigaud
View Post

Comment