Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.60 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.462
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.71 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.
48.72 s
Page Load Progression
FPage Weight BudgetAction15.3 MB transferred, 74 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction33080ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.biosites.com/frontsitev2/_next/static/chunks/pages/index-02778307b67c7374.js | 25122ms | 1389ms | 3ms | 3rd |
| https://biosites.com/ | 5190ms | 0ms | 0ms | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/pages/_app-697913021bf36662.js | 768ms | 262ms | 504ms | 3rd |
| Unattributable | 611ms | 3ms | 0ms | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/framework-e97e713fa51c2bbc.js | 469ms | 310ms | 31ms | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/754-c58fb2ee62b21c55.js | 437ms | 435ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K0M2DYJTG3 | 169ms | 139ms | 29ms | 3rd |
| https://consent.trustarc.com/notice?domain=squarespace.com&c=teconsent&js=nj¬iceType=bb&text=true&pn=2>m=1&pcookie&language=en-us | 125ms | 115ms | 3ms | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/main-b4c65b66bbfb1da0.js | 97ms | 84ms | 13ms | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 92ms | 48ms | 15ms | 3rd |
FJS BundlesAction14 scripts, 5.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.biosites.com/frontsitev2/_next/static/chunks/pages/_app-697913021bf36662.js | 7462 KB | 5016 KB (83%) | ✓ | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/framework-e97e713fa51c2bbc.js | 186 KB | 71 KB (38%) | ✓ | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/42-c2b91bb523df0bf8.js | 132 KB | 68 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K0M2DYJTG3 | 149 KB | 63 KB (42%) | ✓ | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/449-685f808545518098.js | 117 KB | 62 KB (53%) | ✓ | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/main-b4c65b66bbfb1da0.js | 134 KB | 53 KB (40%) | ✓ | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36 KB | 23 KB (63%) | ✓ | 3rd |
| https://consent.trustarc.com/notice?domain=squarespace.com&c=teconsent&js=nj¬iceType=bb&text=true&pn=2>m=1&pcookie&language=en-us | 13 KB | — | ✓ | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/988-daf52607111f186c.js | 10 KB | — | ✓ | 3rd |
| https://static.biosites.com/frontsitev2/_next/static/chunks/754-c58fb2ee62b21c55.js | 16 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction74 resources · 15.3 MB · 5.2 MB savings availableFIX
~5.2 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 74 resources | 15.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization21 images, 0 KB saveablePASS
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Font Loading11 fonts (483 KB)PASS
Web fonts
11
483 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~91 KB and ~182 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints33 hints, 0 missing preconnectsPASS
Current Resource Hints
33 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall74 requests over 2150msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
static.biosites.com static.biosites.com | Other | 25122ms | 43 KB | — | €133/mo | Costly |
biosites.com biosites.com | Other | 5190ms | 14 KB | — | €28/mo | Costly |
static.biosites.com static.biosites.com | Other | 768ms | 7462 KB | 83% | €4/mo | Costly |
Unattributable Unattributable | Other | 611ms | 0 KB | — | €3/mo | Costly |
static.biosites.com static.biosites.com | Other | 469ms | 186 KB | 38% | €2/mo | Costly |
static.biosites.com static.biosites.com | Other | 437ms | 16 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 169ms | 149 KB | 42% | €1/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 125ms | 13 KB | — | €1/mo | Optional |
static.biosites.com static.biosites.com | Other | 97ms | 134 KB | 40% | €1/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 92ms | 36 KB | 63% | €0/mo | Optional |
These scripts may cost more than they're worth
- static.biosites.com adds 25122ms and costs ~€133/month
- biosites.com adds 5190ms and costs ~€28/month
- static.biosites.com adds 768ms and costs ~€4/month
- Unattributable adds 611ms and costs ~€3/month
- static.biosites.com adds 469ms and costs ~€2/month
- static.biosites.com adds 437ms and costs ~€2/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
static.biosites.com takes 25122ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
biosites.com takes 5190ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static.biosites.com takes 768ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
83% of static.biosites.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Unattributable takes 611ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static.biosites.com takes 469ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static.biosites.com takes 437ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
63% of consent.trustarc.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev