sj-i/php-profiler: a sampling profiler for PHP written in PHP

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • reli-prof

    A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.

  • sample_prof

    Sampling profiler for PHP

  • It's a sampling profiler, so it doesn't have the accumulated overhead of profling when a lot of fast functions are called (see the links below), like profilers of tideways, xhprof, and xdebug are having     - nikic/sample_prof     - Profiling Overhead and PHP 7

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts