Performance
· 15 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.
1.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
639 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.37 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.
3.42 s
Page Load Progression
FPage Weight BudgetAction5.7 MB transferred, 65 requestsFIX
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2382ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://aip.brightspotcdn.com/resource/00000187-94c4-dd05-a9ef-d6e61dac0000/styles/default/All.min.a1f7489c8aedaf4157ffb033f8cf83f5.gz.js | 372ms | 137ms | 22ms | 3rd |
| https://cmp.osano.com/Azytm7SGW0qsW1JZP/38b32bde-4e90-474d-96dc-85fbb11abfe3/osano.js | 345ms | 287ms | 13ms | 3rd |
| https://www.aip.org/ | 318ms | 4ms | 1ms | 3rd |
| Unattributable | 281ms | 5ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-948800938&cx=c>m=4e64h1 | 251ms | 196ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K9S7D3L | 231ms | 208ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VRD9E9H20K&cx=c>m=4e64h1 | 188ms | 148ms | 25ms | 3rd |
| https://www.aip.org/vendor/AIP-Noto/tex-mml-chtml-aip-noto.js | 165ms | 76ms | 89ms | 3rd |
| https://www.aip.org/vendor/AIP-Noto/svg.js | 164ms | 105ms | 58ms | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 68ms | 55ms | 12ms | 3rd |
FJS BundlesAction20 scripts, 532 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.aip.org/vendor/AIP-Noto/tex-mml-chtml-aip-noto.js | 263 KB | 142 KB (54%) | ✓ | 3rd |
| https://aip.brightspotcdn.com/resource/00000187-94c4-dd05-a9ef-d6e61dac0000/styles/default/All.min.a1f7489c8aedaf4157ffb033f8cf83f5.gz.js | 118 KB | 85 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VRD9E9H20K&cx=c>m=4e64h1 | 176 KB | 74 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-948800938&cx=c>m=4e64h1 | 146 KB | 60 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K9S7D3L | 152 KB | 56 KB (43%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 78 KB | 54 KB (69%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/mathjax@4/output/svg.js | 48 KB | 38 KB (81%) | ✓ | 3rd |
| https://cmp.osano.com/Azytm7SGW0qsW1JZP/38b32bde-4e90-474d-96dc-85fbb11abfe3/osano.js | 85 KB | 23 KB (27%) | ✓ | 3rd |
| https://www.aip.org/osano-bc.js | 2 KB | — | ✓ | 3rd |
| https://connect.facebook.net/en_US/sdk.js | 5 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
FPage Weight InventoryAction65 resources · 5.7 MB · 532 KB savings availableFIX
~532.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 65 resources | 5.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction31 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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 Loading3 fonts (98 KB)PASS
Web fonts
3
98 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall65 requests over 3348msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
aip.brightspotcdn.com aip.brightspotcdn.com | Other | 372ms | 118 KB | 72% | €4/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 345ms | 85 KB | 27% | €4/mo | Costly |
www.aip.org www.aip.org | Other | 318ms | 46 KB | — | €3/mo | Costly |
Unattributable Unattributable | Other | 281ms | 0 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 251ms | 146 KB | 41% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 231ms | 152 KB | 43% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 188ms | 176 KB | 42% | €2/mo | Optional |
www.aip.org www.aip.org | Other | 165ms | 263 KB | 54% | €2/mo | Optional |
www.aip.org www.aip.org | Other | 164ms | 321 KB | — | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 68ms | 78 KB | 69% | €1/mo | Optional |
These scripts may cost more than they're worth
- aip.brightspotcdn.com adds 372ms and costs ~€4/month
- cmp.osano.com adds 345ms and costs ~€4/month
- www.aip.org adds 318ms and costs ~€3/month
- Unattributable adds 281ms and costs ~€3/month
- Google Tag Manager adds 251ms and costs ~€3/month
- Google Tag Manager adds 231ms and costs ~€2/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
aip.brightspotcdn.com takes 372ms 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
72% of aip.brightspotcdn.com'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
cmp.osano.com takes 345ms 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.aip.org takes 318ms 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 281ms 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 251ms 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 231ms 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
54% of www.aip.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
69% of Facebook Pixel'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