Libraries tagged by performance profiling
jamesgober/benchmark
183 Downloads
A PHP benchmarking library for measuring code performance and memory usage with precision, extensibility, and advanced reporting features.
clcbws/laravel-eloquent-insight
4 Downloads
Premium Eloquent performance suite with N+1 resolution, ghost relation detection, hydration profiling, and AST auto-fixing.
lookout/tracing
319 Downloads
Distributed tracing, sampled performance spans (limits, Laravel collectors), optional browser RUM beacons, breadcrumbs, structured logs and custom metrics ingest, exception reporting with enrichment pipeline, cron check-ins, and profiling ingest for Lookout.
zufarmarwah/laravel-performance-guard
4 Downloads
Production-safe performance monitoring for Laravel - detect N+1 queries, slow queries, and memory issues
valksor/php-valksor
4 Downloads
A comprehensive PHP library for Symfony applications providing bundles, utility functions, and components including Doctrine tools, performance profiling, and Server-Sent Events
sanovskiy/stopwatch
1 Downloads
Simple, zero-dependency stopwatch for performance profiling
methorz/php-profiler
0 Downloads
Request-scoped performance profiling with detailed timing, memory tracking, percentile metrics, and intelligent threshold monitoring for PHP applications
burdz/squille
6 Downloads
A toolsuite for PHP interactive performance profiling
yogeshjoshi/laravel-time-logger
6 Downloads
Laravel Time Logger is a lightweight and developer-friendly profiling utility for Laravel. It helps measure and log code execution time effortlessly, making performance debugging simple and efficient.
wambacom/xhprof
2028 Downloads
XHProf: A Hierarchical Profiler for PHP
valksor/php-spx-profiler
0 Downloads
A Symfony profiler data collector for the SPX PHP profiler, which collects and displays profiling data for PHP applications
stephen-tembo-dev/laravel-n1-detector
3 Downloads
Detect N+1 queries in your Laravel tests via SQL fingerprinting, and fail CI when they appear.
rylxes/laravel-observability
5 Downloads
Production-grade observability and APM plugin for Laravel applications with OpenTelemetry, Prometheus, and AI-powered anomaly detection
rotexsoft/callable-execution-timer
7 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
qdenka/laravel-query-doctor
9 Downloads
Detect N+1 queries, missing indexes, and slow queries in your Laravel app before they reach production.