I’m using Nuxt Content as a CMS for some of my pages, but I’m experiencing noticeable delays during page loading. I’m not sure what’s causing it. I also tried integrating NuxtHub with the following configuration in
It’s really strange because other pages where I make calls to hubDB in the setup function load instantly. Is there anything I can do to improve performance when using Nuxt Content with D1 and NuxtHub? I came across this GitHub issue, but it doesn’t seem to be resolved yet.
Would my only real alternative be to stop using Nuxt Content altogether, or are there workarounds or best practices to speed it up?