-
-
Notifications
You must be signed in to change notification settings - Fork 726
Description
Is your feature request related to a problem? Please describe
Whenever I see a website built with Nuxt content, I notice that the page transitions are noticeably slow.
You can use Nuxt UI Labs or the Nuxt docs as an example.
After a refresh, on each page navigation, there's a server delay that can take up to 300ms for me before the page is being displayed, giving the feeling of a laggy application.
Some resources can even take longer (when there's shiki loaded on the page).
Describe the solution you'd like
As these website are mostly static, they should be very performant and there shouldn't be a visible delay between page transitions.
Describe alternatives you've considered
I don't have an alternative, as Nuxt Content has many great features.
For markdown only, I use Vitepress and I made a POC version for nuxt : https://github.com/Hebilicious/nuxtpress
Additional context
Note that this apply on the latest versions of all browsers in incognito mode. This could be also due to the fact that there's no Caching/CDN for the JSON.
