Home > @lynx-js/rspeedy > Performance > profile
Whether capture timing information in the build time and the runtime, the same as the profile config of Rspack.
Signature:
This option would be true
when DEBUG
environment variable contains rspeedy
.
Enable profile.
Rsbuild will auto-generate dist/stats.json
file through bundle analyzer.
Rspack will include the build time information when generating stats.json
.
Frameworks like ReactLynx will include runtime information using console.profile
.