To debug the bundling performance of your Nuxt app, use Node.js to generate CPU profiles instead of the `nuxi dev` command. Using `node --cpu-prof` and specifying the direct path to the CLI in `node_modules`, along with `--fork=false`, is necessary. After stopping the Nuxt process, find the generated `CPU.***.cpuprofile` files

1m read timeFrom antfu.me
Post cover image

Sort: