aeatech/web-snapshot-profiler-xhprof-bundle
Symfony bundle for production-friendly web profiling with XHProf and XHGui. Capture snapshot profiles per request, control sampling via route/header/request param matchers, and configure flags for memory/internal function data. Requires PHP 8.2+ and ext-xhprof.
app_version tagging)."This package lets us profile production PHP performance without downtime, using XHProf—a battle-tested tool adopted by companies like Facebook. For a fraction of the cost of Blackfire, we get function-level insights to optimize critical paths in our Symfony/Laravel apps. It’s MIT-licensed, production-safe, and integrates seamlessly with our existing stack. Pilot it on our highest-traffic endpoints to validate ROI before scaling."
*"This is a Symfony bundle that wraps XHProf for production profiling. Key benefits:
bundles.php and configure via YAML.is_profiling_enabled: true), with no runtime penalty when off.
Use case: Turn it on for specific user journeys (e.g., checkout flow) or post-deploy checks to catch regressions. Pair with app_version tagging to correlate snapshots with Git commits."**"Requires:
php -v).pecl install xhprof).composer.json, enable in bundles.php, and configure the XHGUI endpoint via env vars. Snapshots auto-save to a directory you control (e.g., /var/log/xhprof)."*How can I help you explore Laravel packages today?