php-spx
php-spx copied to clipboard
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
https://github.com/php/php-src/blob/327c95237c96c517bd72671404686b9f5c2af8bb/Zend/zend_modules.h#L34 It's working in my docker image https://github.com/8ctopus/apache-php-fpm-alpine/releases/new
First of all, I have good use of SPX, and have had great experience of using it with various projects. With the rise of OpenTelemetry etc. is it possible to...
There was an identical ticket https://github.com/NoiseByNorthwest/php-spx/issues/188, but how to solve the problem is not described OS: Centos8 ``` $ php74 -v PHP Warning: PHP Startup: Unable to load dynamic library...
Ran into an issue loading the web UI where it will report file not found and I've tried everything I can think of to fix the issue. - Did the...
SPX is enabled in phpinfo() output Trying open `https://somedomain.com/spx/?SPX_KEY=dev&SPX_UI_URI=/` - opening my websitepage. This is Reverse Proxy host that target to Nginx-host Trying open `https://direct-host-name/spx/?SPX_KEY=dev&SPX_UI_URI=/` - opening SPX page. This...
Hello, I see this [issue](https://github.com/NoiseByNorthwest/php-spx/issues/89) where you provided a solution for php-fpm. But here I'm use php-spx to track IO usage of web page and I'm using **apache + mod_php**....
I called this: http://localhost/?SPX_KEY=dev&SPX_UI_URI=/ and it just loads my website instead of the profiler UI.
I have a degenerative eye disease which impacts my ability to see dark colour schemes. Can you please create light mode theme so people who can't use dark mode can...
Would be cool to have a list of sql queries and their execution time. Beside that, thanks for this awesome extension!!!
Now all method are visualized like this ``` My\Package\Namespace\Class::methodCall ``` However with this approach it's not clear whether method is static or not, without digging into codebase. Some apps prefer...