Profiling With XHProf On Lando
XHProf is a profiler that can measure processing time for each function called to render a page.
Installation on lando
.lando.yml
s...
XHProf is a profiler that can measure processing time for each function called to render a page.
.lando.yml
s...
Add link to callgraph.
Needs graphviz installed to work.
Send profile data from the XHProf module to a XHGui instance.
Provides a UI for profiling pages and viewing reports.
Documentation for XHProf module.