spryker / profiler
Profiler module
0.1.3
2026-01-05 09:45 UTC
Requires
- php: >=8.3
- 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.
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-10 17:24:29 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