flowpack/fusion-tracing

Last activity 19 Oct 2023 14 1 11019
composer require flowpack/fusion-tracing

Profile Fusion rendering by creating traces for Trace-Viewer

1.2.0

Version
1.2.0
Type
neos-package
Release Date
Dec 11, 2022 21:03
Source
git
Distribution
zip
Requires
MIT e947c1f3295e689502b9e0969c4008754a6993ee

Flowpack.Fusion.Tracing

Profile Fusion rendering by creating traces for Trace-Viewer

Installation

composer require flowpack/fusion-tracing

Usage

  • perform requests to Neos with X-Fusion-Tracing: my-trace-name header
  • or call Flowpack\Fusion\Tracing\Aspect\RuntimeTracing::enable explicitly as needed

Traces are written to FLOW_PATH_DATA/Logs/Traces in a Tracer-Viewer compatible format. Open about:tracing in Chrome/Chromium and load the generated trace.

Screenshot

Interpreting the trace

All evaluations in Fusion are traced with the time of beginning and end. The so called flamegraph visualizes the recursive evaluation of a Fusion rendering.

License

MIT

The content of the readme is provided by Github
The same vendor provides 49 package(s).