Skip to content
https://carbonbrief.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
4
REVIEW
2
PASS
7
INFO
2

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

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.31 s

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

2.22 s

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

16 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.045

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

4.47 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
15
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 169 requests
FIX
4.1 MB transferred, 169 requests
Critical::
Page weighs 12.1 MB (4.1 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
Fonts are 206 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 206 KB
Warning::
169 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.86 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
169 requests
0.86 g CO2 per page load
Images 1.8 MiB 45%
JavaScript 1.7 MiB 41%
Fonts 205.6 KiB 5%
HTML 185.0 KiB 4%
CSS 181.4 KiB 4%
Other 6.8 KiB 0%
Other 6.4 KiB 0%
Other 1.5 KiB 0%
Other 552 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.1 MiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
69 scripts, 1.1 MB unused
FIX
69 scripts, 1.1 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 155 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 155 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 155 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 155 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 155 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1139 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB155 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB155 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB155 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB155 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB155 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB155 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-R02EV2GBVB163 KB66 KB (40%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB54 KB (69%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://platform.twitter.com/widgets.js27 KB27 KB (99%)3rd

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

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

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

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

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

F
Page Weight Inventory
Action
169 resources · 4.1 MB · 1.1 MB savings available
FIX
169 resources · 4.1 MB · 1.1 MB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
168 third-party resources (100% of weight)
Info::
6 resources over 200KB
169 resources · 4.1 MiB · 168 third-party 3.1 MiB over 1MB target
Image 45% · 1.8 MiB
JavaScript 41% · 1.7 MiB
Font 5% · 205.6 KiB
Document 4% · 185.6 KiB
CSS 4% · 181.4 KiB
Other 0% · 9.0 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
C
Image Optimization
Action
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/themes/carb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/themes/carb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.carbonbrief.org/wp-content/uploads/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 1.8 MB
0 oversized -0 KB
20 legacy format
16 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

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

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

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

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

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

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

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

C
JS Execution Cost
Action
1038ms total JS execution
REVIEW
1038ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 472ms CPU time
Warning::
https://www.carbonbrief.org/: 254ms CPU time
Info::
Unattributable: 144ms CPU time
Info::
https://platform.twitter.com/widgets.js: 58ms CPU time
Info::
https://www.carbonbrief.org/cdn-cgi/challenge-plat...: 56ms CPU time
Warning::
Third-party scripts: 1038ms (100% of total)

Main Thread Breakdown

Script Evaluation 56% Other 15% Style & Layout 13% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js472ms377ms69ms3rd
https://www.carbonbrief.org/254ms19ms6ms3rd
Unattributable144ms2ms0ms3rd
https://platform.twitter.com/widgets.js58ms31ms8ms3rd
https://www.carbonbrief.org/cdn-cgi/challenge-platform/scripts/jsd/main.js56ms54ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-R02EV2GBVB55ms43ms12ms3rd
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+
Font Loading
12 fonts (206 KB)
PASS
12 fonts (206 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

206 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.3 s LCP 2.2 shttps://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2jizaRExUiTo99u79D0KExcO... https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2 — 11.2 KiB — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2jizfRExUiTo99u79B_mh0O6... https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 11.4 KiB — 52 ms — font-display: swaphttps://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCGwR2oefDo.woff2BngRUXNadjH0qYEzV7ab-oW... https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCGwR2oefDo.woff2 — 11.2 KiB — 41 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2 — 77.1 KiB — 82 ms — font-display: swaphttps://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2EJRVQgYoZZY2vCFuvAFWzr-... https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 13.1 KiB — 57 ms — font-display: swaphttps://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_3CRs-2.woff2BngSUXNadjH0qYEzV7ab-oW... https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_3CRs-2.woff2 — 11.2 KiB — 58 ms — font-display: swaphttps://fonts.mailerlite.com/fonts/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2EJRVQgYoZZY2vCFuvAFWzr-... https://fonts.mailerlite.com/fonts/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 13.4 KiB — 78 ms — font-display: swaphttps://fonts.mailerlite.com/fonts/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2jizaRExUiTo99u79D0KExcO... https://fonts.mailerlite.com/fonts/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2 — 11.5 KiB — 77 ms — font-display: swaphttps://fonts.mailerlite.com/fonts/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2jizfRExUiTo99u79B_mh0O6... https://fonts.mailerlite.com/fonts/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 11.6 KiB — 92 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 62 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
jizaRExUiTo99u79D0KExcO... woff2 swap
Size 11 KB
Load time 40 ms
Start 443 ms
Risk FOUT — text flashes from fallback to web font
jizfRExUiTo99u79B_mh0O6... woff2 swap
Size 11 KB
Load time 52 ms
Start 443 ms
Risk FOUT — text flashes from fallback to web font
BngRUXNadjH0qYEzV7ab-oW... woff2 swap
Size 11 KB
Load time 41 ms
Start 444 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 82 ms
Start 444 ms
Risk FOUT — text flashes from fallback to web font
EJRVQgYoZZY2vCFuvAFWzr-... woff2 swap
Size 13 KB
Load time 57 ms
Start 504 ms
Risk FOUT — text flashes from fallback to web font
BngSUXNadjH0qYEzV7ab-oW... woff2 swap
Size 11 KB
Load time 58 ms
Start 504 ms
Risk FOUT — text flashes from fallback to web font
EJRVQgYoZZY2vCFuvAFWzr-... woff2 swap
Size 13 KB
Load time 78 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
jizaRExUiTo99u79D0KExcO... woff2 swap
Size 12 KB
Load time 77 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
jizfRExUiTo99u79B_mh0O6... woff2 swap
Size 12 KB
Load time 92 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 62 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 39 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
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 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+
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=600 (10 minutes)
PASS
max-age=600 (10 minutes)
Info::
Cache-Control header is set
Got: max-age=600, must-revalidate
Info::
Effective TTL: 10 minutes (max-age=600)
Info::
Last-Modified header present
Cache-Control

max-age=600, must-revalidate

DirectiveValueMeaning
max-age600Cache for 10 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 600 seconds
Network Waterfall
169 requests over 2412ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.3 s LCP 2.2 shttps://carbonbrief.org// https://carbonbrief.org/ — 301 — 613 B — 84 ms — h2https://www.carbonbrief.org/www.carbonbrief.org/ https://www.carbonbrief.org/ — 200 — 23.7 KiB — 112 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap.min.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap.min.css — 200 — 20.0 KiB — 44 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/header-carousel.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/header-carousel.css — 200 — 1.7 KiB — 42 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/slick.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/slick.css — 200 — 655 B — 39 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme.min.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme.min.css — 200 — 13.4 KiB — 44 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/responsive.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/responsive.css — 200 — 6.3 KiB — 62 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/gallery.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/gallery.css — 200 — 937 B — 44 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/jquery-fullsizable.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/jquery-fullsizable.css — 200 — 929 B — 54 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap-datepicker.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap-datepicker.css — 200 — 2.4 KiB — 52 ms — h2https://www.carbonbrief.org/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4www.carbonbrief.org/wp-includes/css... https://www.carbonbrief.org/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.9 KiB — 62 ms — h2https://www.carbonbrief.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0 — 200 — 518 B — 54 ms — h2https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5 — 200 — 1.1 KiB — 57 ms — h2https://www.carbonbrief.org/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.7.22www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.7.22 — 200 — 367 B — 55 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.16.14 — 200 — 15.1 KiB — 77 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.14 — 200 — 2.7 KiB — 63 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.9.4www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.9.4 — 200 — 2.1 KiB — 65 ms — h2https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.11www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.11 — 200 — 6.6 KiB — 64 ms — h2https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css?ver=6.9.4ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css?ver=6.9.4 — 200 — 6.2 KiB — 106 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme-gutenberg.css?ver=6.9.4www.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme-gutenberg.css?ver=6.9.4 — 200 — 1.6 KiB — 65 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 362 B — 81 ms — h2https://www.carbonbrief.org/wp-content/tablepress-combined.min.css?ver=128www.carbonbrief.org/wp-content/tabl... https://www.carbonbrief.org/wp-content/tablepress-combined.min.css?ver=128 — 200 — 2.1 KiB — 81 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/styles/css/style.css?ver=1.0www.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/styles/css/style.css?ver=1.0 — 200 — 7.9 KiB — 65 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css?ver=allcdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css?ver=all — 200 — 10.9 KiB — 76 ms — h3https://www.carbonbrief.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.8 KiB — 76 ms — h2https://www.carbonbrief.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 79 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.14 — 200 — 15.0 KiB — 79 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.14 — 200 — 19.5 KiB — 80 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/images/icon-hamburger.svgwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/images/icon-hamburger.svg — 200 — 264 B — 86 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/logo.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/logo.png — 200 — 6.9 KiB — 86 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.3 s LCP 2.2 shttps://carbonbrief.org// https://carbonbrief.org/ — 301 — 613 B — 84 ms — h2https://www.carbonbrief.org/www.carbonbrief.org/ https://www.carbonbrief.org/ — 200 — 23.7 KiB — 112 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap.min.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap.min.css — 200 — 20.0 KiB — 44 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/header-carousel.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/header-carousel.css — 200 — 1.7 KiB — 42 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/slick.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/slick.css — 200 — 655 B — 39 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme.min.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme.min.css — 200 — 13.4 KiB — 44 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/responsive.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/responsive.css — 200 — 6.3 KiB — 62 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/gallery.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/gallery.css — 200 — 937 B — 44 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/jquery-fullsizable.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/jquery-fullsizable.css — 200 — 929 B — 54 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap-datepicker.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/bootstrap-datepicker.css — 200 — 2.4 KiB — 52 ms — h2https://www.carbonbrief.org/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4www.carbonbrief.org/wp-includes/css... https://www.carbonbrief.org/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 — 200 — 15.9 KiB — 62 ms — h2https://www.carbonbrief.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0 — 200 — 518 B — 54 ms — h2https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5 — 200 — 1.1 KiB — 57 ms — h2https://www.carbonbrief.org/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.7.22www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.7.22 — 200 — 367 B — 55 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.16.14 — 200 — 15.1 KiB — 77 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.14 — 200 — 2.7 KiB — 63 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.9.4www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.9.4 — 200 — 2.1 KiB — 65 ms — h2https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.11www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.11 — 200 — 6.6 KiB — 64 ms — h2https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css?ver=6.9.4ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css?ver=6.9.4 — 200 — 6.2 KiB — 106 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme-gutenberg.css?ver=6.9.4www.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/theme-gutenberg.css?ver=6.9.4 — 200 — 1.6 KiB — 65 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 362 B — 81 ms — h2https://www.carbonbrief.org/wp-content/tablepress-combined.min.css?ver=128www.carbonbrief.org/wp-content/tabl... https://www.carbonbrief.org/wp-content/tablepress-combined.min.css?ver=128 — 200 — 2.1 KiB — 81 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/styles/css/style.css?ver=1.0www.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/styles/css/style.css?ver=1.0 — 200 — 7.9 KiB — 65 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css?ver=allcdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css?ver=all — 200 — 10.9 KiB — 76 ms — h3https://www.carbonbrief.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.8 KiB — 76 ms — h2https://www.carbonbrief.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 79 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.14 — 200 — 15.0 KiB — 79 ms — h2https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.14 — 200 — 19.5 KiB — 80 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/images/icon-hamburger.svgwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/images/icon-hamburger.svg — 200 — 264 B — 86 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/logo.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/logo.png — 200 — 6.9 KiB — 86 ms — h2https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed_WEBSITE-INLINE-1536x538.pngwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed_WEBSITE-INLINE-1536x538.png — 200 — 470.3 KiB — 96 ms — h2https://fonts.googleapis.com/css?family=PT+Sans:400,700fonts.googleapis.com/css?family=PT+... https://fonts.googleapis.com/css?family=PT+Sans:400,700 — 200 — 628 B — 86 ms — h2https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700fonts.googleapis.com/css?family=PT+... https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700 — 200 — 1020 B — 81 ms — h2https://fonts.googleapis.com/css?family=PT+Serif:400,400italicfonts.googleapis.com/css?family=PT+... https://fonts.googleapis.com/css?family=PT+Serif:400,400italic — 200 — 611 B — 83 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/font-awesome.min.csswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/css/font-awesome.min.css — 200 — 6.1 KiB — 35 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/3EA5H4F.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/3EA5H4F.jpg — 200 — 325.5 KiB — 122 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/3CJ2MAG-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/3CJ2MAG-300x200.jpg — 200 — 13.2 KiB — 62 ms — h3https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap — 200 — 638 B — 28 ms — h2https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap — 200 — 753 B — 26 ms — h2https://www.carbonbrief.org/wp-content/uploads/2026/04/3CHEK1P-300x199.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/3CHEK1P-300x199.jpg — 200 — 19.4 KiB — 43 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-WRTHFZBwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WRTHFZB — -1 — 0 B — 175 ms — https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.1.11.3.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.1.11.3.js — 200 — 33.8 KiB — 32 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/bootstrap.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/bootstrap.min.js — 200 — 10.1 KiB — 32 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/Autolinker.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/Autolinker.min.js — 200 — 5.7 KiB — 33 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/owl.carousel.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/owl.carousel.min.js — 200 — 6.9 KiB — 37 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/moment.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/moment.js — 200 — 25.1 KiB — 37 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/slick.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/slick.min.js — 200 — 9.3 KiB — 51 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.matchHeight.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.matchHeight.js — 200 — 3.1 KiB — 79 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.webticker.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.webticker.min.js — 200 — 1.9 KiB — 51 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/general.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/general.js — 200 — 5.5 KiB — 50 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/bootstrap-datepicker.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/bootstrap-datepicker.min.js — 200 — 9.6 KiB — 77 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.fullsizable.min.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/jquery.fullsizable.min.js — 200 — 1.9 KiB — 78 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/screenfull.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/screenfull.js — 200 — 940 B — 78 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/twitter.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/twitter.js — 200 — 1.1 KiB — 77 ms — h3https://www.carbonbrief.org/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.1 KiB — 49 ms — h3https://www.carbonbrief.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.4 KiB — 48 ms — h3https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5 — 200 — 3.7 KiB — 76 ms — h3https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5 — 200 — 4.4 KiB — 82 ms — h3https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.16.14www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.16.14 — 200 — 4.9 KiB — 76 ms — h3https://www.carbonbrief.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.3 KiB — 86 ms — h3https://www.carbonbrief.org/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3 — 200 — 3.3 KiB — 80 ms — h3https://www.carbonbrief.org/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 516 B — 85 ms — h3https://www.carbonbrief.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228edwww.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed — 200 — 1.0 KiB — 81 ms — h3https://www.carbonbrief.org/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3 — 200 — 3.1 KiB — 85 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/search.jswww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/js/search.js — 200 — 662 B — 95 ms — h3https://www.google.com/recaptcha/api.js?render=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadVi&ver=3.0www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadVi&ver=3.0 — 200 — 1.0 KiB — 94 ms — h3https://www.carbonbrief.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 12.2 KiB — 94 ms — h3https://www.carbonbrief.org/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5 — 200 — 685 B — 108 ms — h3https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.11www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.11 — 200 — 19.1 KiB — 193 ms — h3https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.11www.carbonbrief.org/wp-content/plug... https://www.carbonbrief.org/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.11 — 200 — 7.1 KiB — 94 ms — h3https://www.carbonbrief.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3 — 200 — 11.3 KiB — 94 ms — h3https://www.googletagmanager.com/gtag/js?id=G-R02EV2GBVBwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-R02EV2GBVB — 200 — 163.1 KiB — 215 ms — h2https://www.carbonbrief.org/wp-content/uploads/2026/04/R5W2YB-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/R5W2YB-300x200.jpg — 200 — 8.4 KiB — 108 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/3E88713-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/3E88713-300x200.jpg — 200 — 10.7 KiB — 107 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/2M0JH57-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/2M0JH57-300x200.jpg — 200 — 14.0 KiB — 105 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/3E5X202-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/3E5X202-300x200.jpg — 200 — 17.5 KiB — 112 ms — h3https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed-_WEBSITE-INLINE-MOB-1536x538.pngwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed-_WEBSITE-INLINE-MOB-1536x538.png — 200 — 343.9 KiB — 205 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/03/cover-montage-300x200.pngwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/03/cover-montage-300x200.png — 200 — 63.7 KiB — 172 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/03/front-cover-montage-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/03/front-cover-montage-300x200.jpg — 200 — 27.5 KiB — 174 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/IMG_6178_1-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/IMG_6178_1-300x200.jpg — 200 — 15.3 KiB — 170 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/IMG_5873-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/IMG_5873-300x200.jpg — 200 — 12.7 KiB — 168 ms — h3https://www.carbonbrief.org/wp-content/uploads/2026/04/3EA5H4F-300x200.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2026/04/3EA5H4F-300x200.jpg — 200 — 13.3 KiB — 174 ms — h3https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 159 ms — h2https://www.carbonbrief.org/wp-content/uploads/2025/05/Arctic-hero-2-1536x1024.jpgwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2025/05/Arctic-hero-2-1536x1024.jpg — 200 — 265.6 KiB — 200 ms — h3https://www.carbonbrief.org/wp-content/uploads/2021/09/hero-5-01-2-300x200.pngwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2021/09/hero-5-01-2-300x200.png — 200 — 104.3 KiB — 197 ms — h3https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed_HERO_BLANK-1550x1033-1-300x200.pngwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed_HERO_BLANK-1550x1033-1-300x200.png — 200 — 33.0 KiB — 189 ms — h3https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed_HERO_BLANK-300x200.pngwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/2023/06/debriefed_HERO_BLANK-300x200.png — 200 — 32.8 KiB — 191 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/logoFtr.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/logoFtr.png — 200 — 2.0 KiB — 156 ms — h3https://assets.mailerlite.com/js/universal.jsassets.mailerlite.com/js/universal.... https://assets.mailerlite.com/js/universal.js — 200 — 14.0 KiB — 117 ms — h3https://static.hotjar.com/c/hotjar-2038811.js?sv=5static.hotjar.com/c/hotjar-2038811.... https://static.hotjar.com/c/hotjar-2038811.js?sv=5 — 200 — 6.2 KiB — 28 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 136 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/icons/iconSM.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/icons/iconSM.png — 200 — 11.8 KiB — 171 ms — h3https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2fonts.gstatic.com/s/ptsans/v18/jiza... https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2 — 200 — 11.2 KiB — 40 ms — h3https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2fonts.gstatic.com/s/ptsans/v18/jizf... https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 200 — 11.4 KiB — 52 ms — h3https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCGwR2oefDo.woff2fonts.gstatic.com/s/ptsansnarrow/v1... https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsbCGwR2oefDo.woff2 — 200 — 11.2 KiB — 41 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2 — 200 — 77.1 KiB — 82 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/bgDot.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/bgDot.png — 200 — 245 B — 64 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/icons/topIcons.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/icons/topIcons.png — 200 — 2.1 KiB — 64 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/icons/searchR.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/icons/searchR.png — 200 — 1.3 KiB — 65 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/images/bg-full-width-advertising.svgwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/assets/images/bg-full-width-advertising.svg — 200 — 2.9 KiB — 63 ms — h3https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2fonts.gstatic.com/s/ptserif/v19/EJR... https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 200 — 13.1 KiB — 57 ms — h3https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_3CRs-2.woff2fonts.gstatic.com/s/ptsansnarrow/v1... https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_3CRs-2.woff2 — 200 — 11.2 KiB — 58 ms — h3https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/backTop.pngwww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/images/backTop.png — 200 — 411 B — 35 ms — h3https://www.carbonbrief.org/wp-content/uploads/tweets.jsonwww.carbonbrief.org/wp-content/uplo... https://www.carbonbrief.org/wp-content/uploads/tweets.json — 200 — 2.7 KiB — 35 ms — h3https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 40 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 161 ms — h2blob:https://www.carbonbrief.org/7901603f-39ab-4079-aaf4-afba40c93ad3www.carbonbrief.org/7901603f-39ab-4... blob:https://www.carbonbrief.org/7901603f-39ab-4079-aaf4-afba40c93ad3 — 200 — -1 B — 59 ms — blobhttps://www.carbonbrief.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.carbonbrief.org/cdn-cgi/challen... https://www.carbonbrief.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 204 B — 22 ms — h3https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 12 ms — h2https://assets.mailerlite.com/css/universal.cssassets.mailerlite.com/css/universal... https://assets.mailerlite.com/css/universal.css — 200 — 673 B — 28 ms — h3https://assets.mailerlite.com/jsonp/249617/forms/o0QGK8?callback=ml.fn.renderEmbeddedFormassets.mailerlite.com/jsonp/249617/... https://assets.mailerlite.com/jsonp/249617/forms/o0QGK8?callback=ml.fn.renderEmbeddedForm — 200 — 6.2 KiB — 36 ms — h3https://assets.mailerlite.com/jsonp/249617/forms?callback=ml.fn.renderPopupsAndPromotionsassets.mailerlite.com/jsonp/249617/... https://assets.mailerlite.com/jsonp/249617/forms?callback=ml.fn.renderPopupsAndPromotions — 200 — 10.0 KiB — 37 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1840991498&t=pageview&_s=1&dl=https%3A%2F%2Fwww.carbonbrief.org%2F&ul=en-us&dt=Home%20-%20Carbon%20Brief%20%C2%BB%20Clear%20on%20climate&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=466067871&gjid=570017576&cid=632378823.1776889367&tid=UA-19777583-1&_gid=760029048.1776889367&_r=1&_slc=1&z=215528326www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1840991498&t=pageview&_s=1&dl=https%3A%2F%2Fwww.carbonbrief.org%2F&ul=en-us&dt=Home%20-%20Carbon%20Brief%20%C2%BB%20Clear%20on%20climate&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=466067871&gjid=570017576&cid=632378823.1776889367&tid=UA-19777583-1&_gid=760029048.1776889367&_r=1&_slc=1&z=215528326 — 200 — 455 B — 27 ms — h2https://www.carbonbrief.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.carbonbrief.org/cdn-cgi/challen... https://www.carbonbrief.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.6 KiB — 29 ms — h3https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.carbonbrief.orgplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.carbonbrief.org — 200 — 103.4 KiB — 157 ms — h2https://www.carbonbrief.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.carbonbrief.org/wp-includes/js/... https://www.carbonbrief.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.4 KiB — 28 ms — h3https://www.carbonbrief.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f0757af1fcd6988www.carbonbrief.org/cdn-cgi/challen... https://www.carbonbrief.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f0757af1fcd6988 — 200 — 1010 B — 23 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-R02EV2GBVB&gtm=45je64k0v9115556065za200zd9115556065&_p=1776889367145&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=632378823.1776889367&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117512542&sid=1776889367&sct=1&seg=0&dl=https%3A%2F%2Fwww.carbonbrief.org%2F&dt=Home%20-%20Carbon%20Brief%20%C2%BB%20Clear%20on%20climate&en=page_view&_fv=1&_ss=1&_ee=1&gap.plf=5&tfd=880region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-R02EV2GBVB&gtm=45je64k0v9115556065za200zd9115556065&_p=1776889367145&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=632378823.1776889367&frm=0&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117512542&sid=1776889367&sct=1&seg=0&dl=https%3A%2F%2Fwww.carbonbrief.org%2F&dt=Home%20-%20Carbon%20Brief%20%C2%BB%20Clear%20on%20climate&en=page_view&_fv=1&_ss=1&_ee=1&gap.plf=5&tfd=880 — 204 — 552 B — 119 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-R02EV2GBVB&cid=632378823.1776889367&gtm=45je64k0v9115556065za200zd9115556065&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-R02EV2GBVB&cid=632378823.1776889367&gtm=45je64k0v9115556065za200zd9115556065&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542 — 204 — 552 B — 70 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-R02EV2GBVB&cid=632378823.1776889367&gtm=45je64k0v9115556065za200zd9115556065&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542&z=184743780www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-R02EV2GBVB&cid=632378823.1776889367&gtm=45je64k0v9115556065za200zd9115556065&rcb=7&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542&z=184743780 — 200 — 408 B — 79 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 53 ms — h3https://assets.mlcdn.com/fonts.css?version=1730725assets.mlcdn.com/fonts.css?version=... https://assets.mlcdn.com/fonts.css?version=1730725 — 200 — 971 B — 70 ms — h2https://syndication.twitter.com/settings?session_id=068b3c205746a6049a999d28e75d4a73622cfd1asyndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=068b3c205746a6049a999d28e75d4a73622cfd1a — 200 — 952 B — 202 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 24 ms — h3https://groot.mailerlite.com/js/w/webforms.min.js?v2d8fb22bb5b3677f161552cd9e774127groot.mailerlite.com/js/w/webforms.... https://groot.mailerlite.com/js/w/webforms.min.js?v2d8fb22bb5b3677f161552cd9e774127 — 200 — 4.0 KiB — 39 ms — h3https://assets.mailerlite.com/jsonp/249617/forms/76543989407286944/takel?cache=1776889367673272800940018697assets.mailerlite.com/jsonp/249617/... https://assets.mailerlite.com/jsonp/249617/forms/76543989407286944/takel?cache=1776889367673272800940018697 — 204 — 200 B — 77 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadVi&co=aHR0cHM6Ly93d3cuY2FyYm9uYnJpZWYub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=gmq51euke89zwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadVi&co=aHR0cHM6Ly93d3cuY2FyYm9uYnJpZWYub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=gmq51euke89z — 200 — 27.6 KiB — 91 ms — h3https://fonts.mailerlite.com/css?family=Roboto:400,400i,700,700i|Merriweather:400,900i,900,700i,700,300,300i,400i|Lato:400,400i,700,700i|Montserrat:400,400i,700,700i|Montserrat+Alternates:400,400i,700,700i|Open+Sans:400,400i,700,700i|PT+Sans:400,400i,700,700i|Source+Sans+Pro:400,400i,700,700i|Roboto+Slab:400,700|Ubuntu:400,400i,700,700i|Titillium+Web:400,400i,700,700i|Nunito:400,400i,700,700i|Cabin:400,400i,700,700i|Oswald:400,700|Work+Sans:400,700|Exo:400,400i,700,700i|Comfortaa:400,700|Raleway:400,400i,700,700i|Oxygen:400,700|Poppins:400,400i,700,700i|Playfair+Display:400,400i,700,700i|Shadows+Into+Light+Two|PT+Serif:400,400italic,700,700italic|Josefin+Slab:400,400italic,700,700italic|Arvo:400,700,700italic,400italic|Vollkorn:400,400italic,700,700italic|Karla:400,400italic,700,700italic|Noto+Sans:400,400italic,700,700italic|Barlow+Condensed:400,400italic,700,700italic|Anton|Inter:400,700|Abril+Fatface|Yeseva+One|Poiret+One|Marck+Script|Pacifico|Fira+Sans|Rubik&subset=cyrillic,cyrillic-ext,latin-extfonts.mailerlite.com/css?family=Rob... https://fonts.mailerlite.com/css?family=Roboto:400,400i,700,700i|Merriweather:400,900i,900,700i,700,300,300i,400i|Lato:400,400i,700,700i|Montserrat:400,400i,700,700i|Montserrat+Alternates:400,400i,700,700i|Open+Sans:400,400i,700,700i|PT+Sans:400,400i,700,700i|Source+Sans+Pro:400,400i,700,700i|Roboto+Slab:400,700|Ubuntu:400,400i,700,700i|Titillium+Web:400,400i,700,700i|Nunito:400,400i,700,700i|Cabin:400,400i,700,700i|Oswald:400,700|Work+Sans:400,700|Exo:400,400i,700,700i|Comfortaa:400,700|Raleway:400,400i,700,700i|Oxygen:400,700|Poppins:400,400i,700,700i|Playfair+Display:400,400i,700,700i|Shadows+Into+Light+Two|PT+Serif:400,400italic,700,700italic|Josefin+Slab:400,400italic,700,700italic|Arvo:400,700,700italic,400italic|Vollkorn:400,400italic,700,700italic|Karla:400,400italic,700,700italic|Noto+Sans:400,400italic,700,700italic|Barlow+Condensed:400,400italic,700,700italic|Anton|Inter:400,700|Abril+Fatface|Yeseva+One|Poiret+One|Marck+Script|Pacifico|Fira+Sans|Rubik&subset=cyrillic,cyrillic-ext,latin-ext — 200 — 8.3 KiB — 35 ms — h3https://static.mailerlite.com/js/w/ml_jQuery.inputmask.bundle.min.js?v3.3.1static.mailerlite.com/js/w/ml_jQuer... https://static.mailerlite.com/js/w/ml_jQuery.inputmask.bundle.min.js?v3.3.1 — 200 — 18.7 KiB — 31 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 102 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 166 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lf1KHQUAAAAAFNKEX1hdSWCS3mRMv4FlFaNslaD&co=aHR0cHM6Ly93d3cuY2FyYm9uYnJpZWYub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=normal&anchor-ms=20000&execute-ms=30000&cb=3k8p6j45mhekwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lf1KHQUAAAAAFNKEX1hdSWCS3mRMv4FlFaNslaD&co=aHR0cHM6Ly93d3cuY2FyYm9uYnJpZWYub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=normal&anchor-ms=20000&execute-ms=30000&cb=3k8p6j45mhek — 200 — 27.7 KiB — 40 ms — h3https://fonts.mailerlite.com/fonts/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2fonts.mailerlite.com/fonts/s/ptseri... https://fonts.mailerlite.com/fonts/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 200 — 13.4 KiB — 78 ms — h3https://fonts.mailerlite.com/fonts/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2fonts.mailerlite.com/fonts/s/ptsans... https://fonts.mailerlite.com/fonts/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2 — 200 — 11.5 KiB — 77 ms — h3https://fonts.mailerlite.com/fonts/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2fonts.mailerlite.com/fonts/s/ptsans... https://fonts.mailerlite.com/fonts/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 200 — 11.6 KiB — 92 ms — h3https://platform.twitter.com/js/tweet.d7aeb21a88e025d2ea5f5431a103f586.jsplatform.twitter.com/js/tweet.d7aeb... https://platform.twitter.com/js/tweet.d7aeb21a88e025d2ea5f5431a103f586.js — 200 — 2.8 KiB — 35 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 36 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 103 ms — h2https://platform.twitter.com/embed/Tweet.html?dnt=true&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideCard=false&hideThread=false&id=2046905150858551388&lang=en&origin=https%3A%2F%2Fwww.carbonbrief.org%2F&sessionId=068b3c205746a6049a999d28e75d4a73622cfd1a&siteScreenName=carbonbrief&theme=light&widgetsVersion=2615f7e52b7e0%3A1702314776716&width=500pxplatform.twitter.com/embed/Tweet.ht... https://platform.twitter.com/embed/Tweet.html?dnt=true&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideCard=false&hideThread=false&id=2046905150858551388&lang=en&origin=https%3A%2F%2Fwww.carbonbrief.org%2F&sessionId=068b3c205746a6049a999d28e75d4a73622cfd1a&siteScreenName=carbonbrief&theme=light&widgetsVersion=2615f7e52b7e0%3A1702314776716&width=500px — 200 — 414 B — 35 ms — h2https://platform.twitter.com/embed/embed.runtime.01bcb76409c00f15f058.jsplatform.twitter.com/embed/embed.ru... https://platform.twitter.com/embed/embed.runtime.01bcb76409c00f15f058.js — 200 — 4.4 KiB — 36 ms — h2https://platform.twitter.com/embed/embed.9449.78398904051446294e3d.jsplatform.twitter.com/embed/embed.94... https://platform.twitter.com/embed/embed.9449.78398904051446294e3d.js — 200 — 160.1 KiB — 70 ms — h2https://platform.twitter.com/embed/embed.Tweet.23aa1579fc7458d3ccd1.jsplatform.twitter.com/embed/embed.Tw... https://platform.twitter.com/embed/embed.Tweet.23aa1579fc7458d3ccd1.js — 200 — 12.8 KiB — 70 ms — h2https://platform.twitter.com/embed/embed.749.467388cca0b3fe9c3291.jsplatform.twitter.com/embed/embed.74... https://platform.twitter.com/embed/embed.749.467388cca0b3fe9c3291.js — 200 — 6.7 KiB — 36 ms — h2https://platform.twitter.com/embed/embed.ondemand.i18n.en-js.19a28d85d7fc7916b4b1.jsplatform.twitter.com/embed/embed.on... https://platform.twitter.com/embed/embed.ondemand.i18n.en-js.19a28d85d7fc7916b4b1.js — 200 — 1.7 KiB — 37 ms — h2https://platform.twitter.com/embed/embed.ondemand.horizon-web.i18n.en-js.d681a6dcae4601184824.jsplatform.twitter.com/embed/embed.on... https://platform.twitter.com/embed/embed.ondemand.horizon-web.i18n.en-js.d681a6dcae4601184824.js — 200 — 11.1 KiB — 37 ms — h2https://platform.twitter.com/embed/embed.9203.1b3edf1dee6d205547e0.jsplatform.twitter.com/embed/embed.92... https://platform.twitter.com/embed/embed.9203.1b3edf1dee6d205547e0.js — 200 — 82.2 KiB — 43 ms — h2https://platform.twitter.com/embed/embed.ondemand.Tweet.6f4113224c313a1bdfb5.jsplatform.twitter.com/embed/embed.on... https://platform.twitter.com/embed/embed.ondemand.Tweet.6f4113224c313a1bdfb5.js — 200 — 20.6 KiB — 37 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 215 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 24 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 62 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 0 B — 1 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 39 ms — h3https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 0 B — 186 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 21 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 15 ms — h2https://cdn.syndication.twimg.com/tweet-result?features=tfw_timeline_list%3A%3Btfw_follower_count_sunset%3Atrue%3Btfw_tweet_edit_backend%3Aon%3Btfw_refsrc_session%3Aon%3Btfw_fosnr_soft_interventions_enabled%3Aon%3Btfw_mixed_media_15897%3Atreatment%3Btfw_experiments_cookie_expiration%3A1209600%3Btfw_show_birdwatch_pivots_enabled%3Aon%3Btfw_duplicate_scribes_to_settings%3Aon%3Btfw_use_profile_image_shape_enabled%3Aon%3Btfw_video_hls_dynamic_manifests_15082%3Atrue_bitrate%3Btfw_legacy_timeline_sunset%3Atrue%3Btfw_tweet_edit_frontend%3Aon&id=2046905150858551388&lang=en&token=4ymjio5tcty&8jagzu=7w580xa4oqqt&utk0ac=1tvoz8ehx4sm&195rzg=cvk851o1mrj9&6u55oh=6w38jq3hdrya&0tingy=3r836obbfe1h&n4ndh6=2a5p8zzr1poicdn.syndication.twimg.com/tweet-res... https://cdn.syndication.twimg.com/tweet-result?features=tfw_timeline_list%3A%3Btfw_follower_count_sunset%3Atrue%3Btfw_tweet_edit_backend%3Aon%3Btfw_refsrc_session%3Aon%3Btfw_fosnr_soft_interventions_enabled%3Aon%3Btfw_mixed_media_15897%3Atreatment%3Btfw_experiments_cookie_expiration%3A1209600%3Btfw_show_birdwatch_pivots_enabled%3Aon%3Btfw_duplicate_scribes_to_settings%3Aon%3Btfw_use_profile_image_shape_enabled%3Aon%3Btfw_video_hls_dynamic_manifests_15082%3Atrue_bitrate%3Btfw_legacy_timeline_sunset%3Atrue%3Btfw_tweet_edit_frontend%3Aon&id=2046905150858551388&lang=en&token=4ymjio5tcty&8jagzu=7w580xa4oqqt&utk0ac=1tvoz8ehx4sm&195rzg=cvk851o1mrj9&6u55oh=6w38jq3hdrya&0tingy=3r836obbfe1h&n4ndh6=2a5p8zzr1poi — 200 — 1.4 KiB — 443 ms — h2https://www.carbonbrief.org/wp-content/themes/carbonbrief/favicon.icowww.carbonbrief.org/wp-content/them... https://www.carbonbrief.org/wp-content/themes/carbonbrief/favicon.ico — 200 — 5.6 KiB — 29 ms — h3https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Lf1KHQUAAAAAFNKEX1hdSWCS3mRMv4FlFaNslaD&bft=0dAFcWeA6BfQ6CsjCWuH-E_KsQLpZkwMWrf1DBCozDNRBZsfyRjNSwhYy3xBeAJoJ_cFl_1idk0tS45ruK6L6na3fh3cBGJjovRwwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Lf1KHQUAAAAAFNKEX1hdSWCS3mRMv4FlFaNslaD&bft=0dAFcWeA6BfQ6CsjCWuH-E_KsQLpZkwMWrf1DBCozDNRBZsfyRjNSwhYy3xBeAJoJ_cFl_1idk0tS45ruK6L6na3fh3cBGJjovRw — 200 — 2.2 KiB — 33 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 0 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 0 ms — h2https://syndication.twitter.com/i/jot/embeds?l=%7B%22_category_%22%3A%22tfw_client_event%22%2C%22triggered_on%22%3A1776889368837%2C%22event_namespace%22%3A%7B%22client%22%3A%22tfw%22%2C%22page%22%3A%22tweet%22%2C%22action%22%3A%22results%22%2C%22section%22%3A%22main%22%7D%2C%22context%22%3A%22horizon%22%2C%22client_version%22%3A%222615f7e52b7e0%3A1702314776716%22%2C%22dnt%22%3Atrue%2C%22widget_id%22%3A%22twitter-widget-0%22%2C%22widget_origin%22%3A%22https%3A%2F%2Fwww.carbonbrief.org%2F%22%2C%22widget_frame%22%3A%22false%22%2C%22widget_partner%22%3A%22%22%2C%22widget_site_screen_name%22%3A%22carbonbrief%22%2C%22widget_site_user_id%22%3A%22%22%2C%22widget_creator_screen_name%22%3A%22%22%2C%22widget_creator_user_id%22%3A%22%22%2C%22widget_iframe_version%22%3A%22219f5079ae46e%3A1761525987824%22%2C%22item_ids%22%3A%5B%222046905150858551388%22%5D%2C%22item_details%22%3A%7B%222046905150858551388%22%3A%7B%22item_type%22%3A0%7D%7D%7D&dnt=1syndication.twitter.com/i/jot/embed... https://syndication.twitter.com/i/jot/embeds?l=%7B%22_category_%22%3A%22tfw_client_event%22%2C%22triggered_on%22%3A1776889368837%2C%22event_namespace%22%3A%7B%22client%22%3A%22tfw%22%2C%22page%22%3A%22tweet%22%2C%22action%22%3A%22results%22%2C%22section%22%3A%22main%22%7D%2C%22context%22%3A%22horizon%22%2C%22client_version%22%3A%222615f7e52b7e0%3A1702314776716%22%2C%22dnt%22%3Atrue%2C%22widget_id%22%3A%22twitter-widget-0%22%2C%22widget_origin%22%3A%22https%3A%2F%2Fwww.carbonbrief.org%2F%22%2C%22widget_frame%22%3A%22false%22%2C%22widget_partner%22%3A%22%22%2C%22widget_site_screen_name%22%3A%22carbonbrief%22%2C%22widget_site_user_id%22%3A%22%22%2C%22widget_creator_screen_name%22%3A%22%22%2C%22widget_creator_user_id%22%3A%22%22%2C%22widget_iframe_version%22%3A%22219f5079ae46e%3A1761525987824%22%2C%22item_ids%22%3A%5B%222046905150858551388%22%5D%2C%22item_details%22%3A%7B%222046905150858551388%22%3A%7B%22item_type%22%3A0%7D%7D%7D&dnt=1 — 200 — 423 B — 139 ms — h2https://pbs.twimg.com/profile_images/1667626207217590272/sBnoADjP_normal.jpgpbs.twimg.com/profile_images/166762... https://pbs.twimg.com/profile_images/1667626207217590272/sBnoADjP_normal.jpg — 200 — 2.4 KiB — 38 ms — h2https://pbs.twimg.com/media/HGgRYy7XIAA-Sve?format=jpg&name=smallpbs.twimg.com/media/HGgRYy7XIAA-Sve... https://pbs.twimg.com/media/HGgRYy7XIAA-Sve?format=jpg&name=small — 200 — 49.2 KiB — 73 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://www.google.com/recaptcha/api2/reload?k=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadViwww.google.com/recaptcha/api2/reloa... https://www.google.com/recaptcha/api2/reload?k=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadVi — 200 — 1.3 KiB — 114 ms — h3https://syndication.twitter.com/i/jot/embeds?l=%7B%22_category_%22%3A%22tfw_client_event%22%2C%22triggered_on%22%3A1776889369025%2C%22event_namespace%22%3A%7B%22client%22%3A%22tfw%22%2C%22page%22%3A%22tweet%22%2C%22action%22%3A%22FCP%22%2C%22component%22%3A%22performance%22%2C%22section%22%3A%22main%22%7D%2C%22context%22%3A%22horizon%22%2C%22client_version%22%3A%222615f7e52b7e0%3A1702314776716%22%2C%22dnt%22%3Atrue%2C%22widget_id%22%3A%22twitter-widget-0%22%2C%22widget_origin%22%3A%22https%3A%2F%2Fwww.carbonbrief.org%2F%22%2C%22widget_frame%22%3A%22false%22%2C%22widget_partner%22%3A%22%22%2C%22widget_site_screen_name%22%3A%22carbonbrief%22%2C%22widget_site_user_id%22%3A%22%22%2C%22widget_creator_screen_name%22%3A%22%22%2C%22widget_creator_user_id%22%3A%22%22%2C%22widget_iframe_version%22%3A%22219f5079ae46e%3A1761525987824%22%2C%22item_ids%22%3A%5B%222046905150858551388%22%5D%2C%22item_details%22%3A%7B%222046905150858551388%22%3A%7B%22item_type%22%3A0%7D%7D%2C%22duration_ms%22%3A1076%7D&dnt=1syndication.twitter.com/i/jot/embed... https://syndication.twitter.com/i/jot/embeds?l=%7B%22_category_%22%3A%22tfw_client_event%22%2C%22triggered_on%22%3A1776889369025%2C%22event_namespace%22%3A%7B%22client%22%3A%22tfw%22%2C%22page%22%3A%22tweet%22%2C%22action%22%3A%22FCP%22%2C%22component%22%3A%22performance%22%2C%22section%22%3A%22main%22%7D%2C%22context%22%3A%22horizon%22%2C%22client_version%22%3A%222615f7e52b7e0%3A1702314776716%22%2C%22dnt%22%3Atrue%2C%22widget_id%22%3A%22twitter-widget-0%22%2C%22widget_origin%22%3A%22https%3A%2F%2Fwww.carbonbrief.org%2F%22%2C%22widget_frame%22%3A%22false%22%2C%22widget_partner%22%3A%22%22%2C%22widget_site_screen_name%22%3A%22carbonbrief%22%2C%22widget_site_user_id%22%3A%22%22%2C%22widget_creator_screen_name%22%3A%22%22%2C%22widget_creator_user_id%22%3A%22%22%2C%22widget_iframe_version%22%3A%22219f5079ae46e%3A1761525987824%22%2C%22item_ids%22%3A%5B%222046905150858551388%22%5D%2C%22item_details%22%3A%7B%222046905150858551388%22%3A%7B%22item_type%22%3A0%7D%7D%2C%22duration_ms%22%3A1076%7D&dnt=1 — 200 — 412 B — 138 ms — h2https://www.google.com/recaptcha/api2/clr?k=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadViwww.google.com/recaptcha/api2/clr?k... https://www.google.com/recaptcha/api2/clr?k=6LdnL6IUAAAAAABqRBs9TKUDXXRCcAccPz4OadVi — 200 — 16 B — 50 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1038ms · 214KB · €11/mo
www.gstatic.com
Other
Costly
Execution 472ms
Transfer 0 KB
Unused 43%
Monthly Cost €5/mo
www.carbonbrief.org
Other
Costly
Execution 254ms
Transfer 24 KB
Monthly Cost €3/mo
Unattributable
Other
Optional
Execution 144ms
Transfer 0 KB
Monthly Cost €2/mo
Twitter/X Embed
Social
Optional
Execution 58ms
Transfer 27 KB
Unused 99%
Monthly Cost €1/mo
www.carbonbrief.org
Other
Optional
Execution 56ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 163 KB
Unused 40%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 472ms and costs ~€5/month
  • www.carbonbrief.org adds 254ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.gstatic.com takes 472ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.carbonbrief.org takes 254ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

99% of Twitter/X Embed's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

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