Supun Kavinda Posted on Oct 17, 2019 How do you profile your PHP applications? #discuss Top comments (3) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Joshua Johnson Joshua Johnson Joshua Johnson Follow a developer looking to share cool things. Location Orlando, FL Work Software Developer at UA1 Labs Joined Dec 20, 2017 • Oct 18 '19 Dropdown menu Copy link Hide Historically, github.com/lox/xhprof has been the solution to profile PHP applications. However, it hasn't been updated in many years. pecl.php.net/package/xhprof will give you more info about it. Collapse Expand bskiefer bskiefer bskiefer Follow Joined Jul 23, 2019 • Oct 18 '19 Dropdown menu Copy link Hide Blackfire.io does a great job. Pretty easy to setup. It has a trial, but it's not very expensive thereafter. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
Historically, github.com/lox/xhprof has been the solution to profile PHP applications. However, it hasn't been updated in many years. pecl.php.net/package/xhprof will give you more info about it.
Blackfire.io does a great job. Pretty easy to setup. It has a trial, but it's not very expensive thereafter.