Profiling using XDebug

Comparing #5 with #6

Revision #6 was created by le_top le_top on Mar 31, 2015, 10:38:35 PM.

Added reference to webgrind.

Content

[...]
4. Visualize the results
------------------
To visualize the results, use [KCacheGrind](http://kcachegrind.sf.net/ "KCacheGrind") or [WinCacheGrind](http://sourceforge.net/projects/wincachegrind "WinCacheGrind")
 or inside a browser using [WebGrind](https://code.google.com/p/webgrind).

Personally, I compressed the file on the server and transferred it to my PC using scp where I visualized the uncompressed results on WinCacheGrind.
[...]