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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
32 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.57 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.
14.27 s
Page Load Progression
FPage Weight BudgetAction18.8 MB transferred, 76 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
DPage Weight InventoryAction76 resources · 18.8 MB · 220 KB savings availableFIX
~220.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 76 resources | 18.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction40 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
CJS Execution CostAction1233ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://thenai.org/wp-content/themes/nai/public/scripts/vendor.js?id=b2d0069dd848877c1afe | 341ms | 45ms | 19ms | 3rd |
| https://thenai.org/ | 270ms | 20ms | 3ms | 3rd |
| Unattributable | 233ms | 19ms | 0ms | 3rd |
| https://thenai.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 192ms | 126ms | 2ms | 3rd |
| https://thenai.org/wp-content/themes/nai/public/scripts/app.js?id=18eb3207c4c4e2e5278b | 128ms | 70ms | 1ms | 3rd |
| https://thenai.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 68ms | 60ms | 1ms | 3rd |
CJS BundlesAction15 scripts, 220 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://thenai.org/wp-content/themes/nai/public/scripts/vendor.js?id=b2d0069dd848877c1afe | 139 KB | 73 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-2473248-1 | 125 KB | 64 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SSJYM8RFWF&cx=c>m=4e64f0 | 146 KB | 63 KB (43%) | ✓ | 3rd |
| https://static.addtoany.com/menu/modules/core.ydpp7jcu.js | 26 KB | 21 KB (82%) | ✓ | 3rd |
| https://thenai.org/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1 | 0 KB | — | ✓ | 3rd |
| https://thenai.org/wp-content/plugins/event-tickets/build/js/rsvp.js?ver=dab7c1842d0b66486c7c | 1 KB | — | ✓ | 3rd |
| https://thenai.org/wp-content/plugins/event-tickets/build/js/ticket-details.js?ver=effdcbb0319e200f2e6a | 1 KB | — | ✓ | 3rd |
| https://thenai.org/wp-content/plugins/the-events-calendar/common/build/js/user-agent.js?ver=da75d0bdea6dde3898df | 0 KB | — | ✓ | 3rd |
| https://thenai.org/wp-content/plugins/event-tickets/build/js/rsvp.js?ver=5.27.6.1 | 1 KB | — | ✓ | 3rd |
| https://thenai.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 31 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (116 KB)PASS
Web fonts
1
116 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~93 KB and ~186 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall76 requests over 1729msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
thenai.org thenai.org | Other | 341ms | 139 KB | 52% | $5/mo | Costly |
thenai.org thenai.org | Other | 270ms | 65 KB | — | $4/mo | Costly |
Unattributable Unattributable | Other | 233ms | 0 KB | — | $3/mo | Costly |
thenai.org thenai.org | Other | 192ms | 31 KB | — | $3/mo | Optional |
thenai.org thenai.org | Other | 128ms | 4 KB | — | $2/mo | Optional |
thenai.org thenai.org | Other | 68ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- thenai.org adds 341ms and costs ~$5/month
- thenai.org adds 270ms and costs ~$4/month
- Unattributable adds 233ms 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
thenai.org takes 341ms 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 thenai.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
thenai.org takes 270ms 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 233ms 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