flowpack/fusion-tracing

Last activity 19 Oct 2023 15 1 16295
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
  • php: ^7.4 || ^8.0
  • neos/fusion: ^7.3 || ^8.0
MIT e947c1f3295e689502b9e0969c4008754a6993ee

Readme excerpt

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.

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 r…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).