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.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.25 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.
2.48 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 44 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
DPage Weight InventoryAction44 resources · 2.1 MB · 274 KB savings availableFIX
~274.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 44 resources | 2.1 MiB | ||||||
BImage Optimization11 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
CJS BundlesAction9 scripts, 274 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.wilsoncenter.org/sites/default/files/js/js_NhkY0YFPKR2jrO9moIIeTB3EbnhgSk5fUi_xiSlPEB8.js?scope=footer&delta=0&language=en&theme=wilson&include=eJxLLY1Pzs_PzkwFUrkFOZmJecmp-qlYBHXKM3OK8_P0IRQAa8wWHQ | 145 KB | 100 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5DH9QL | 159 KB | 68 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-6MDYB7KP94&cx=c>m=4e64k0h1 | 172 KB | 68 KB (40%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 3rd |
| https://www.wilsoncenter.org/sites/default/files/js/js_uM0_W3FzN5AQ00oLuoUkok5UXWZR25IXWihOhWsejXU.js?scope=header&delta=0&language=en&theme=wilson&include=eJxLLY1Pzs_PzkwFUrkFOZmJecmp-qlYBHXKM3OK8_P0IRQAa8wWHQ | 7 KB | — | ✓ | 3rd |
| https://snap.licdn.com/li.lms-analytics/insight.min.js | 19 KB | — | ✓ | 3rd |
| https://static.hotjar.com/c/hotjar-3668644.js?sv=7 | 6 KB | — | ✓ | 3rd |
| https://w.soundcloud.com/player/api.js | 4 KB | — | ✓ | 3rd |
| https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=4425052&time=1776894313404&url=https%3A%2F%2Fwww.wilsoncenter.org%2F&tm=gtmv2&e_ipv6=AQKS73LQLH5v2wAAAZ23J4RScMspDKebJDG2_Mnk7PeSbpfkLGQUyEd92Rm_oxC58EUfjOTo9EM | 1 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost495ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.wilsoncenter.org/sites/default/files/js/js_NhkY0YFPKR2jrO9moIIeTB3EbnhgSk5fUi_xiSlPEB8.js?scope=footer&delta=0&language=en&theme=wilson&include=eJxLLY1Pzs_PzkwFUrkFOZmJecmp-qlYBHXKM3OK8_P0IRQAa8wWHQ | 148ms | 37ms | 10ms | 3rd |
| https://www.wilsoncenter.org/ | 130ms | 2ms | 0ms | 3rd |
| Unattributable | 88ms | 5ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5DH9QL | 71ms | 60ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-6MDYB7KP94&cx=c>m=4e64k0h1 | 57ms | 46ms | 10ms | 3rd |
A+Font Loading5 fonts (92 KB)PASS
Web fonts
5
92 KB total
Render-blocking
0
of 5
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 Waterfall44 requests over 1234msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.wilsoncenter.org www.wilsoncenter.org | Other | 148ms | 145 KB | 69% | €2/mo | Optional |
www.wilsoncenter.org www.wilsoncenter.org | Other | 130ms | 69 KB | — | €1/mo | Optional |
Unattributable Unattributable | Other | 88ms | 0 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 71ms | 159 KB | 43% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 57ms | 172 KB | 40% | €1/mo | Optional |
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
69% of www.wilsoncenter.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