Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.22 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.064
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.41 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.
17.85 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 61 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7774ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nationalacademies.org/ | 2371ms | 19ms | 5ms | 3rd |
| https://js.hs-analytics.net/analytics/1776803100000/49197025.js | 1113ms | 684ms | 11ms | 3rd |
| Unattributable | 801ms | 86ms | 0ms | 3rd |
| https://www.nationalacademies.org/build/assets/app-DrqUutlo.js | 707ms | 150ms | 1ms | 3rd |
| https://admin-pipeline.upsun-us.observability-pipeline.blackfire.io/js/probe.js | 617ms | 398ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K5ZR4BL2 | 471ms | 396ms | 66ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-95DFGJ1W4R&cx=c>m=4e64h1 | 404ms | 344ms | 57ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/6.30.0/otBannerSdk.js | 343ms | 214ms | 30ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 295ms | 224ms | 8ms | 3rd |
| https://js.hscollectedforms.net/collectedforms.js | 218ms | 186ms | 8ms | 3rd |
Showing top 10 of 14 scripts
DPage Weight InventoryAction61 resources · 4.2 MB · 279 KB savings availableFIX
~279.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 61 resources | 4.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization13 images, 0 KB saveableREVIEW
CJS BundlesAction21 scripts, 279 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-95DFGJ1W4R&cx=c>m=4e64h1 | 170 KB | 69 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K5ZR4BL2 | 138 KB | 62 KB (45%) | ✓ | 3rd |
| https://www.nationalacademies.org/build/assets/app-DrqUutlo.js | 72 KB | 53 KB (74%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/6.30.0/otBannerSdk.js | 79 KB | 41 KB (52%) | ✓ | 3rd |
| https://admin-pipeline.upsun-us.observability-pipeline.blackfire.io/js/probe.js | 97 KB | 30 KB (32%) | ✓ | 3rd |
| https://cl.qualaroo.com/ki.js/80830/iOh.js | 61 KB | 24 KB (41%) | ✓ | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 26 KB | — | ✓ | 3rd |
| https://www.clarity.ms/tag/ux9mtioswv?ref=gtm | 1 KB | — | ✓ | 3rd |
| https://js.hscollectedforms.net/collectedforms.js | 26 KB | — | ✓ | 3rd |
| https://js.hs-banner.com/v2/49197025/banner.js | 24 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (729 KB)PASS
Web fonts
5
729 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~250 KB and ~500 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall61 requests over 5815msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.nationalacademies.org www.nationalacademies.org | Other | 2371ms | 380 KB | — | $31/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 1113ms | 42 KB | — | $15/mo | Costly |
Unattributable Unattributable | Other | 801ms | 0 KB | — | $11/mo | Costly |
www.nationalacademies.org www.nationalacademies.org | Other | 707ms | 72 KB | 74% | $9/mo | Costly |
admin-pipeline.upsun-us.observability-pipeline.blackfire.io admin-pipeline.upsun-us.observability-pipeline.blackfire.io | Other | 617ms | 97 KB | 32% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 471ms | 138 KB | 45% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 404ms | 170 KB | 40% | $5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 343ms | 79 KB | 52% | $5/mo | Essential |
Microsoft Clarity scripts.clarity.ms | Session Replay | 295ms | 26 KB | — | $4/mo | Costly |
js.hscollectedforms.net js.hscollectedforms.net | Other | 218ms | 26 KB | — | $3/mo | Costly |
cl.qualaroo.com cl.qualaroo.com | Other | 171ms | 61 KB | 41% | $2/mo | Optional |
www.nationalacademies.org www.nationalacademies.org | Other | 117ms | 23 KB | — | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 88ms | 19 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 59ms | 9 KB | — | $1/mo | Essential |
These scripts may cost more than they're worth
- www.nationalacademies.org adds 2371ms and costs ~$31/month
- HubSpot Analytics adds 1113ms and costs ~$15/month
- Unattributable adds 801ms and costs ~$11/month
- www.nationalacademies.org adds 707ms and costs ~$9/month
- admin-pipeline.upsun-us.observability-pipeline.blackfire.io adds 617ms and costs ~$8/month
- Google Tag Manager adds 471ms and costs ~$6/month
- Google Tag Manager adds 404ms and costs ~$5/month
- Microsoft Clarity adds 295ms and costs ~$4/month
- js.hscollectedforms.net adds 218ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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.nationalacademies.org takes 2371ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
HubSpot Analytics takes 1113ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 801ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.nationalacademies.org takes 707ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
74% of www.nationalacademies.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
admin-pipeline.upsun-us.observability-pipeline.blackfire.io takes 617ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 471ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 404ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
52% of OneTrust's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Microsoft Clarity takes 295ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
js.hscollectedforms.net takes 218ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev