Skip to Content

Profiling PHP apps with XHProf

Session Type: 
Talk
Track: 
Software Development

Having faster website is the need of the day and to achieve that, the first step is to write efficient code. For this, one should keep evaluating the code throughout the development process. Profiling tools like XHProf helps you to do this with minimal setup and efforts.

This session will introduce you to XHProf, a profiliing tool by Facebook. We will cover -

  • Installing XHProf
  • Using it in application
  • Generating profling reports
  • Reading and understanding generated reports
  • Basic optimization tips