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.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.14 s
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.
6.54 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.
19.40 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 65 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9161ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cmp.osano.com/Azytm7SGW0qsW1JZP/38b32bde-4e90-474d-96dc-85fbb11abfe3/osano.js | 1439ms | 1132ms | 52ms | 3rd |
| https://www.aip.org/ | 1376ms | 16ms | 5ms | 3rd |
| Unattributable | 1277ms | 27ms | 0ms | 3rd |
| https://aip.brightspotcdn.com/resource/00000187-94c4-dd05-a9ef-d6e61dac0000/styles/default/All.min.a1f7489c8aedaf4157ffb033f8cf83f5.gz.js | 1110ms | 612ms | 113ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K9S7D3L | 849ms | 744ms | 91ms | 3rd |
| https://www.aip.org/vendor/AIP-Noto/svg.js | 718ms | 474ms | 166ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-948800938&cx=c>m=4e64h1 | 703ms | 560ms | 79ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VRD9E9H20K&cx=c>m=4e64h1 | 628ms | 493ms | 126ms | 3rd |
| https://www.aip.org/vendor/AIP-Noto/tex-mml-chtml-aip-noto.js | 567ms | 327ms | 188ms | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 254ms | 172ms | 80ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction20 scripts, 543 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 | 75 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K9S7D3L | 152 KB | 66 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-948800938&cx=c>m=4e64h1 | 146 KB | 61 KB (41%) | ✓ | 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 | 47 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 · 7.2 MB · 543 KB savings availableFIX
~542.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 65 resources | 7.2 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall65 requests over 3571msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cmp.osano.com cmp.osano.com | Other | 1439ms | 85 KB | 27% | €16/mo | Costly |
www.aip.org www.aip.org | Other | 1376ms | 46 KB | — | €15/mo | Costly |
Unattributable Unattributable | Other | 1277ms | 0 KB | — | €14/mo | Costly |
aip.brightspotcdn.com aip.brightspotcdn.com | Other | 1110ms | 118 KB | 72% | €12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 849ms | 152 KB | 43% | €9/mo | Costly |
www.aip.org www.aip.org | Other | 718ms | 321 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 703ms | 146 KB | 41% | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 628ms | 176 KB | 43% | €7/mo | Costly |
www.aip.org www.aip.org | Other | 567ms | 263 KB | 54% | €6/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 254ms | 78 KB | 69% | €3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 127ms | 47 KB | 81% | €1/mo | Optional |
aip.brightspotcdn.com aip.brightspotcdn.com | Other | 64ms | 88 KB | — | €1/mo | Optional |
script.crazyegg.com script.crazyegg.com | Other | 51ms | 3 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- cmp.osano.com adds 1439ms and costs ~€16/month
- www.aip.org adds 1376ms and costs ~€15/month
- Unattributable adds 1277ms and costs ~€14/month
- aip.brightspotcdn.com adds 1110ms and costs ~€12/month
- Google Tag Manager adds 849ms and costs ~€9/month
- www.aip.org adds 718ms and costs ~€8/month
- Google Tag Manager adds 703ms and costs ~€8/month
- Google Tag Manager adds 628ms and costs ~€7/month
- www.aip.org adds 567ms and costs ~€6/month
- Facebook Pixel adds 254ms 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
cmp.osano.com takes 1439ms 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 1376ms 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 1277ms 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
aip.brightspotcdn.com takes 1110ms 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
Google Tag Manager takes 849ms 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 718ms 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 703ms 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 628ms 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 567ms 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
Facebook Pixel takes 254ms 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
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
81% of jsDelivr'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