staabm / xhprof.io

Maintained fork of xhprof.io: GUI to analyze the profiling data collected using XHProf – A Hierarchical Profiler for PHP.
Other
42 stars 10 forks source link

asyncronous loading of profilling data #18

Closed staabm closed 10 years ago

staabm commented 10 years ago

in the gui we usually have to do with a lot of data and sometimes the browser got stuck on huge amounts of it.

consider loading the data via ajax and show a loading indicator pre-flight

staabm commented 10 years ago

Atm everything feels fast, no more need for another request.