SPX - A simple profiler for PHP
SPX, which stands for Simple Profiling eXtension, is just another profiling extension for PHP. It differentiates itself from other similar extensions as being: totally free and confined to your infrastructure (i.e. no data leaks to a SaaS).
- Free • Open Source
- Mac
- Linux
...
A simple & straight-to-the-point PHP profiling extension with its built-in web UI - NoiseByNorthwest/php-spx
totally free and confined to your infrastructure (i.e. no data leaks to a SaaS).
very simple to use: just set an environment variable (command line) or switch on a radio button (web page) to profile your script. Thus, you are free of:
manually instrumenting your code (Ctrl-C a long running command line script is even supported).
using a dedicated browser extension or command line launcher.
multi metrics capable: 21 currently supported (various time metrics, memory, included files, objects in use, I/O...).
able to collect data without losing context. For example Xhprof (and potentially its forks) aggregates data per caller / callee pairs, which implies the loss of the full call stack and forbids timeline or Flamegraph based analysis.
shipped with its web UI which allows to:
enable / configure profiling for the current browser session
list profiled script reports
select a report for in-depth analysis, featuring these interactive visualizations:
timeline (scale to millions of function calls)
flat profile
Flamegraph
totally free and confined to your infrastructure (i.e. no data leaks to a SaaS).
very simple to use: just set an environment variable (command line) or switch on a radio button (web page) to profile your script. Thus, you are free of:
manually instrumenting your code (Ctrl-C a long running command line script is even supported).
using a dedicated browser extension or command line launcher.
multi metrics capable: 21 currently supported (various time metrics, memory, included files, objects in use, I/O...).
able to collect data without losing context. For example Xhprof (and potentially its forks) aggregates data per caller / callee pairs, which implies the loss of the full call stack and forbids timeline or Flamegraph based analysis.
shipped with its web UI which allows to:
enable / configure profiling for the current browser session
list profiled script reports
select a report for in-depth analysis, featuring these interactive visualizations:
timeline (scale to millions of function calls)
flat profile
Flamegraph
Show full description ▾
SPX - A simple profiler for PHP
Summary and Relevance
Our users have written 1 comments and reviews about SPX - A simple profiler for PHP, and it has gotten 2 likes
- Developed by NoiseByNorthwest
- Open Source and Free product.
- 4 alternatives listed
Popular alternatives
View allSPX - A simple profiler for PHP was added to AlternativeTo by n----- on Apr 17, 2019 and this page was last updated Jul 15, 2019.
Features Vote on or suggest new features
Comments and Reviews Post a comment / review all • positive • negative relevance • date
Category
DevelopmentTags
- Php
SPX - A simple profiler for PHP
Summary and Relevance
Our users have written 1 comments and reviews about SPX - A simple profiler for PHP, and it has gotten 2 likes
- Developed by NoiseByNorthwest
- Open Source and Free product.
- 4 alternatives listed
Popular alternatives
View allSPX - A simple profiler for PHP was added to AlternativeTo by n----- on Apr 17, 2019 and this page was last updated Jul 15, 2019.
Recent user activities on SPX - A simple profiler for PHP
No activities found.
Simple to install locally, and gives a detailed waterfall graph of php functions walltime and memory usage