Skip to content

Commit

Permalink
docs: tweak wording of perf results (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored Jun 11, 2024
1 parent cd1b347 commit 377c3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ const contributors = useRuntimeConfig().public.contributors
Nuxt Scripts comes with <NuxtLink to="https://developer.chrome.com/docs/lighthouse/performance/third-party-facades" class="underline" target="_blank">
Facade Components
</NuxtLink> preconfigured for maximum performance
and developer experience.
and developer experience. Initial testing with mobile lab data from the PageSpeed Insights API is promising.
</p>
<p class="text-gray-500 dark:text-gray-400">
<span class="opacity-50 text-sm">*Benchmarks are from pagespeed.web.dev Mobile report running with variability, they are not accurate.</span>
<span class="opacity-50 text-sm">*Note that PageSpeed Insights lab data is a snapshot from a particular day, which tends to be variable. We will be updating this section with aggregated results and/or field data from production usage as soon as it's available.</span>
</p>
<UButtonGroup class="mt-10 flex" :orientation="btnGroupOrientation">
<UButton :variant="webVital === 'fcp' ? 'solid' : 'soft'" :active="webVital === 'fcp'" @click="webVital = 'fcp'">
Expand Down

0 comments on commit 377c3c1

Please sign in to comment.