While optimizing a Nuxt 3 project, I discovered excessive automatic prefetching was driving up Vercel bandwidth. Disabling prefetch globally brought costs and network overhead way down.
I inherited a Nuxt 3 project that was costing over $50/day in Vercel bandwidth. The culprit? A single wildcard import pulling in the entire Font Awesome library. Here’s how I found and fixed it.
A drop-in NuxtLink wrapper that automatically adds rel="nofollow" to links with query parameters, preventing PageRank leakage on filtered and parameterized URLs.
Simple changes to fix Largest Contentful Paint and Cumulative Layout Shift in Nuxt 3. Preconnect hints, image dimensions, and the hidden performance killers.
How a 10-line configuration silently blocked thousands of product pages from Google indexing, and the surprising nuxtjs/sitemap behavior that caused it.