jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

Fix missing profiling header on ajax requests #68

Closed AMoQu closed 9 years ago

AMoQu commented 9 years ago

On ajax requests, the xhprof profiler stops in a previous listener (not in Response listener). Because of that, the $this->collector->stopProfiling call returned wrong run id (link) in the onCoreResponse event.