Skip to content
https://www.typesense.org

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
4
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

77
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.31 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.43 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

43 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.004

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.31 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.80 s

Page Load Progression

489 ms
977 ms
1.5 s
2.0 s
2.4 s
2.9 s
3.4 s
3.9 s
Checks
14
5 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 142 requests
FIX
4.9 MB transferred, 142 requests
Critical::
Page weighs 8.2 MB (4.9 MB transferred)
Warning::
Images are 3.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.9 MB
Warning::
JavaScript is 859 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 859 KB
Warning::
142 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.9 MB / 2.4 MB budget
4.9 MB transferred
142 requests
1.0 g CO2 per page load
Images 3.9 MiB 78%
JavaScript 858.8 KiB 17%
Fonts 121.7 KiB 2%
Other 51.2 KiB 1%
HTML 46.2 KiB 1%
Other 23.3 KiB 0%
CSS 10.2 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.9 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
22 scripts, 387 KB unused
FIX
22 scripts, 387 KB unused
Warning::
https://typesense.org/_nuxt/BHSYdoK3.js: 83 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XWJN...: 74 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NDZ...: 72 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-116...: 63 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-577...: 60 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 387 KB
387 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://typesense.org/_nuxt/BHSYdoK3.js147 KB83 KB (57%)3rd
https://www.googletagmanager.com/gtag/js?id=G-XWJNP9CSY7&cx=c&gtm=4e6461h2164 KB74 KB (45%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NDZ9CJJ151 KB72 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-116415641-1124 KB63 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-577864714&cx=c&gtm=4e6460137 KB60 KB (44%)3rd
https://typesense.org/_nuxt/BQSfvx4V.js53 KB34 KB (66%)3rd
https://typesense.org/_nuxt/BthDhpOr.js1 KB3rd
https://typesense.org/_nuxt/OpO-rRkJ.js1 KB3rd
https://typesense.org/_nuxt/CMqnCvyX.js1 KB3rd
https://typesense.org/_nuxt/DXo2PTQY.js19 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
93 images, 0 KB saveable
REVIEW
93 images, 0 KB saveable
Warning::
https://typesense.org/images/api-libraries/java.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/gatsby.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/craft-cms.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/woocommerce... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/changelog.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/logo_da... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/typography.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/door-key.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/symfony.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/phone.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/xkcd-2.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/google-io.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/golang.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/circles.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/support/slack-support... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/backgrounds/quote.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/php.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/ok.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/ui-integrations/docse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/support/github-suppor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/clojure... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/sort-arrow.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/plone.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/search-bold.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/box-bold.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/logitech_l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/swift_l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/thoughtwor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/leaderboard.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/geotargeting... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/semantic.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/wordpress.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/bbc-maestr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/macro-fact... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/eleven-lab... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/xkcd-1.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/n8n.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/paper-pin.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/prepr.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/magento.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/keyboard-bol... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/codecademy... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/emblem.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/ui-integrations/docus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/typesense-logo-dark.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/kick-logo.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/tooljet.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/support/priority-supp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/tweet-testimonial.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/python.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/global-bold.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/laravel-log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/firebase.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/showcase/flash-bold.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/ui-integrations/insta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/list.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/platforms/langchain.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/features/sort.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/typesense-logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/icons/promo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/lonely-pla... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/oddle_eats... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/javascr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/user-logos/poorvika-l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/ruby.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://typesense.org/images/api-libraries/dotnet-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
93 images 3.9 MB
0 oversized -0 KB
93 legacy format
66 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1454ms total JS execution
REVIEW
1454ms total JS execution
Warning::
Unattributable: 529ms CPU time
Warning::
https://typesense.org/index.html: 501ms CPU time
Info::
https://typesense.org/_nuxt/Di7pJ-fH.js: 170ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NDZ...: 85ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-577...: 58ms CPU time
Warning::
Third-party scripts: 1454ms (100% of total)

Main Thread Breakdown

Other 44% Script Evaluation 35% Style & Layout 10% Rendering 5%
ScriptTotalScriptingParse/CompileParty
Unattributable529ms70ms0ms3rd
https://typesense.org/index.html501ms68ms0ms3rd
https://typesense.org/_nuxt/Di7pJ-fH.js170ms163ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NDZ9CJJ85ms72ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-577864714&cx=c&gtm=4e646058ms50ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XWJNP9CSY7&cx=c&gtm=4e6461h258ms42ms15ms3rd
https://www.googletagmanager.com/gtag/js?id=UA-116415641-152ms40ms8ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (122 KB)
PASS
3 fonts (122 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

122 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.4 shttps://typesense.org/_nuxt/Inter-normal-300-latin.C2S99t-D.woff2Inter-normal-300-latin.... https://typesense.org/_nuxt/Inter-normal-300-latin.C2S99t-D.woff2 — 47.8 KiB — 0 ms — font-display: swaphttps://typesense.org/_nuxt/Oddval-Medium.DSVIctJj.woff2Oddval-Medium.DSVIctJj.... https://typesense.org/_nuxt/Oddval-Medium.DSVIctJj.woff2 — 50.6 KiB — 0 ms — font-display: swaphttps://typesense.org/_nuxt/Fira_Code-normal-400-latin.BzypJxJk.woff2Fira_Code-normal-400-la... https://typesense.org/_nuxt/Fira_Code-normal-400-latin.BzypJxJk.woff2 — 23.3 KiB — 0 ms — font-display: swap
Inter-normal-300-latin.... woff2 swap
Size 48 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Oddval-Medium.DSVIctJj.... woff2 swap
Size 51 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Fira_Code-normal-400-la... woff2 swap
Size 23 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
142 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1454ms · 640KB · $8/mo
Unattributable
Other
Costly
Execution 529ms
Transfer 0 KB
Monthly Cost $3/mo
typesense.org
Other
Costly
Execution 501ms
Transfer 46 KB
Monthly Cost $3/mo
typesense.org
Other
Optional
Execution 170ms
Transfer 18 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 151 KB
Unused 48%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 137 KB
Unused 44%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 164 KB
Unused 45%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 124 KB
Unused 51%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 529ms and costs ~$3/month
  • typesense.org adds 501ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 529ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

typesense.org takes 501ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

51% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback