spryker / profiler
Profiler module
0.1.1
2023-06-27 11:06 UTC
Requires
- php: >=8.0
- spryker/event-dispatcher-extension: ^1.0.0
- spryker/kernel: ^3.30.0
- spryker/symfony: ^3.0.0
- spryker/web-profiler-extension: ^1.0.0
Requires (Dev)
Suggests
- ext-xhprof: If you want to use profiler module.
- spryker/container: If you want to use Web Profiler plugins.
- spryker/event-dispatcher: If you want to use profiler listeners.
This package is auto-updated.
Last update: 2024-11-05 09:37:16 UTC
README
Profiler is a module that adds Spryker modules call trace graph into the profiler toolbar and page. Module is based on xhprof profiler PHP extension. It collects and filters call trace to retrieve only the spryker modules. The module call trace graph is drawn by the graphviz tool into the svg image.
Installation
composer require spryker/profiler --dev