Open
Description
Environment
- Operating System:
Windows_NT
- Node Version:
v16.13.2
- Nuxt Version:
3.0.1-rc.0-27880943.da38c62
- Nitro Version:
2.0.0-27909628.d73998e
- Package Manager:
[email protected]
- Builder:
vite
- User Config:
runtimeConfig
,css
,build
,app
,nitro
,modules
,vite
,typescript
- Runtime Modules:
@pinia/[email protected]
,@nuxt/[email protected]
,@nuxtjs/[email protected]
, - Build Modules:
-
Reproduction
Query and render ContentList
Describe the bug
Rendering pages that contain Nuxt Content queries perform really poor when compared to the same page just without the content queries. Both render time itself as well as memory usage are between 2x and 3x higher.
Page with nuxt content stripped for testing:
Original page including nuxt content:
Additional context
Might be related to #1651
Logs
No response