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.1.0

Version
1.1.0
Type
neos-package
Release Date
Oct 14, 2021 14:51
Source
git
Distribution
zip
Requires
  • neos/fusion: ^7.0 || dev-master
MIT 712805f1473ef56761d0034635123023fb9c1dd0

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).