JavaScript is 578 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 578 KB
Info::
i
54 HTTP requests
Info::
i
Estimated 0.19 g CO2 per page load
906 KBtransferred
54 requests
0.19 g CO2 per page load
JavaScript578.0 KiB64%
Images118.8 KiB13%
Fonts100.1 KiB11%
HTML71.0 KiB8%
CSS19.8 KiB2%
Other15.4 KiB2%
Other1.4 KiB0%
Other1.1 KiB0%
Other260 B0%
Other208 B0%
02.4 MB4.9 MB
Under budget
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
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
Image Optimization
14 images, 0 KB saveable
PASS
14 images, 0 KB saveable
Info::
✓
All images are well-optimized
14images119 KB
0oversized-0 KB
3legacy format
0missing dimensionsCLS risk
A+
Font Loading
3 fonts (100 KB)
PASS
3 fonts (100 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
100 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
figtree-variable.ttfttfswap
Size36 KB
Load time154 ms
Start305 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
stolzl-regular.woff2woff2swap
Size28 KB
Load time154 ms
Start306 ms
RiskFOUT — text flashes from fallback to web font
figtree-variable-italic...ttfswap
Size36 KB
Load time139 ms
Start1.1 s
RiskFOUT — text flashes from fallback to web font
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 ~22 KB and ~44 ms
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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall
54 requests over 2098ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100%of JavaScript execution is third-party
First-party Third-party1059ms · 292KB · €18/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
buffer.com
buffer.com
Other
345ms
71 KB
—
€6/mo
Costly
static.buffer.com
static.buffer.com
Other
245ms
11 KB
—
€4/mo
Costly
static.buffer.com
static.buffer.com
Other
202ms
45 KB
—
€4/mo
Costly
Unattributable
Unattributable
Other
143ms
0 KB
—
€2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
67ms
125 KB
54%
€1/mo
Optional
static.buffer.com
static.buffer.com
Other
58ms
40 KB
54%
€1/mo
Optional
buffer.com
Other
Costly
Execution345ms
Transfer71 KB
Monthly Cost€6/mo
static.buffer.com
Other
Costly
Execution245ms
Transfer11 KB
Monthly Cost€4/mo
static.buffer.com
Other
Costly
Execution202ms
Transfer45 KB
Monthly Cost€4/mo
Unattributable
Other
Optional
Execution143ms
Transfer0 KB
Monthly Cost€2/mo
Google Tag Manager
Tag Manager
Optional
Execution67ms
Transfer125 KB
Unused54%
Monthly Cost€1/mo
static.buffer.com
Other
Optional
Execution58ms
Transfer40 KB
Unused54%
Monthly Cost€1/mo
These scripts may cost more than they're worth
buffer.com adds 345ms and costs ~€6/month
static.buffer.com adds 245ms and costs ~€4/month
static.buffer.com adds 202ms and costs ~€4/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
buffer.com takes 345ms 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
static.buffer.com takes 245ms 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
static.buffer.com takes 202ms 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
54% 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
54% of static.buffer.com'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.