massive perf improvements

on the store page, brings LCP down to only 5.6s from 11s. total lighthouse score is now 78
This commit is contained in:
Husky
2025-03-14 20:18:26 -04:00
parent 98c8258127
commit cd93ba2197
6 changed files with 1046 additions and 39 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div v-if="!noWrapper" class="flex flex-col w-full min-h-screen bg-zinc-900">
<UserHeader class="z-50" />
<UserHeader class="z-50" hydrate-on-idle />
<div class="grow flex">
<NuxtPage />
</div>
<UserFooter class="z-50" hydrate-on-visible />
<UserFooter class="z-50" hydrate-on-interaction />
</div>
<div class="flex w-full min-h-screen bg-zinc-900" v-else>
<NuxtPage />