Skip to content
https://jupyter.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
0
REVIEW
5
PASS
10
INFO
2

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

88
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
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.

919 ms

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

3.62 s

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

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

919 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.03 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
17
10 PASS 5 REVIEW
B
Third-Party Impact
45% third-party, 0 ms blocking
REVIEW
45% third-party, 0 ms blocking
Info::
Third-party code accounts for 45% of page weight (208.4 KiB of 465.1 KiB)
Info::
Third-party blocking time is low (0 ms)
55%
45%
First-party Third-party
C
Image Optimization
Action
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Warning::
https://jupyter.org/assets/logos/logomark-orangebo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://jupyter.org/assets/homepage/hublogo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
21 images 219 KB
0 oversized -0 KB
18 legacy format
2 missing dimensions CLS 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

C
JS Execution Cost
Action
1404ms total JS execution
REVIEW
1404ms total JS execution
Warning::
https://jupyter.org/: 533ms CPU time
Warning::
https://js.hsforms.net/forms/embed/v2.js: 482ms CPU time
Warning::
Unattributable: 389ms CPU time
Warning::
Third-party scripts: 871ms (62% of total)

Main Thread Breakdown

Other 35% Script Evaluation 28% Style & Layout 20% Parse HTML & CSS 7% Script Parsing & Compilation 6% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://jupyter.org/533ms50ms3ms1st
https://js.hsforms.net/forms/embed/v2.js482ms323ms72ms3rd
Unattributable389ms9ms0ms3rd
B
JS Bundles
4 scripts, 73 KB unused
REVIEW
4 scripts, 73 KB unused
Warning::
https://js.hsforms.net/forms/embed/v2.js: 73 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 73 KB
73 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.hsforms.net/forms/embed/v2.js193 KB73 KB (39%)3rd
https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js3 KB3rd
https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js3 KB3rd
https://jupyter.org/assets/js/bootstrap-native.min.js13 KB1st

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
465 KB transferred, 32 requests
PASS
465 KB transferred, 32 requests
Info::
Page weighs 1.4 MB (465 KB transferred)
Info::
32 HTTP requests
Info::
Estimated 0.10 g CO2 per page load
465 KB / 2.4 MB budget
465 KB transferred
32 requests
0.10 g CO2 per page load
Images 219.0 KiB 47%
JavaScript 212.1 KiB 46%
Other 11.5 KiB 2%
CSS 8.0 KiB 2%
Other 6.7 KiB 1%
HTML 6.2 KiB 1%
Fonts 996 B 0%
Other 504 B 0%
0 2.4 MB 4.9 MB
Under budget
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
1 fonts (1 KB)
PASS
1 fonts (1 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

1 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 919 ms LCP 3.6 sdata:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x…a;base64,AAEAAAALAIAAAw... data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x… — 996 B — 19 ms — font-display: swap
a;base64,AAEAAAALAIAAAw... unknown swap
Size 1 KB
Load time 19 ms
Start 226 ms
Risk FOUT — 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)
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
Page Weight Inventory
32 resources · 465 KB · 73 KB savings available
PASS
32 resources · 465 KB · 73 KB savings available
Info::
Within 1MB page-weight target
Got: 465 KB
Info::
~73 KB of savings available
Warning::
8 third-party resources (45% of weight)
32 resources · 465.1 KiB · 8 third-party Within 1MB page-weight target
Image 50% · 230.6 KiB
JavaScript 46% · 212.1 KiB
CSS 2% · 8.0 KiB
Other 2% · 7.2 KiB
Document 1% · 6.2 KiB
Font 0% · 996 B

~73.1 KiB of savings available

Remove unused JavaScript: 73.1 KiB
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+
HTTP Caching
max-age=600 (10 minutes)
PASS
max-age=600 (10 minutes)
Info::
Cache-Control header is set
Got: max-age=600
Info::
Effective TTL: 10 minutes (max-age=600)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=600

