Skip to content
https://icj-cij.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
98
GRADE
A+
FIX
0
REVIEW
0
PASS
15
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

80
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.85 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

5.02 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

0 ms

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.

1.86 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.

5.85 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
15 PASS
A
Page Weight Budget
910 KB transferred, 14 requests
PASS
910 KB transferred, 14 requests
Info::
Page weighs 1.6 MB (910 KB transferred)
Info::
Fonts are 236 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 236 KB
Info::
14 HTTP requests
Info::
Estimated 0.19 g CO2 per page load
910 KB / 2.4 MB budget
910 KB transferred
14 requests
0.19 g CO2 per page load
Images 542.3 KiB 60%
Fonts 236.3 KiB 26%
JavaScript 70.3 KiB 8%
CSS 57.0 KiB 6%
HTML 3.1 KiB 0%
Other 858 B 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (23.5 KiB of 909.8 KiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
2 images, 0 KB saveable
PASS
2 images, 0 KB saveable
Warning::
https://icj-cij.org/sites/default/files/logo_color... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://icj-cij.org/sites/default/files/logo_un.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
2 images 542 KB
0 oversized -0 KB
0 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
JS Execution Cost
303ms total JS execution
PASS
303ms total JS execution
Info::
Unattributable: 114ms CPU time
Info::
https://icj-cij.org/: 100ms CPU time
Info::
https://icj-cij.org/sites/default/files/js/js_A64u...: 89ms CPU time
Info::
Third-party scripts: 114ms (38% of total)

Main Thread Breakdown

Other 38% Script Evaluation 28% Style & Layout 20% Parse HTML & CSS 7% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
Unattributable114ms6ms0ms3rd
https://icj-cij.org/100ms4ms1ms1st
https://icj-cij.org/sites/default/files/js/js_A64ui5MPdPYz_0s5DpUxYbif1fnozDmYskI1Q_n9XJM.js?scope=footer&delta=0&language=en&theme=icj&include=eJzLTM7ST8_JT0rM0S0uqczJzEsHAEFWBw489ms64ms15ms1st
A+
Font Loading
2 fonts (236 KB)
PASS
2 fonts (236 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

236 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.0 shttps://icj-cij.org/themes/custom/icj/fonts/roboto/fonts/Regular/Roboto-Regular.woff2Roboto-Regular.woff2 https://icj-cij.org/themes/custom/icj/fonts/roboto/fonts/Regular/Roboto-Regular.woff2 — 63.4 KiB — 31 ms — font-display: swaphttps://icj-cij.org/themes/custom/icj/fonts/helvetica/Helvetica.ttfHelvetica.ttf https://icj-cij.org/themes/custom/icj/fonts/helvetica/Helvetica.ttf — 172.9 KiB — 36 ms — font-display: swap
Roboto-Regular.woff2 woff2 swap
Size 63 KB
Load time 31 ms
Start 265 ms
Risk FOUT — text flashes from fallback to web font
Helvetica.ttf ttf swap
Size 173 KB
Load time 36 ms
Start 265 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~138 KB and ~276 ms

A+
JS Bundles
3 scripts, 35 KB unused
PASS
3 scripts, 35 KB unused
Warning::
https://icj-cij.org/sites/default/files/js/js_A64u...: 35 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 35 KB
35 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://icj-cij.org/sites/default/files/js/js_A64ui5MPdPYz_0s5DpUxYbif1fnozDmYskI1Q_n9XJM.js?scope=footer&delta=0&language=en&theme=icj&include=eJzLTM7ST8_JT0rM0S0uqczJzEsHAEFWBw449 KB35 KB (72%)1st
https://static.cloudflareinsights.com/beacon.min.js11 KB3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Page Weight Inventory
14 resources · 910 KB · 35 KB savings available
PASS
14 resources · 910 KB · 35 KB savings available
Info::
Within 1MB page-weight target
Got: 910 KB
Info::
5 third-party resources (3% of weight)
Info::
1 resources over 200KB
14 resources · 909.8 KiB · 5 third-party Within 1MB page-weight target
Image 60% · 542.3 KiB
Font 26% · 236.3 KiB
JavaScript 8% · 70.3 KiB
CSS 6% · 57.0 KiB
Document 0% · 4.0 KiB
Other 0% · 0 B

~34.8 KiB of savings available

Remove unused JavaScript: 34.8 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: public, max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
Last-Modified header present
Cache-Control

public, max-age=3600

DirectiveValueMeaning
publicAny cache may store this response
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
14 requests over 395ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.0 shttps://icj-cij.org// https://icj-cij.org/ — 200 — 3.1 KiB — 80 ms — h2https://icj-cij.org/sites/default/files/css/css_zbgcQyU1LXAe3qms0bRADA_twSLbIlD7j04yg0OtGUQ.css?delta=0&language=en&theme=icj&include=eJxdjEEOwjAMBD8UlBPvseLUDaaOXdnuob8HhJAqbqudnUWzjPS2AzZ3tjopog0KEB6PLPjP1RYqfaOF0xxYF9JEsb7VSy7cn3WIYZNb5Cms41NBPyJtwk-_wy7HYI26ske-Z_Q9gdVNs8QZSbNiC3oBNPhDJA/sites/default/files/css/css_zbgcQy... https://icj-cij.org/sites/default/files/css/css_zbgcQyU1LXAe3qms0bRADA_twSLbIlD7j04yg0OtGUQ.css?delta=0&language=en&theme=icj&include=eJxdjEEOwjAMBD8UlBPvseLUDaaOXdnuob8HhJAqbqudnUWzjPS2AzZ3tjopog0KEB6PLPjP1RYqfaOF0xxYF9JEsb7VSy7cn3WIYZNb5Cms41NBPyJtwk-_wy7HYI26ske-Z_Q9gdVNs8QZSbNiC3oBNPhDJA — 200 — 1.4 KiB — 40 ms — h2https://icj-cij.org/sites/default/files/css/css__WPrmmaqTFoa11AlVuq2JAIedMLU9vX7HIeK-gygviA.css?delta=1&language=en&theme=icj&include=eJxdjEEOwjAMBD8UlBPvseLUDaaOXdnuob8HhJAqbqudnUWzjPS2AzZ3tjopog0KEB6PLPjP1RYqfaOF0xxYF9JEsb7VSy7cn3WIYZNb5Cms41NBPyJtwk-_wy7HYI26ske-Z_Q9gdVNs8QZSbNiC3oBNPhDJA/sites/default/files/css/css__WPrmm... https://icj-cij.org/sites/default/files/css/css__WPrmmaqTFoa11AlVuq2JAIedMLU9vX7HIeK-gygviA.css?delta=1&language=en&theme=icj&include=eJxdjEEOwjAMBD8UlBPvseLUDaaOXdnuob8HhJAqbqudnUWzjPS2AzZ3tjopog0KEB6PLPjP1RYqfaOF0xxYF9JEsb7VSy7cn3WIYZNb5Cms41NBPyJtwk-_wy7HYI26ske-Z_Q9gdVNs8QZSbNiC3oBNPhDJA — 200 — 53.6 KiB — 40 ms — h2https://icj-cij.org/sites/default/files/logo_color2.png/sites/default/files/logo_color2.pn... https://icj-cij.org/sites/default/files/logo_color2.png — 200 — 510.5 KiB — 97 ms — h2https://icj-cij.org/sites/default/files/logo_un.png/sites/default/files/logo_un.png https://icj-cij.org/sites/default/files/logo_un.png — 200 — 31.8 KiB — 84 ms — h2https://icj-cij.org/sites/default/files/js/js_A64ui5MPdPYz_0s5DpUxYbif1fnozDmYskI1Q_n9XJM.js?scope=footer&delta=0&language=en&theme=icj&include=eJzLTM7ST8_JT0rM0S0uqczJzEsHAEFWBw4/sites/default/files/js/js_A64ui5MP... https://icj-cij.org/sites/default/files/js/js_A64ui5MPdPYz_0s5DpUxYbif1fnozDmYskI1Q_n9XJM.js?scope=footer&delta=0&language=en&theme=icj&include=eJzLTM7ST8_JT0rM0S0uqczJzEsHAEFWBw4 — 200 — 48.8 KiB — 67 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 104 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 102 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans&display=swap — 200 — 2.0 KiB — 94 ms — h2https://icj-cij.org/themes/custom/icj/fonts/roboto/fonts/Regular/Roboto-Regular.woff2/themes/custom/icj/fonts/roboto/fon... https://icj-cij.org/themes/custom/icj/fonts/roboto/fonts/Regular/Roboto-Regular.woff2 — 200 — 63.4 KiB — 31 ms — h2https://icj-cij.org/themes/custom/icj/fonts/helvetica/Helvetica.ttf/themes/custom/icj/fonts/helvetica/... https://icj-cij.org/themes/custom/icj/fonts/helvetica/Helvetica.ttf — 200 — 172.9 KiB — 36 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — -1 — 0 B — 85 ms — https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 200 — 0 B — 62 ms — h2https://icj-cij.org/themes/custom/icj/images/favicon.ico/themes/custom/icj/images/favicon.i... https://icj-cij.org/themes/custom/icj/images/favicon.ico — 404 — 858 B — 81 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
38% of JavaScript execution is third-party
First-party Third-party 114ms · 0KB · $2/mo
Unattributable
Other
Optional
Execution 114ms
Transfer 0 KB
Monthly Cost $2/mo

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback