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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.64 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.033
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.50 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.38 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5665ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.iisd.org/ | 934ms | 83ms | 5ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 904ms | 761ms | 34ms | 3rd |
| Unattributable | 850ms | 31ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-F1MTSXWF9Y&cx=c>m=4e64k0 | 522ms | 422ms | 96ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3RMTW | 474ms | 391ms | 76ms | 3rd |
| https://www.iisd.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 433ms | 410ms | 5ms | 3rd |
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 362ms | 278ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-876050736&cx=c>m=4e64k0 | 331ms | 260ms | 68ms | 3rd |
| https://kit.fontawesome.com/0db7d48973.js | 317ms | 306ms | 3ms | 3rd |
| https://www.iisd.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 276ms | 138ms | 18ms | 3rd |
Showing top 10 of 12 scripts
DPage Weight InventoryAction122 resources · 1.5 MB · 226 KB savings availableFIX
~226.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 122 resources | 1.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.5 MB transferred, 122 requestsREVIEW
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
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
BImage Optimization10 images, 0 KB saveableREVIEW
CJS BundlesAction35 scripts, 226 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-F1MTSXWF9Y&cx=c>m=4e64k0 | 177 KB | 70 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-876050736&cx=c>m=4e64k0 | 144 KB | 67 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3RMTW | 155 KB | 65 KB (42%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 25 KB (44%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.4.0/perfect-scrollbar.min.js | 5 KB | — | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js | 7 KB | — | ✓ | 3rd |
| https://www.iisd.org/core/assets/vendor/js-cookie/js.cookie.min.js?v=3.0.5 | 1 KB | — | ✓ | 3rd |
| https://www.iisd.org/modules/contrib/eu_cookie_compliance/js/eu_cookie_compliance.min.js?v=10.4.7 | 6 KB | — | ✓ | 3rd |
| https://www.iisd.org/themes/custom/iisd/assets/js/featured-box.js?td6ux8 | 2 KB | — | ✓ | 3rd |
| https://www.iisd.org/themes/custom/iisd/assets/js/header-social.js?td6ux8 | 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (42 KB)PASS
Web fonts
3
42 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 Waterfall122 requests over 5799msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.iisd.org www.iisd.org | Other | 934ms | 20 KB | — | €10/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 904ms | 57 KB | 44% | €10/mo | Costly |
Unattributable Unattributable | Other | 850ms | 0 KB | — | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 522ms | 177 KB | 39% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 474ms | 155 KB | 42% | €5/mo | Costly |
www.iisd.org www.iisd.org | Other | 433ms | 0 KB | — | €5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 362ms | 25 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 331ms | 144 KB | 46% | €4/mo | Costly |
kit.fontawesome.com kit.fontawesome.com | Other | 317ms | 6 KB | — | €3/mo | Costly |
www.iisd.org www.iisd.org | Other | 276ms | 31 KB | — | €3/mo | Costly |
www.iisd.org www.iisd.org | Other | 189ms | 1 KB | — | €2/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 76ms | 11 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.iisd.org adds 934ms and costs ~€10/month
- Hotjar adds 904ms and costs ~€10/month
- Unattributable adds 850ms and costs ~€9/month
- Google Tag Manager adds 522ms and costs ~€6/month
- Google Tag Manager adds 474ms and costs ~€5/month
- www.iisd.org adds 433ms and costs ~€5/month
- Microsoft Clarity adds 362ms and costs ~€4/month
- Google Tag Manager adds 331ms and costs ~€4/month
- kit.fontawesome.com adds 317ms and costs ~€3/month
- www.iisd.org adds 276ms 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
www.iisd.org takes 934ms 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
Hotjar takes 904ms 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 850ms 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 522ms 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 474ms 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.iisd.org takes 433ms 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
Microsoft Clarity takes 362ms 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 331ms 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
kit.fontawesome.com takes 317ms 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.iisd.org takes 276ms 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