jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

Multiple fixes (added dependency on facebook/xhprof, added ability to send custom header in response & enable xhprof for requests with particular query argument) #40

Closed maxromanovsky closed 10 years ago

maxromanovsky commented 10 years ago
  1. added dependency on facebook/xhprof
  2. added ability to send custom header in response
  3. enable xhprof for requests with particular query argument
stephpy commented 10 years ago

:+1: Good improvements :)

maxromanovsky commented 10 years ago

Updated PR with changes to Response header. Now it contains xhprof Run ID instead of full URL to xhprof due to security reasons

stephpy commented 10 years ago

Thank you ;)