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.
5.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
119.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.76 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.065
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.47 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.
121.12 s
Page Load Progression
FPage Weight BudgetAction23.9 MB transferred, 134 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction12333ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.nationalgeographic.org/society/ | 4076ms | 64ms | 17ms | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.5.3 | 2859ms | 70ms | 14ms | 3rd |
| Unattributable | 1717ms | 11ms | 0ms | 3rd |
| https://cmp.osano.com/16CTtkTpkevwz37Ll/2d76ede4-75b8-4f8a-9115-6a8e911ef782/osano.js | 1404ms | 933ms | 160ms | 3rd |
| https://www.nationalgeographic.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 886ms | 706ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5GDQ9F | 473ms | 409ms | 55ms | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.5.3 | 201ms | 17ms | 184ms | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/superfly-menu/js/public.min.js?ver=5.0.22 | 198ms | 159ms | 9ms | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/fundor-core/assets/js/libs/TweenMax.min.js?ver=1.0.8 | 137ms | 68ms | 13ms | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/fundor-core/assets/js/libs/modernizr.custom.js?ver=1.0.8 | 101ms | 7ms | 1ms | 3rd |
Showing top 10 of 14 scripts
DJS BundlesAction57 scripts, 377 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.nationalgeographic.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.5.3 | 96 KB | 93 KB (97%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5GDQ9F | 181 KB | 79 KB (44%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch.production.min.js?ver=0.1.0 | 81 KB | 74 KB (92%) | ✓ | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.5.3 | 48 KB | 31 KB (65%) | ✓ | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/fundor-core/assets/js/libs/TweenMax.min.js?ver=1.0.8 | 39 KB | 30 KB (77%) | ✓ | 3rd |
| https://cmp.osano.com/16CTtkTpkevwz37Ll/2d76ede4-75b8-4f8a-9115-6a8e911ef782/osano.js | 80 KB | 24 KB (30%) | ✓ | 3rd |
| https://cdp.nationalgeographic.org/script.js | 41 KB | 23 KB (57%) | ✓ | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.4.1 | 28 KB | 23 KB (83%) | ✓ | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/ngs-search-with-algolia/js/algolia-stats.js?ver=0.1.0 | 1 KB | — | ✓ | 3rd |
| https://www.nationalgeographic.org/wp-content/plugins/ngs-search-with-algolia/js/algolia-autocomplete.js?ver=0.1.0 | 2 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
DPage Weight InventoryAction134 resources · 23.9 MB · 377 KB savings availableFIX
~376.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 134 resources | 23.9 MiB | ||||||
BImage Optimization28 images, 0 KB saveableREVIEW
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 Loading11 fonts (604 KB)PASS
Web fonts
11
604 KB total
Render-blocking
0
of 11
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 ~113 KB and ~226 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=600 (10 minutes)PASS
max-age=600, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall134 requests over 5020msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.nationalgeographic.org www.nationalgeographic.org | Other | 4076ms | 105 KB | — | €44/mo | Costly |
www.nationalgeographic.org www.nationalgeographic.org | Other | 2859ms | 48 KB | 65% | €31/mo | Costly |
Unattributable Unattributable | Other | 1717ms | 0 KB | — | €19/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 1404ms | 80 KB | 30% | €15/mo | Costly |
www.nationalgeographic.org www.nationalgeographic.org | Other | 886ms | 31 KB | — | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 473ms | 181 KB | 44% | €5/mo | Costly |
www.nationalgeographic.org www.nationalgeographic.org | Other | 201ms | 96 KB | 97% | €2/mo | Costly |
www.nationalgeographic.org www.nationalgeographic.org | Other | 198ms | 23 KB | — | €2/mo | Optional |
www.nationalgeographic.org www.nationalgeographic.org | Other | 137ms | 39 KB | 77% | €1/mo | Optional |
www.nationalgeographic.org www.nationalgeographic.org | Other | 101ms | 4 KB | — | €1/mo | Optional |
cdp.nationalgeographic.org cdp.nationalgeographic.org | Other | 100ms | 41 KB | 57% | €1/mo | Optional |
www.nationalgeographic.org www.nationalgeographic.org | Other | 72ms | 1 KB | — | €1/mo | Optional |
www.nationalgeographic.org www.nationalgeographic.org | Other | 55ms | 28 KB | 83% | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 54ms | 81 KB | 92% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.nationalgeographic.org adds 4076ms and costs ~€44/month
- www.nationalgeographic.org adds 2859ms and costs ~€31/month
- Unattributable adds 1717ms and costs ~€19/month
- cmp.osano.com adds 1404ms and costs ~€15/month
- www.nationalgeographic.org adds 886ms and costs ~€10/month
- Google Tag Manager adds 473ms and costs ~€5/month
- www.nationalgeographic.org adds 201ms 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
www.nationalgeographic.org takes 4076ms 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.nationalgeographic.org takes 2859ms 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
65% of www.nationalgeographic.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
Unattributable takes 1717ms 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
cmp.osano.com takes 1404ms 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.nationalgeographic.org takes 886ms 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 473ms 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.nationalgeographic.org takes 201ms 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
97% of www.nationalgeographic.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
77% of www.nationalgeographic.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
57% of cdp.nationalgeographic.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
83% of www.nationalgeographic.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
92% 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