Following the instruction of Record Trace to profiling Lynx.
We provide the builtin trace points in frameworks like ReactLynx (Components' render
and diff
).
rspeedy dev
): ReactLynx-related trace points are added by default.rspeedy build
): ReactLynx-related trace points are removed by default.These tracing points show how components are rendered and diffed.
The trace points can be enabled by setting the performance.profile
to true
when build.
You may use rspeedy preview
to preview the output locally.
This is useful when trying to optimize the performance of the application.
Do NOT deploy the output with performance.profile: true
. They are not for production.
The trace points can be disabled by setting the performance.profile
to false
when dev.