https://www.business-money.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.business-money.com/wp-content/uploads/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
58images1.5 MB
0oversized-0 KB
58legacy format
2missing 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
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
i
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
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
Main HTML max-age=3600 (~60min)
REVIEW
Main HTML max-age=3600 (~60min)
Info::
i
Main HTML cached for 60 minutes -- mild staleness risk
Got: max-age=3600
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
!
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
!
Total JS execution time is 9.1 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Info::
i
1 `@import` rule(s) in inline `<style>` blocks -- chains an extra round-trip
Each `@import` in CSS forces a serial dependency: the parent stylesheet must download and parse before the browser even knows which URL to fetch next. This used to be catastrophic on HTTP/1.1; HTTP/2 and HTTP/3 multiplexing make it less painful but still strictly worse than declaring `<link rel="stylesheet">` siblings. Replace `@import url(...)` with `<link rel="stylesheet" href="...">` in HTML so the browser discovers and fetches in parallel.
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
9 fonts (172 KB)
PASS
9 fonts (172 KB)
Info::
i
9 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
9
172 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
revicons.woffwoffswap
Size8 KB
Load time13 ms
Start849 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
va9C4kDNxMZdWfMOD5Vvkrj...woff2swap
Size18 KB
Load time17 ms
Start1.0 s
RiskFOUT — text flashes from fallback to web font
va9E4kDNxMZdWfMOD5Vvl4j...woff2swap
Size17 KB
Load time22 ms
Start1.0 s
RiskFOUT — text flashes from fallback to web font
va9B4kDNxMZdWfMOD5VnLK3...woff2swap
Size17 KB
Load time21 ms
Start1.0 s
RiskFOUT — text flashes from fallback to web font
va9B4kDNxMZdWfMOD5VnSKz...woff2swap
Size17 KB
Load time21 ms
Start1.0 s
RiskFOUT — text flashes from fallback to web font
rtui.woff2woff2swap
Size22 KB
Load time18 ms
Start1.1 s
RiskFOUT — text flashes from fallback to web font
fontello.woff2woff2swap
Size41 KB
Load time15 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
7529907e9eaf8ebb5220c5f...woff2swap
Size15 KB
Load time263 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
va9B4kDNxMZdWfMOD5VnZKv...woff2swap
Size17 KB
Load time15 ms
Start1.8 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 ~2 KB and ~4 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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
✓
Page uses 3 resource hint(s)
Current Resource Hints
preconnect—
preload
1
dns-prefetch
2
prefetch—
3 resource hints configured
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-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
✓
Server-Timing header advertises 3 timing entries
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.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
✓
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
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
A
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
✓
Cache-Control header is set
Got: max-age=3600
Info::
✓
Effective TTL: 1 hour (max-age=3600)
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
max-age=3600
Directive
Value
Meaning
max-age
3600
Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
143 requests over 2526ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
90%of JavaScript execution is third-party
First-party Third-party8166ms · 850KB · $47/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.business-money.com
www.business-money.com
Other
2116ms
59 KB
56%
$12/mo
Costly
www.business-money.com
www.business-money.com
Other
1660ms
78 KB
52%
$10/mo
Costly
www.business-money.com
www.business-money.com
Other
1490ms
42 KB
—
$9/mo
Costly
www.business-money.com
www.business-money.com
Other
804ms
103 KB
41%
$5/mo
Costly
www.business-money.com
www.business-money.com
Other
486ms
0 KB
—
$3/mo
Costly
www.business-money.com
www.business-money.com
Other
459ms
59 KB
70%
$3/mo
Costly
code.jquery.com
code.jquery.com
Other
412ms
33 KB
—
$2/mo
Costly
www.gstatic.com
www.gstatic.com
Other
293ms
333 KB
71%
$2/mo
Costly
www.business-money.com
www.business-money.com
Other
239ms
29 KB
—
$1/mo
Costly
www.business-money.com
www.business-money.com
Other
73ms
103 KB
97%
$0/mo
Optional
www.business-money.com
www.business-money.com
Other
68ms
12 KB
—
$0/mo
Optional
www.business-money.com
www.business-money.com
Other
66ms
1 KB
—
$0/mo
Optional
www.business-money.com
Other
Costly
Execution2116ms
Transfer59 KB
Unused56%
Monthly Cost$12/mo
www.business-money.com
Other
Costly
Execution1660ms
Transfer78 KB
Unused52%
Monthly Cost$10/mo
www.business-money.com
Other
Costly
Execution1490ms
Transfer42 KB
Monthly Cost$9/mo
www.business-money.com
Other
Costly
Execution804ms
Transfer103 KB
Unused41%
Monthly Cost$5/mo
www.business-money.com
Other
Costly
Execution486ms
Transfer0 KB
Monthly Cost$3/mo
www.business-money.com
Other
Costly
Execution459ms
Transfer59 KB
Unused70%
Monthly Cost$3/mo
code.jquery.com
Other
Costly
Execution412ms
Transfer33 KB
Monthly Cost$2/mo
www.gstatic.com
Other
Costly
Execution293ms
Transfer333 KB
Unused71%
Monthly Cost$2/mo
www.business-money.com
Other
Costly
Execution239ms
Transfer29 KB
Monthly Cost$1/mo
www.business-money.com
Other
Optional
Execution73ms
Transfer103 KB
Unused97%
Monthly Cost$0/mo
www.business-money.com
Other
Optional
Execution68ms
Transfer12 KB
Monthly Cost$0/mo
www.business-money.com
Other
Optional
Execution66ms
Transfer1 KB
Monthly Cost$0/mo
These scripts may cost more than they're worth
www.business-money.com adds 2116ms and costs ~$12/month
www.business-money.com adds 1660ms and costs ~$10/month
www.business-money.com adds 1490ms and costs ~$9/month
www.business-money.com adds 804ms and costs ~$5/month
www.business-money.com adds 486ms and costs ~$3/month
www.business-money.com adds 459ms and costs ~$3/month
code.jquery.com adds 412ms and costs ~$2/month
www.gstatic.com adds 293ms and costs ~$2/month
www.business-money.com adds 239ms and costs ~$1/month
90% 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
www.business-money.com takes 2116ms 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
56% of www.business-money.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
www.business-money.com takes 1660ms 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
52% of www.business-money.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
www.business-money.com takes 1490ms 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.business-money.com takes 804ms 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.business-money.com takes 486ms 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.business-money.com takes 459ms 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
70% of www.business-money.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
code.jquery.com takes 412ms 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 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
71% of www.gstatic.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
www.business-money.com takes 239ms 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
97% of www.business-money.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.