DirectiveValueMeaning
max-age600Cache for 10 minutes
Effective TTL: 600 seconds
Network Waterfall
32 requests over 935ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 919 ms LCP 3.6 shttps://jupyter.org// https://jupyter.org/ — 200 — 6.2 KiB — 15 ms — h2https://jupyter.org/assets/css/bootstrap.css/assets/css/bootstrap.css https://jupyter.org/assets/css/bootstrap.css — 200 — 3.5 KiB — 21 ms — h2https://jupyter.org/assets/css/main.css/assets/css/main.css https://jupyter.org/assets/css/main.css — 200 — 4.6 KiB — 29 ms — h2https://jupyter.org/assets/logos/logomark-orangebody-greyplanets.svg/assets/logos/logomark-orangebody-g... https://jupyter.org/assets/logos/logomark-orangebody-greyplanets.svg — 200 — 1.0 KiB — 19 ms — h2https://jupyter.org/assets/homepage/circle1.svg/assets/homepage/circle1.svg https://jupyter.org/assets/homepage/circle1.svg — 200 — 24.6 KiB — 23 ms — h2https://jupyter.org/assets/homepage/circle2.svg/assets/homepage/circle2.svg https://jupyter.org/assets/homepage/circle2.svg — 200 — 33.9 KiB — 20 ms — h2https://jupyter.org/assets/homepage/circle3.svg/assets/homepage/circle3.svg https://jupyter.org/assets/homepage/circle3.svg — 200 — 6.0 KiB — 16 ms — h2https://jupyter.org/assets/homepage/main-logo.svg/assets/homepage/main-logo.svg https://jupyter.org/assets/homepage/main-logo.svg — 200 — 3.8 KiB — 38 ms — h2https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 192.8 KiB — 41 ms — h3https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.jscdn.jsdelivr.net/npm/anchor-js/anch... https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js — 200 — 3.4 KiB — 26 ms — h2https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.jsplausible.io/js/pa-B75UO5--FNXYQSG7... https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js — 200 — 3.2 KiB — 118 ms — h2https://jupyter.org/assets/homepage/white-background.svg/assets/homepage/white-background.s... https://jupyter.org/assets/homepage/white-background.svg — 200 — 529 B — 24 ms — h2https://jupyter.org/assets/homepage/labpreview.webp/assets/homepage/labpreview.webp https://jupyter.org/assets/homepage/labpreview.webp — 200 — 66.8 KiB — 30 ms — h2https://jupyter.org/assets/logos/rectanglelogo-blacktext-blackbody-blackplanets.svg/assets/logos/rectanglelogo-blackte... https://jupyter.org/assets/logos/rectanglelogo-blacktext-blackbody-blackplanets.svg — 200 — 2.2 KiB — 27 ms — h2https://jupyter.org/assets/js/bootstrap-native.min.js/assets/js/bootstrap-native.min.js https://jupyter.org/assets/js/bootstrap-native.min.js — 200 — 12.7 KiB — 37 ms — h2https://jupyter.org/assets/homepage/jupyterpreview.webp/assets/homepage/jupyterpreview.web... https://jupyter.org/assets/homepage/jupyterpreview.webp — 200 — 39.8 KiB — 828 ms — h2https://jupyter.org/assets/homepage/language.svg/assets/homepage/language.svg https://jupyter.org/assets/homepage/language.svg — 200 — 907 B — 36 ms — h2https://jupyter.org/assets/homepage/share.svg/assets/homepage/share.svg https://jupyter.org/assets/homepage/share.svg — 200 — 2.8 KiB — 22 ms — h2https://jupyter.org/assets/homepage/widget.svg/assets/homepage/widget.svg https://jupyter.org/assets/homepage/widget.svg — 200 — 1.3 KiB — 27 ms — h2https://jupyter.org/assets/homepage/spark.svg/assets/homepage/spark.svg https://jupyter.org/assets/homepage/spark.svg — 200 — 4.6 KiB — 822 ms — h2https://jupyter.org/assets/homepage/hublogo.svg/assets/homepage/hublogo.svg https://jupyter.org/assets/homepage/hublogo.svg — 200 — 2.4 KiB — 19 ms — h2https://jupyter.org/assets/homepage/authentication.svg/assets/homepage/authentication.svg https://jupyter.org/assets/homepage/authentication.svg — 200 — 938 B — 27 ms — h2https://jupyter.org/assets/homepage/central.svg/assets/homepage/central.svg https://jupyter.org/assets/homepage/central.svg — 200 — 2.2 KiB — 823 ms — h2https://jupyter.org/assets/homepage/container.svg/assets/homepage/container.svg https://jupyter.org/assets/homepage/container.svg — 200 — 897 B — 28 ms — h2https://jupyter.org/assets/homepage/data.svg/assets/homepage/data.svg https://jupyter.org/assets/homepage/data.svg — 200 — 3.6 KiB — 21 ms — h2https://jupyter.org/assets/homepage/voilapreview.webp/assets/homepage/voilapreview.webp https://jupyter.org/assets/homepage/voilapreview.webp — 200 — 20.1 KiB — 23 ms — h2https://forms.hsforms.com/embed/v3/form/8112310/3a79d744-5260-4a98-b069-39defccc8f42/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/811... https://forms.hsforms.com/embed/v3/form/8112310/3a79d744-5260-4a98-b069-39defccc8f42/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 6.7 KiB — 63 ms — h3data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x…data:n/a;base64,AAEAAAALAIAAAwAwT1M... data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x… — 200 — 996 B — 19 ms — datahttps://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 504 B — 145 ms — h2https://jupyter.org/favicon.ico/favicon.ico https://jupyter.org/favicon.ico — 200 — 11.5 KiB — 6 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 919 ms LCP 3.6 shttps://jupyter.org// https://jupyter.org/ — 200 — 6.2 KiB — 15 ms — h2https://jupyter.org/assets/css/bootstrap.css/assets/css/bootstrap.css https://jupyter.org/assets/css/bootstrap.css — 200 — 3.5 KiB — 21 ms — h2https://jupyter.org/assets/css/main.css/assets/css/main.css https://jupyter.org/assets/css/main.css — 200 — 4.6 KiB — 29 ms — h2https://jupyter.org/assets/logos/logomark-orangebody-greyplanets.svg/assets/logos/logomark-orangebody-g... https://jupyter.org/assets/logos/logomark-orangebody-greyplanets.svg — 200 — 1.0 KiB — 19 ms — h2https://jupyter.org/assets/homepage/circle1.svg/assets/homepage/circle1.svg https://jupyter.org/assets/homepage/circle1.svg — 200 — 24.6 KiB — 23 ms — h2https://jupyter.org/assets/homepage/circle2.svg/assets/homepage/circle2.svg https://jupyter.org/assets/homepage/circle2.svg — 200 — 33.9 KiB — 20 ms — h2https://jupyter.org/assets/homepage/circle3.svg/assets/homepage/circle3.svg https://jupyter.org/assets/homepage/circle3.svg — 200 — 6.0 KiB — 16 ms — h2https://jupyter.org/assets/homepage/main-logo.svg/assets/homepage/main-logo.svg https://jupyter.org/assets/homepage/main-logo.svg — 200 — 3.8 KiB — 38 ms — h2https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 192.8 KiB — 41 ms — h3https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.jscdn.jsdelivr.net/npm/anchor-js/anch... https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js — 200 — 3.4 KiB — 26 ms — h2https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.jsplausible.io/js/pa-B75UO5--FNXYQSG7... https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js — 200 — 3.2 KiB — 118 ms — h2https://jupyter.org/assets/homepage/white-background.svg/assets/homepage/white-background.s... https://jupyter.org/assets/homepage/white-background.svg — 200 — 529 B — 24 ms — h2https://jupyter.org/assets/homepage/labpreview.webp/assets/homepage/labpreview.webp https://jupyter.org/assets/homepage/labpreview.webp — 200 — 66.8 KiB — 30 ms — h2https://jupyter.org/assets/logos/rectanglelogo-blacktext-blackbody-blackplanets.svg/assets/logos/rectanglelogo-blackte... https://jupyter.org/assets/logos/rectanglelogo-blacktext-blackbody-blackplanets.svg — 200 — 2.2 KiB — 27 ms — h2https://jupyter.org/assets/js/bootstrap-native.min.js/assets/js/bootstrap-native.min.js https://jupyter.org/assets/js/bootstrap-native.min.js — 200 — 12.7 KiB — 37 ms — h2https://jupyter.org/assets/homepage/jupyterpreview.webp/assets/homepage/jupyterpreview.web... https://jupyter.org/assets/homepage/jupyterpreview.webp — 200 — 39.8 KiB — 828 ms — h2https://jupyter.org/assets/homepage/language.svg/assets/homepage/language.svg https://jupyter.org/assets/homepage/language.svg — 200 — 907 B — 36 ms — h2https://jupyter.org/assets/homepage/share.svg/assets/homepage/share.svg https://jupyter.org/assets/homepage/share.svg — 200 — 2.8 KiB — 22 ms — h2https://jupyter.org/assets/homepage/widget.svg/assets/homepage/widget.svg https://jupyter.org/assets/homepage/widget.svg — 200 — 1.3 KiB — 27 ms — h2https://jupyter.org/assets/homepage/spark.svg/assets/homepage/spark.svg https://jupyter.org/assets/homepage/spark.svg — 200 — 4.6 KiB — 822 ms — h2https://jupyter.org/assets/homepage/hublogo.svg/assets/homepage/hublogo.svg https://jupyter.org/assets/homepage/hublogo.svg — 200 — 2.4 KiB — 19 ms — h2https://jupyter.org/assets/homepage/authentication.svg/assets/homepage/authentication.svg https://jupyter.org/assets/homepage/authentication.svg — 200 — 938 B — 27 ms — h2https://jupyter.org/assets/homepage/central.svg/assets/homepage/central.svg https://jupyter.org/assets/homepage/central.svg — 200 — 2.2 KiB — 823 ms — h2https://jupyter.org/assets/homepage/container.svg/assets/homepage/container.svg https://jupyter.org/assets/homepage/container.svg — 200 — 897 B — 28 ms — h2https://jupyter.org/assets/homepage/data.svg/assets/homepage/data.svg https://jupyter.org/assets/homepage/data.svg — 200 — 3.6 KiB — 21 ms — h2https://jupyter.org/assets/homepage/voilapreview.webp/assets/homepage/voilapreview.webp https://jupyter.org/assets/homepage/voilapreview.webp — 200 — 20.1 KiB — 23 ms — h2https://forms.hsforms.com/embed/v3/form/8112310/3a79d744-5260-4a98-b069-39defccc8f42/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/811... https://forms.hsforms.com/embed/v3/form/8112310/3a79d744-5260-4a98-b069-39defccc8f42/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 6.7 KiB — 63 ms — h3data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x…data:n/a;base64,AAEAAAALAIAAAwAwT1M... data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x… — 200 — 996 B — 19 ms — datahttps://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 504 B — 145 ms — h2https://jupyter.org/favicon.ico/favicon.ico https://jupyter.org/favicon.ico — 200 — 11.5 KiB — 6 ms — h2https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1 — 200 — 429 B — 38 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1 — 200 — 393 B — 28 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
62% of JavaScript execution is third-party
First-party Third-party 871ms · 193KB · €9/mo
js.hsforms.net
Other
Costly
Execution 482ms
Transfer 193 KB
Unused 39%
Monthly Cost €5/mo
Unattributable
Other
Costly
Execution 389ms
Transfer 0 KB
Monthly Cost €4/mo

These scripts may cost more than they're worth

  • js.hsforms.net adds 482ms and costs ~€5/month
  • Unattributable adds 389ms and costs ~€4/month

62% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

js.hsforms.net takes 482ms 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

Unattributable takes 389ms 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