Tagged articles
3 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Nov 14, 2025 · Backend Development

How to Install and Use XHProf for PHP Performance Profiling

This guide explains what XHProf is, walks through installing it via PECL or source, configuring php.ini, verifying the installation, integrating it with a middleware class, and accessing the web UI to view detailed performance metrics and visualizations.

PHPXHProfmiddleware
0 likes · 6 min read
How to Install and Use XHProf for PHP Performance Profiling
Open Source Tech Hub
Open Source Tech Hub
May 11, 2023 · Backend Development

How to Install and Use XHProf for PHP Performance Profiling

Learn how to install XHProf via PECL or source, configure php.ini, verify the installation, integrate the XhprofMiddleware into your PHP application, and interpret the detailed performance metrics and visual reports, including function call statistics and memory usage, with example commands and code snippets.

InstallationPHPXHProf
0 likes · 6 min read
How to Install and Use XHProf for PHP Performance Profiling
php Courses
php Courses
Dec 17, 2020 · Backend Development

Running XHProf with Graphviz in a Docker Container for PHP Profiling

This article explains how to use a pre‑built Docker image that bundles XHProf and Graphviz to generate and view PHP profiling reports without manual installation of dependencies, providing step‑by‑step commands for pulling the image, running the container, copying data, and accessing the visual report in a browser.

GraphvizProfilingXHProf
0 likes · 3 min read
Running XHProf with Graphviz in a Docker Container for PHP Profiling