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
22 images, 0 KB saveable
REVIEW
22 images, 0 KB saveable
Warning::
!
https://www.cynosure.com/wp-content/themes/cynosur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.cynosure.com/wp-content/themes/cynosur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.cynosure.com/wp-content/uploads/2024/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
22images1.7 MB
0oversized-0 KB
10legacy format
3missing dimensionsCLS 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
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
i
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
i
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
i
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
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
19 fonts (782 KB)
PASS
19 fonts (782 KB)
Info::
i
19 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
19
782 KB total
Render-blocking
0
of 19
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
Juana-Light.woff2woff2swap
Size34 KB
Load time62 ms
Start286 ms
RiskFOUT — text flashes from fallback to web font
Juana-LightIt.woff2woff2swap
Size34 KB
Load time64 ms
Start287 ms
RiskFOUT — text flashes from fallback to web font
Juana-Regular.woff2woff2swap
Size35 KB
Load time79 ms
Start287 ms
RiskFOUT — text flashes from fallback to web font
Juana-RegularIt.woff2woff2swap
Size35 KB
Load time87 ms
Start288 ms
RiskFOUT — text flashes from fallback to web font
Juana-Bold.woff2woff2swap
Size35 KB
Load time88 ms
Start289 ms
RiskFOUT — text flashes from fallback to web font
Juana-BoldIt.woff2woff2swap
Size35 KB
Load time88 ms
Start289 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Light.woff2woff2swap
Size60 KB
Load time89 ms
Start290 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Light_Italic....woff2swap
Size57 KB
Load time90 ms
Start290 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Regular.woff2woff2swap
Size59 KB
Load time89 ms
Start291 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Italic.woff2woff2swap
Size57 KB
Load time89 ms
Start291 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Semibold.woff2woff2swap
Size60 KB
Load time89 ms
Start292 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Semibold_Ital...woff2swap
Size58 KB
Load time90 ms
Start292 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Bold.woff2woff2swap
Size61 KB
Load time90 ms
Start292 ms
RiskFOUT — text flashes from fallback to web font
Open_Sans_Bold_Italic.w...woff2swap
Size57 KB
Load time92 ms
Start293 ms
RiskFOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX...woff2swap
Size42 KB
Load time14 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
x-font-woff;charset=utf...woffswap
Size2 KB
Load time39 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
x-font-woff;charset=utf...woffswap
Size8 KB
Load time19 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
Inter-Extended.woffwoffswap
Size21 KB
Load time7 ms
Start2.0 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size34 KB
Load time40 ms
Start3.0 s
RiskFOUT — 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)
Fixing the unchecked items could save ~9 KB and ~18 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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
✓
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
✓
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
i
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
135 requests over 3606ms
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-party3044ms · 213KB · $40/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
fast.wistia.com
fast.wistia.com
Other
615ms
159 KB
54%
$8/mo
Costly
Unattributable
Unattributable
Other
423ms
0 KB
—
$6/mo
Costly
fast.wistia.com
fast.wistia.com
Other
355ms
0 KB
44%
$5/mo
Costly
www.gstatic.com
www.gstatic.com
Other
310ms
0 KB
48%
$4/mo
Costly
ssl-munchkin.marketo.net
ssl-munchkin.marketo.net
Other
294ms
0 KB
—
$4/mo
Costly
www.cynosure.com
www.cynosure.com
Other
293ms
18 KB
—
$4/mo
Costly
www.cynosure.com
www.cynosure.com
Other
279ms
0 KB
60%
$4/mo
Costly
consent.cookiebot.com
consent.cookiebot.com
Other
270ms
36 KB
—
$4/mo
Costly
fast.wistia.com
fast.wistia.com
Other
203ms
0 KB
81%
$3/mo
Costly
fast.wistia.com
Other
Costly
Execution615ms
Transfer159 KB
Unused54%
Monthly Cost$8/mo
Unattributable
Other
Costly
Execution423ms
Transfer0 KB
Monthly Cost$6/mo
fast.wistia.com
Other
Costly
Execution355ms
Transfer0 KB
Unused44%
Monthly Cost$5/mo
www.gstatic.com
Other
Costly
Execution310ms
Transfer0 KB
Unused48%
Monthly Cost$4/mo
ssl-munchkin.marketo.net
Other
Costly
Execution294ms
Transfer0 KB
Monthly Cost$4/mo
www.cynosure.com
Other
Costly
Execution293ms
Transfer18 KB
Monthly Cost$4/mo
www.cynosure.com
Other
Costly
Execution279ms
Transfer0 KB
Unused60%
Monthly Cost$4/mo
consent.cookiebot.com
Other
Costly
Execution270ms
Transfer36 KB
Monthly Cost$4/mo
fast.wistia.com
Other
Costly
Execution203ms
Transfer0 KB
Unused81%
Monthly Cost$3/mo
These scripts may cost more than they're worth
fast.wistia.com adds 615ms and costs ~$8/month
Unattributable adds 423ms and costs ~$6/month
fast.wistia.com adds 355ms and costs ~$5/month
www.gstatic.com adds 310ms and costs ~$4/month
ssl-munchkin.marketo.net adds 294ms and costs ~$4/month
www.cynosure.com adds 293ms and costs ~$4/month
www.cynosure.com adds 279ms and costs ~$4/month
consent.cookiebot.com adds 270ms and costs ~$4/month
fast.wistia.com adds 203ms 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
fast.wistia.com takes 615ms 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 fast.wistia.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.
Source: web.dev
Unattributable takes 423ms 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
fast.wistia.com takes 355ms 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
www.gstatic.com takes 310ms 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
ssl-munchkin.marketo.net takes 294ms 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
www.cynosure.com takes 293ms 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
www.cynosure.com takes 279ms 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
60% of www.cynosure.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.
Source: web.dev
consent.cookiebot.com takes 270ms 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
fast.wistia.com takes 203ms 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
81% of fast.wistia.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.