Skip to content
https://FrogPilot.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
8
PASS
14
INFO
2

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

74
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.79 s

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

8.11 s

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

116 ms

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

0.000

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

1.79 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.

8.11 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
25
14 PASS 8 REVIEW 1 FIX
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 (1.2 MiB of 1.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
B
Page Weight Budget
1.2 MB transferred, 13 requests
REVIEW
1.2 MB transferred, 13 requests
Info::
Page weighs 1.6 MB (1.2 MB transferred)
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
13 HTTP requests
Info::
Estimated 0.26 g CO2 per page load
1.2 MB / 2.4 MB budget
1.2 MB transferred
13 requests
0.26 g CO2 per page load
Images 1.1 MiB 86%
JavaScript 153.9 KiB 12%
Other 9.5 KiB 1%
HTML 4.2 KiB 0%
CSS 4.1 KiB 0%
0 2.4 MB 4.9 MB
Under 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

B
JS Bundles
8 scripts, 51 KB unused
REVIEW
8 scripts, 51 KB unused
Warning::
https://www.frogpilot.com/_next/static/chunks/0h4b...: 29 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.frogpilot.com/_next/static/chunks/062h...: 22 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 51 KB
51 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.frogpilot.com/_next/static/chunks/0h4bq73pogmtb.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv71 KB29 KB (42%)3rd
https://www.frogpilot.com/_next/static/chunks/062hzijh369a_.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv39 KB22 KB (56%)3rd
https://www.frogpilot.com/_next/static/chunks/0ngt--pj8l535.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv8 KB3rd
https://www.frogpilot.com/_next/static/chunks/0dgq26a5_oy.a.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv11 KB3rd
https://www.frogpilot.com/_next/static/chunks/turbopack-028b5z343.dor.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv5 KB3rd
https://www.frogpilot.com/_next/static/chunks/01xlw8hd842-c.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv2 KB3rd
https://www.frogpilot.com/_next/static/chunks/0d3shmwh5_nmn.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv13 KB3rd
https://www.frogpilot.com/_next/static/chunks/07mne3zcixcz2.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv6 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
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::
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
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
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
Page Weight Inventory
Action
13 resources · 1.2 MB · 51 KB savings available
REVIEW
13 resources · 1.2 MB · 51 KB savings available
Warning::
Page weight 1.2 MB exceeds 1 MB target by 238 KB
Got: 1.2 MB Expected: ≤ 1 MB
Info::
~51 KB of savings available
Warning::
12 third-party resources (100% of weight)
Info::
1 resources over 200KB
13 resources · 1.2 MiB · 12 third-party 237.6 KiB over 1MB target
Image 87% · 1.1 MiB
JavaScript 12% · 153.9 KiB
Document 0% · 4.4 KiB
CSS 0% · 4.1 KiB

~51.2 KiB of savings available

Remove unused JavaScript: 51.2 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
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
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Info::
All images are well-optimized
1 images 1.1 MB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
453ms total JS execution
PASS
453ms total JS execution
Info::
https://www.frogpilot.com/_next/static/chunks/0h4b...: 243ms CPU time
Info::
Unattributable: 120ms CPU time
Info::
https://www.frogpilot.com/: 89ms CPU time
Warning::
Third-party scripts: 453ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 27% Script Parsing & Compilation 14% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://www.frogpilot.com/_next/static/chunks/0h4bq73pogmtb.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv243ms222ms20ms3rd
Unattributable120ms5ms0ms3rd
https://www.frogpilot.com/89ms4ms24ms3rd
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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+
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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, max-age=0, must-revalidate
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
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+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
13 requests over 439ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.8 s LCP 8.1 shttps://frogpilot.com// https://frogpilot.com/ — 307 — 200 B — 98 ms — h2https://www.frogpilot.com/www.frogpilot.com/ https://www.frogpilot.com/ — 200 — 4.2 KiB — 94 ms — h2https://www.frogpilot.com/logo.png?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/logo.png?dpl=dpl_... https://www.frogpilot.com/logo.png?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 1.1 MiB — 123 ms — h2https://www.frogpilot.com/_next/static/chunks/16l71twfe08f8.css?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/16l71twfe08f8.css?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 4.1 KiB — 59 ms — h2https://www.frogpilot.com/_next/static/chunks/0ngt--pj8l535.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/0ngt--pj8l535.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 7.9 KiB — 120 ms — h2https://www.frogpilot.com/_next/static/chunks/0dgq26a5_oy.a.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/0dgq26a5_oy.a.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 10.9 KiB — 117 ms — h2https://www.frogpilot.com/_next/static/chunks/0h4bq73pogmtb.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/0h4bq73pogmtb.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 70.8 KiB — 121 ms — h2https://www.frogpilot.com/_next/static/chunks/062hzijh369a_.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/062hzijh369a_.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 38.9 KiB — 120 ms — h2https://www.frogpilot.com/_next/static/chunks/turbopack-028b5z343.dor.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/turbopack-028b5z343.dor.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 4.6 KiB — 116 ms — h2https://www.frogpilot.com/_next/static/chunks/01xlw8hd842-c.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/01xlw8hd842-c.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 1.6 KiB — 115 ms — h2https://www.frogpilot.com/_next/static/chunks/0d3shmwh5_nmn.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/0d3shmwh5_nmn.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 13.2 KiB — 114 ms — h2https://www.frogpilot.com/_next/static/chunks/07mne3zcixcz2.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/_next/static/chun... https://www.frogpilot.com/_next/static/chunks/07mne3zcixcz2.js?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 5.9 KiB — 114 ms — h2https://www.frogpilot.com/favicon.ico?favicon.0x3dzn~oxb6tn.ico?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVvwww.frogpilot.com/favicon.ico?favic... https://www.frogpilot.com/favicon.ico?favicon.0x3dzn~oxb6tn.ico?dpl=dpl_GC6Pv1aSzGGXazgFH7cKoqy8MnVv — 200 — 9.3 KiB — 31 ms — h2
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-party 453ms · 75KB · $6/mo
www.frogpilot.com
Other
Costly
Execution 243ms
Transfer 71 KB
Unused 42%
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 120ms
Transfer 0 KB
Monthly Cost $2/mo
www.frogpilot.com
Other
Optional
Execution 89ms
Transfer 4 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.frogpilot.com adds 243ms 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

www.frogpilot.com takes 243ms 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

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