Skip to content
https://earthday.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
73
GRADE
C
FIX
3
REVIEW
4
PASS
6
INFO
2

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

86
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
76
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.
45
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.54 s

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

1.64 s

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

76 ms

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

0.003

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

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

3.70 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
6 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 169 requests
FIX
3.4 MB transferred, 169 requests
Warning::
Page weighs 10.0 MB (3.4 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
CSS is 527 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 527 KB
Info::
Fonts are 277 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 277 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.70 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
169 requests
0.70 g CO2 per page load
Images 1.5 MiB 44%
JavaScript 1.0 MiB 30%
CSS 527.1 KiB 15%
Fonts 276.6 KiB 8%
HTML 73.3 KiB 2%
Other 4.7 KiB 0%
Other 2.0 KiB 0%
Other 1.5 KiB 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (3.3 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
D
Page Weight Inventory
Action
169 resources · 3.4 MB · 211 KB savings available
FIX
169 resources · 3.4 MB · 211 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~211 KB of savings available
Warning::
167 third-party resources (99% of weight)
Info::
2 resources over 200KB
169 resources · 3.4 MiB · 167 third-party 2.4 MiB over 1MB target
Image 44% · 1.5 MiB
JavaScript 30% · 1.0 MiB
CSS 15% · 527.1 KiB
Font 8% · 276.6 KiB
Document 2% · 74.3 KiB
Other 0% · 3.7 KiB

~211.2 KiB of savings available

Remove unused JavaScript: 211.2 KiB
C
Image Optimization
Action
67 images, 0 KB saveable
REVIEW
67 images, 0 KB saveable
Warning::
https://www.earthday.org/wp-content/uploads/2024/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.earthday.org/wp-content/uploads/2024/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
67 images 1.5 MB
0 oversized -0 KB
15 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

C
JS Execution Cost
Action
1867ms total JS execution
REVIEW
1867ms total JS execution
Warning::
https://www.earthday.org/: 690ms CPU time
Warning::
https://ajax.googleapis.com/ajax/libs/jquery/3.4.1...: 264ms CPU time
Info::
Unattributable: 205ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-QENX...: 140ms CPU time
Info::
https://www.earthday.org/wp-content/plugins/elemen...: 127ms CPU time
Warning::
Third-party scripts: 1867ms (100% of total)

Main Thread Breakdown

Script Evaluation 32% Style & Layout 28% Other 28% Parse HTML & CSS 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.earthday.org/690ms114ms4ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=1.96264ms18ms2ms3rd
Unattributable205ms4ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-QENXCBT7TN&cx=c&gtm=4e64k0140ms97ms12ms3rd
https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.3127ms112ms1ms3rd
https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.3113ms22ms1ms3rd
https://www.earthday.org/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/owl.carousel.min.js?ver=2.0.7101ms14ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PZTGQFF100ms86ms12ms3rd
https://www.earthday.org/wp-content/themes/earthday/assets/js/app-script.js?ver=177111758864ms34ms30ms3rd
https://www.earthday.org/cdn-cgi/challenge-platform/scripts/jsd/main.js60ms58ms1ms3rd
C
JS Bundles
Action
33 scripts, 211 KB unused
REVIEW
33 scripts, 211 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-QENX...: 63 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PZT...: 61 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/fbevents.js: 34 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.earthday.org/wp-content/themes/earthda...: 32 KB unused (11%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.earthday.org/wp-content/plugins/elemen...: 21 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 211 KB
211 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-QENXCBT7TN&cx=c&gtm=4e64k0175 KB63 KB (36%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PZTGQFF178 KB61 KB (34%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (36%)3rd
https://www.earthday.org/wp-content/themes/earthday/assets/js/app-script.js?ver=1771117588323 KB32 KB (11%)3rd
https://www.earthday.org/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.537 KB21 KB (57%)3rd
https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/extension-floating-effects.min.js?ver=3.21.21 KB3rd
https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/extension-reading-progress-bar.min.js?ver=3.21.21 KB3rd
https://www.earthday.org/wp-content/themes/earthday/js/custom.js?ver=17716073492 KB3rd
https://www.earthday.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.33 KB3rd
https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.315 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

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

B
HTTP Caching
public, max-age=0, s-maxage=900
REVIEW
public, max-age=0, s-maxage=900
Info::
Cache-Control header is set
Got: public, max-age=0, s-maxage=900
Info::
CDN TTL: 15 minutes (s-maxage=900)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, s-maxage=900

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
s-maxage900CDN caches for 15 minutes
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
5 fonts (277 KB)
PASS
5 fonts (277 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

277 KB total

Render-blocking

0

of 5

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 FCP 1.5 s LCP 1.6 shttps://www.earthday.org/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2montserrat-jtusjig1_i6t... https://www.earthday.org/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2 — 37.3 KiB — 45 ms — font-display: swaphttps://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.8 KiB — 48 ms — font-display: swaphttps://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2ieVl2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 45.0 KiB — 45 ms — font-display: swaphttps://www.earthday.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0eicons.woff2 https://www.earthday.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0 — 103.7 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 25 ms — font-display: swap
montserrat-jtusjig1_i6t... woff2 swap
Size 37 KB
Load time 45 ms
Start 604 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 48 ms
Start 607 ms
Risk FOUT — text flashes from fallback to web font
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 45 KB
Load time 45 ms
Start 607 ms
Risk FOUT — text flashes from fallback to web font
eicons.woff2 woff2 swap
Size 104 KB
Load time 31 ms
Start 694 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 25 ms
Start 920 ms
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)

Fixing the unchecked items could save ~52 KB and ~104 ms

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

Network Waterfall
169 requests over 2686ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.5 s LCP 1.6 shttps://earthday.org// https://earthday.org/ — 301 — 1011 B — 125 ms — h2https://www.earthday.org/www.earthday.org/ https://www.earthday.org/ — 200 — 70.8 KiB — 126 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap — 200 — 1.9 KiB — 131 ms — h2https://fonts.googleapis.com/css?family=Roboto%20Condensed%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%20Condensed%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap — 200 — 1.8 KiB — 130 ms — h2https://www.earthday.org/wp-content/uploads/2026/02/Untitled-design-copy-3.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/02/Untitled-design-copy-3.jpg — 200 — 39.6 KiB — 155 ms — h2https://www.earthday.org/wp-content/cache/min/1/ajax/libs/tailwindcss/2.2.19/tailwind.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/ajax/libs/tailwindcss/2.2.19/tailwind.min.css?ver=1776878746 — 200 — 295.9 KiB — 153 ms — h2https://www.earthday.org/wp-content/themes/earthday/assets/css/glide.core.min.csswww.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/assets/css/glide.core.min.css — 200 — 756 B — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/glide.theme.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/glide.theme.css?ver=1776878746 — 200 — 1.0 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=1776878746 — 200 — 11.7 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/blocks.build.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/blocks.build.css?ver=1776878746 — 200 — 10.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/animate.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/animate.css?ver=1776878746 — 200 — 4.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/wp-quiz.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/wp-quiz.css?ver=1776878746 — 200 — 8.0 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/app.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/app.css?ver=1776878746 — 200 — 47.7 KiB — 136 ms — h2https://www.earthday.org/wp-content/themes/earthday/style.css?ver=6.9.4www.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/style.css?ver=6.9.4 — 200 — 504 B — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/css/custom.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/css/custom.css?ver=1776878746 — 200 — 8.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/ajax/libs/font-awesome/6.5.0/css/all.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/ajax/libs/font-awesome/6.5.0/css/all.min.css?ver=1776878746 — 200 — 22.5 KiB — 141 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3 — 200 — 6.9 KiB — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3 — 200 — 656 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css?ver=4.0.3 — 200 — 492 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css?ver=4.0.3 — 200 — 535 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css?ver=4.0.3 — 200 — 483 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.3 — 200 — 808 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.6.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.6.2 — 200 — 1.8 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-107223.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-107223.css?ver=1776878746 — 200 — 15.3 KiB — 139 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1776878746 — 200 — 4.8 KiB — 138 ms — h2https://www.earthday.org/wp-content/uploads/elementor/css/post-65227.css?ver=1776830009www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/elementor/css/post-65227.css?ver=1776830009 — 200 — 813 B — 137 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1776878746 — 200 — 13.1 KiB — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=4.0.3 — 200 — 4.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wpdatatables/integrations/page_builders/elementor/css/style.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wpdatatables/integrations/page_builders/elementor/css/style.css?ver=1776878746 — 200 — 616 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3 — 200 — 538 B — 138 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.5 s LCP 1.6 shttps://earthday.org// https://earthday.org/ — 301 — 1011 B — 125 ms — h2https://www.earthday.org/www.earthday.org/ https://www.earthday.org/ — 200 — 70.8 KiB — 126 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;500;700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap — 200 — 1.9 KiB — 131 ms — h2https://fonts.googleapis.com/css?family=Roboto%20Condensed%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%20Condensed%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap — 200 — 1.8 KiB — 130 ms — h2https://www.earthday.org/wp-content/uploads/2026/02/Untitled-design-copy-3.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/02/Untitled-design-copy-3.jpg — 200 — 39.6 KiB — 155 ms — h2https://www.earthday.org/wp-content/cache/min/1/ajax/libs/tailwindcss/2.2.19/tailwind.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/ajax/libs/tailwindcss/2.2.19/tailwind.min.css?ver=1776878746 — 200 — 295.9 KiB — 153 ms — h2https://www.earthday.org/wp-content/themes/earthday/assets/css/glide.core.min.csswww.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/assets/css/glide.core.min.css — 200 — 756 B — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/glide.theme.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/glide.theme.css?ver=1776878746 — 200 — 1.0 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/embedpress.css?ver=1776878746 — 200 — 11.7 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/blocks.build.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/blocks.build.css?ver=1776878746 — 200 — 10.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/animate.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/animate.css?ver=1776878746 — 200 — 4.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/wp-quiz.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wp-quiz-pro/assets/frontend/css/wp-quiz.css?ver=1776878746 — 200 — 8.0 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/app.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/assets/css/app.css?ver=1776878746 — 200 — 47.7 KiB — 136 ms — h2https://www.earthday.org/wp-content/themes/earthday/style.css?ver=6.9.4www.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/style.css?ver=6.9.4 — 200 — 504 B — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/css/custom.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/themes/earthday/css/custom.css?ver=1776878746 — 200 — 8.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/ajax/libs/font-awesome/6.5.0/css/all.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/ajax/libs/font-awesome/6.5.0/css/all.min.css?ver=1776878746 — 200 — 22.5 KiB — 141 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.3 — 200 — 6.9 KiB — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.3 — 200 — 656 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css?ver=4.0.3 — 200 — 492 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css?ver=4.0.3 — 200 — 535 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css?ver=4.0.3 — 200 — 483 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=4.0.3 — 200 — 808 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.6.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.6.2 — 200 — 1.8 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-107223.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-107223.css?ver=1776878746 — 200 — 15.3 KiB — 139 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1776878746 — 200 — 4.8 KiB — 138 ms — h2https://www.earthday.org/wp-content/uploads/elementor/css/post-65227.css?ver=1776830009www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/elementor/css/post-65227.css?ver=1776830009 — 200 — 813 B — 137 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1776878746 — 200 — 13.1 KiB — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=4.0.3 — 200 — 4.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wpdatatables/integrations/page_builders/elementor/css/style.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/wpdatatables/integrations/page_builders/elementor/css/style.css?ver=1776878746 — 200 — 616 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.3 — 200 — 538 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=4.0.3 — 200 — 513 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.0.3 — 200 — 540 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.0.3 — 200 — 554 B — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1776878746 — 200 — 4.7 KiB — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.3 — 200 — 1.2 KiB — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css?ver=4.0.3 — 200 — 516 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.0.3 — 200 — 767 B — 138 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/css/widget-testimonial.min.css?ver=4.0.3 — 200 — 710 B — 138 ms — h2https://www.earthday.org/wp-content/uploads/elementor/css/post-107223.css?ver=1776876648www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/elementor/css/post-107223.css?ver=1776876648 — 200 — 7.2 KiB — 140 ms — h2https://www.earthday.org/wp-content/uploads/elementor/css/post-109263.css?ver=1776830032www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/elementor/css/post-109263.css?ver=1776830032 — 200 — 1.1 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/happy-elementor-addons/assets/fonts/style.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/happy-elementor-addons/assets/fonts/style.min.css?ver=1776878746 — 200 — 6.0 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=1776878746 — 200 — 7.3 KiB — 138 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1776878746www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1776878746 — 200 — 3.1 KiB — 139 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1776878748www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1776878748 — 200 — 1.3 KiB — 137 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1776878748www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1776878748 — 200 — 1.4 KiB — 141 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 12.3 KiB — 141 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1776878749 — 200 — 914 B — 141 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=1.96ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js?ver=1.96 — 200 — 30.7 KiB — 171 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=4.0.3 — 200 — 4.4 KiB — 141 ms — h2https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/vendor/dom-purify/purify.min.js?ver=3.1.6www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/vendor/dom-purify/purify.min.js?ver=3.1.6 — 200 — 8.4 KiB — 141 ms — h2https://www.earthday.org/wp-content/uploads/2024/11/Earth-Day-Logo-Thicker-White-Transparent-500x300-1-300x178.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/11/Earth-Day-Logo-Thicker-White-Transparent-500x300-1-300x178.webp — 200 — 7.3 KiB — 140 ms — h2https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@400;500;600;700;800;900&display=swapfonts.googleapis.com/css2?family=La... https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@400;500;600;700;800;900&display=swap — 200 — 844 B — 31 ms — h2https://www.earthday.org/wp-content/uploads/2026/02/Earth-Day-Logo-Thicker-Navy-Transparent-1536x912.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/02/Earth-Day-Logo-Thicker-Navy-Transparent-1536x912.png — 200 — 16.4 KiB — 29 ms — h2https://www.earthday.org/wp-content/uploads/2024/06/logo_blue-1536x912.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/06/logo_blue-1536x912.png — 200 — 15.2 KiB — 27 ms — h2https://www.earthday.org/wp-content/cache/min/1/leaflet@1.9.4/dist/leaflet.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/leaflet@1.9.4/dist/leaflet.css?ver=1776878749 — 200 — 3.1 KiB — 30 ms — h2https://www.earthday.org/wp-content/cache/min/1/leaflet.markercluster@1.5.3/dist/MarkerCluster.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/leaflet.markercluster@1.5.3/dist/MarkerCluster.css?ver=1776878749 — 200 — 670 B — 29 ms — h2https://www.earthday.org/wp-content/cache/min/1/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/leaflet.markercluster@1.5.3/dist/MarkerCluster.Default.css?ver=1776878749 — 200 — 743 B — 36 ms — h2https://www.earthday.org/wp-content/cache/min/1/esri-leaflet-geocoder/dist/esri-leaflet-geocoder.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/esri-leaflet-geocoder/dist/esri-leaflet-geocoder.css?ver=1776878749 — 200 — 1.3 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2024/05/planet-v-plastics-protest-300x169.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/05/planet-v-plastics-protest-300x169.jpg.webp — 200 — 14.2 KiB — 36 ms — h2https://www.earthday.org/wp-content/uploads/2024/05/image23-300x200.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/05/image23-300x200.jpg.webp — 200 — 14.0 KiB — 38 ms — h2https://earthday.org/wp-content/uploads/2025/05/charity-nav.webp/wp-content/uploads/2025/05/charity... https://earthday.org/wp-content/uploads/2025/05/charity-nav.webp — 200 — 16.8 KiB — 36 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 76 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PZTGQFFwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PZTGQFF — 200 — 177.6 KiB — 166 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css?ver=1776878749 — 200 — 1.5 KiB — 30 ms — h2https://www.earthday.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.earthday.org/cdn-cgi/scripts/5c... https://www.earthday.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 24 ms — h2https://www.earthday.org/wp-content/uploads/elementor/css/post-101714.css?ver=1776830032www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/elementor/css/post-101714.css?ver=1776830032 — 200 — 1.3 KiB — 39 ms — h2https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/embedpress-elementor.css?ver=1776878749www.earthday.org/wp-content/cache/m... https://www.earthday.org/wp-content/cache/min/1/wp-content/plugins/embedpress/assets/css/embedpress-elementor.css?ver=1776878749 — 200 — 2.0 KiB — 39 ms — h2https://www.earthday.org/wp-content/themes/earthday/assets/js/app-script.js?ver=1771117588www.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/assets/js/app-script.js?ver=1771117588 — 200 — 322.7 KiB — 49 ms — h2https://www.earthday.org/wp-content/themes/earthday/js/custom.js?ver=1771607349www.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/js/custom.js?ver=1771607349 — 200 — 2.1 KiB — 39 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.3 — 200 — 2.8 KiB — 39 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.3 — 200 — 15.4 KiB — 40 ms — h2https://www.earthday.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3www.earthday.org/wp-includes/js/jqu... https://www.earthday.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.1 KiB — 33 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.3 — 200 — 10.2 KiB — 34 ms — h2https://www.earthday.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.6.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.6.2 — 200 — 4.2 KiB — 38 ms — h2https://www.earthday.org/wp-content/uploads/essential-addons-elementor/eael-107223.js?ver=1776862244www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/essential-addons-elementor/eael-107223.js?ver=1776862244 — 200 — 16.5 KiB — 55 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 — 200 — 37.2 KiB — 61 ms — h2https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/vendor/anime/lib/anime.min.js?ver=3.21.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/vendor/anime/lib/anime.min.js?ver=3.21.2 — 200 — 7.3 KiB — 54 ms — h2https://www.earthday.org/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2www.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2 — 200 — 37.3 KiB — 45 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.8 KiB — 48 ms — h2https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 200 — 45.0 KiB — 45 ms — h3https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/extension-floating-effects.min.js?ver=3.21.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/extension-floating-effects.min.js?ver=3.21.2 — 200 — 1.3 KiB — 51 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ… — 200 — 0 B — 0 ms — datahttps://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/happy-addons.min.js?ver=3.21.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/happy-addons.min.js?ver=3.21.2 — 200 — 9.1 KiB — 39 ms — h2https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/extension-reading-progress-bar.min.js?ver=3.21.2www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/happy-elementor-addons/assets/js/extension-reading-progress-bar.min.js?ver=3.21.2 — 200 — 916 B — 36 ms — h2https://www.earthday.org/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/elements-handler.min.js?ver=4.11.74www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/elements-handler.min.js?ver=4.11.74 — 200 — 514 B — 36 ms — h2https://www.earthday.org/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/owl.carousel.min.js?ver=2.0.7www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/owl.carousel.min.js?ver=2.0.7 — 200 — 13.8 KiB — 40 ms — h2https://www.earthday.org/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.3 — 200 — 3.0 KiB — 34 ms — h2https://www.earthday.org/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.3 — 200 — 6.5 KiB — 31 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0 — 200 — 103.7 KiB — 31 ms — h2https://www.earthday.org/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.3 — 200 — 10.3 KiB — 32 ms — h2https://www.earthday.org/wp-content/uploads/2024/05/240514_lviv1-300x225.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/05/240514_lviv1-300x225.png.webp — 200 — 21.3 KiB — 35 ms — h2https://www.earthday.org/wp-content/uploads/2024/05/Pahchan-Foundation-300x200.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/05/Pahchan-Foundation-300x200.jpg.webp — 200 — 12.3 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2024/05/c6-97-of-100-300x200.jpeg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/05/c6-97-of-100-300x200.jpeg.webp — 200 — 13.2 KiB — 36 ms — h2https://www.earthday.org/wp-content/uploads/2024/04/earthday_008-300x200.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/04/earthday_008-300x200.jpg.webp — 200 — 8.0 KiB — 38 ms — h2https://www.earthday.org/wp-content/uploads/2024/06/PXL_20240420_181023929-300x169.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/06/PXL_20240420_181023929-300x169.jpg.webp — 200 — 10.5 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2024/06/IMG_3002-scaled-1-300x225.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/06/IMG_3002-scaled-1-300x225.jpg.webp — 200 — 13.9 KiB — 42 ms — h2https://www.earthday.org/wp-content/uploads/2024/10/pexels-pixabay-41949-1-1-768x384.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/10/pexels-pixabay-41949-1-1-768x384.jpg.webp — 200 — 15.1 KiB — 37 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/260421_bycer_header-300x169.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/260421_bycer_header-300x169.png.webp — 200 — 9.8 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2024/11/Earth-Day-Logo-Thicker-White-Transparent-500x300-1.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/11/Earth-Day-Logo-Thicker-White-Transparent-500x300-1.webp — 200 — 12.0 KiB — 40 ms — h2https://www.earthday.org/wp-content/uploads/2024/07/background_donation-768x432.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/07/background_donation-768x432.png — 200 — 169.8 KiB — 41 ms — h2https://www.earthday.org/wp-content/uploads/2024/11/give-planet-earth-a-hand-tshirt.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/11/give-planet-earth-a-hand-tshirt.jpg — 200 — 57.4 KiB — 32 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/2-2.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/2-2.jpg — 200 — 48.5 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2024/11/we-says-we-cant-change-world-tshirt.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2024/11/we-says-we-cant-change-world-tshirt.jpg — 200 — 16.5 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/EP.4-Ashish-Kapoor--300x169.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/EP.4-Ashish-Kapoor--300x169.png — 200 — 46.4 KiB — 26 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/260419_walsh_header-300x169.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/260419_walsh_header-300x169.png.webp — 200 — 5.1 KiB — 28 ms — h2https://www.earthday.org/wp-admin/admin-ajax.phpwww.earthday.org/wp-admin/admin-aja... https://www.earthday.org/wp-admin/admin-ajax.php — 200 — 641 B — 681 ms — h2https://www.earthday.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.earthday.org/cdn-cgi/challenge-... https://www.earthday.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 148 B — 408 ms — h2https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.7 KiB — 25 ms — h3https://www.earthday.org/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.3www.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.3 — 200 — 4.0 KiB — 31 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/earthday-plastic.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/earthday-plastic.jpg.webp — 200 — 30.7 KiB — 29 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/detroit-lots.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/detroit-lots.jpg.webp — 200 — 30.0 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/seedling-detroit.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/seedling-detroit.jpg.webp — 200 — 8.3 KiB — 32 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/german-bees.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/german-bees.jpg.webp — 200 — 97.7 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/CBS-news.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/CBS-news.png — 200 — 4.7 KiB — 29 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/WAS-logo.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/WAS-logo.jpg.webp — 200 — 11.2 KiB — 31 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/CarbonBrief-image-1024x531.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/CarbonBrief-image-1024x531.png.webp — 200 — 43.8 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/Les-Act-1.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/Les-Act-1.jpg.webp — 200 — 52.7 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/gadget.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/gadget.jpg.webp — 200 — 25.7 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2025/12/this-shouldnt-be-hard.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2025/12/this-shouldnt-be-hard.jpg.webp — 200 — 9.5 KiB — 31 ms — h2https://www.earthday.org/wp-content/themes/earthday/images/left-arrow.pngwww.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/images/left-arrow.png — 200 — 812 B — 32 ms — h2https://www.earthday.org/wp-content/themes/earthday/images/right-arrow.pngwww.earthday.org/wp-content/themes/... https://www.earthday.org/wp-content/themes/earthday/images/right-arrow.png — 200 — 723 B — 33 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/TOP_logo-768x263.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/TOP_logo-768x263.jpg — 200 — 10.6 KiB — 27 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/WKA-Logo-Blue-on-Transparent-3-768x242.jpeg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/WKA-Logo-Blue-on-Transparent-3-768x242.jpeg.webp — 200 — 17.3 KiB — 27 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_logo-NewNCS.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_logo-NewNCS.jpg.webp — 200 — 25.5 KiB — 29 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/LOGO.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/LOGO.jpg.webp — 200 — 8.4 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/ESIFoundationLogo_Color_25Jan2021-01-1-1-1-768x464.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/ESIFoundationLogo_Color_25Jan2021-01-1-1-1-768x464.jpg.webp — 200 — 14.8 KiB — 28 ms — h2https://www.earthday.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.earthday.org/cdn-cgi/challenge-... https://www.earthday.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.0 KiB — 27 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/CAClogo_web_color-1-768x611.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/CAClogo_web_color-1-768x611.jpg.webp — 200 — 19.4 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/img-8abb2496-0a87-4167-a587-f2e9f1d4ccd0.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/img-8abb2496-0a87-4167-a587-f2e9f1d4ccd0.jpg.webp — 200 — 30.5 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/zeiss-logo-rgb-768x768.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/zeiss-logo-rgb-768x768.jpg.webp — 200 — 8.7 KiB — 36 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/NAACP_signature_RGB_Black-01-2-2-768x182.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/NAACP_signature_RGB_Black-01-2-2-768x182.png.webp — 200 — 13.2 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_WM_TextFaces_Logo_STRENGTH-1-768x315.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_WM_TextFaces_Logo_STRENGTH-1-768x315.png.webp — 200 — 40.9 KiB — 28 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/SVREP-Logo-Elipse-Stacked-1-768x656.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/SVREP-Logo-Elipse-Stacked-1-768x656.png.webp — 200 — 57.8 KiB — 32 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/5051.png.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/5051.png.webp — 200 — 76.1 KiB — 27 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/ecoAmerica-logo-Jan-2011-FINAL-copy-2-Robert-Perkowitz.jpg.webpwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/ecoAmerica-logo-Jan-2011-FINAL-copy-2-Robert-Perkowitz.jpg.webp — 200 — 7.6 KiB — 28 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/NAACP_signature_RGB_Black-01-2-2-768x182.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/NAACP_signature_RGB_Black-01-2-2-768x182.png — 200 — 5.8 KiB — 28 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_WM_TextFaces_Logo_STRENGTH-1-768x315.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_WM_TextFaces_Logo_STRENGTH-1-768x315.png — 200 — 10.3 KiB — 28 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/SVREP-Logo-Elipse-Stacked-1-768x656.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/SVREP-Logo-Elipse-Stacked-1-768x656.png — 200 — 52.3 KiB — 29 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/5051.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/5051.png — 200 — 82.6 KiB — 34 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/ecoAmerica-logo-Jan-2011-FINAL-copy-2-Robert-Perkowitz.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/ecoAmerica-logo-Jan-2011-FINAL-copy-2-Robert-Perkowitz.jpg — 200 — 7.7 KiB — 30 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/WKA-Logo-Blue-on-Transparent-3-768x242.jpegwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/WKA-Logo-Blue-on-Transparent-3-768x242.jpeg — 200 — 16.6 KiB — 32 ms — h2https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_logo-NewNCS.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/01/thumbnail_logo-NewNCS.jpg — 200 — 23.7 KiB — 28 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/LOGO.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/LOGO.jpg — 200 — 8.6 KiB — 31 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/ESIFoundationLogo_Color_25Jan2021-01-1-1-1-768x464.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/ESIFoundationLogo_Color_25Jan2021-01-1-1-1-768x464.jpg — 200 — 12.1 KiB — 33 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/CAClogo_web_color-1-768x611.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/CAClogo_web_color-1-768x611.jpg — 200 — 20.6 KiB — 29 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/img-8abb2496-0a87-4167-a587-f2e9f1d4ccd0.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/img-8abb2496-0a87-4167-a587-f2e9f1d4ccd0.jpg — 200 — 32.5 KiB — 34 ms — h2https://www.earthday.org/wp-content/uploads/2026/04/zeiss-logo-rgb-768x768.jpgwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2026/04/zeiss-logo-rgb-768x768.jpg — 200 — 7.9 KiB — 30 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.jswww.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js — 200 — 748 B — 32 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.jswww.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 2.9 KiB — 29 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.jswww.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js — 200 — 632 B — 39 ms — h2https://www.earthday.org/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.jswww.earthday.org/wp-content/plugins... https://www.earthday.org/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 1.1 KiB — 30 ms — h2https://www.earthday.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3453082048108739:1776885207:s1-Xd2z2ZphUAQo4UnyCzJ5rgvpUx1zX3s_Dhqt1Wlw/9f0752791dc87836www.earthday.org/cdn-cgi/challenge-... https://www.earthday.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3453082048108739:1776885207:s1-Xd2z2ZphUAQo4UnyCzJ5rgvpUx1zX3s_Dhqt1Wlw/9f0752791dc87836 — 200 — 987 B — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=G-QENXCBT7TN&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-QENXCBT7TN&cx=c&gtm=4e64k0 — 200 — 175.1 KiB — 52 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 14 ms — h3https://trk.earthday.org/data?v=2&event=page_view&dtdc=eyJwYWdlX2xvY2F0aW9uIjoiaHR0cHM6Ly93d3cuZWFydGhkYXkub3JnLyIsInBhZ2VfaG9zdG5hbWUiOiJ3d3cuZWFydGhkYXkub3JnIiwicGFnZV9yZWZlcnJlciI6IiIsInBhZ2VfdGl0bGUiOiJFYXJ0aCBEYXk6IFRoZSBPZmZpY2lhbCBTaXRlIHwgRUFSVEhEQVkuT1JHIiwicGFnZV9lbmNvZGluZyI6IlVURi04IiwiZXZlbnRfaWQiOiIxNzc2ODg5NjM3MDcxXzE3NzY4ODk0ODQ4NDkzIiwiX2RjaWRfdGVtcCI6ImRjaWQuMS4xNzc2ODg5MTU1NDI2Ljg5OTI3ODEwOSJ9trk.earthday.org/data?v=2&event=pag... https://trk.earthday.org/data?v=2&event=page_view&dtdc=eyJwYWdlX2xvY2F0aW9uIjoiaHR0cHM6Ly93d3cuZWFydGhkYXkub3JnLyIsInBhZ2VfaG9zdG5hbWUiOiJ3d3cuZWFydGhkYXkub3JnIiwicGFnZV9yZWZlcnJlciI6IiIsInBhZ2VfdGl0bGUiOiJFYXJ0aCBEYXk6IFRoZSBPZmZpY2lhbCBTaXRlIHwgRUFSVEhEQVkuT1JHIiwicGFnZV9lbmNvZGluZyI6IlVURi04IiwiZXZlbnRfaWQiOiIxNzc2ODg5NjM3MDcxXzE3NzY4ODk0ODQ4NDkzIiwiX2RjaWRfdGVtcCI6ImRjaWQuMS4xNzc2ODg5MTU1NDI2Ljg5OTI3ODEwOSJ9 — 200 — 478 B — 556 ms — h2https://www.earthday.org/cdn-cgi/rum?www.earthday.org/cdn-cgi/rum? https://www.earthday.org/cdn-cgi/rum? — 204 — 383 B — 31 ms — h2https://insight.adsrvr.org/tags/eo625yc/v997o74/iframeinsight.adsrvr.org/tags/eo625yc/v99... https://insight.adsrvr.org/tags/eo625yc/v997o74/iframe — 301 — 87 B — 125 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.earthday.org%2F&scrsrc=www.googletagmanager.com&rnd=1034930073.1776889155&dt=Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG&auid=1073282149.1776889155&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v810576004za200zd810576004xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776889155446&tfd=2130www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.earthday.org%2F&scrsrc=www.googletagmanager.com&rnd=1034930073.1776889155&dt=Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG&auid=1073282149.1776889155&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v810576004za200zd810576004xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776889155446&tfd=2130 — 200 — 21 B — 201 ms — h3https://www.earthday.org/wp-content/uploads/2022/02/favicon-150x150.pngwww.earthday.org/wp-content/uploads... https://www.earthday.org/wp-content/uploads/2022/02/favicon-150x150.png — 200 — 3.4 KiB — 29 ms — h2https://connect.facebook.net/signals/config/419630282544224?v=2.9.303&r=stable&domain=www.earthday.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/419630282544224?v=2.9.303&r=stable&domain=www.earthday.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 45.2 KiB — 10 ms — h3https://d1eoo1tco6rr5e.cloudfront.net/eo625yc/v997o74/iframed1eoo1tco6rr5e.cloudfront.net/eo625... https://d1eoo1tco6rr5e.cloudfront.net/eo625yc/v997o74/iframe — 200 — 668 B — 65 ms — http/1.1https://trk.earthday.org/g/collect?v=2&tid=G-QENXCBT7TN&gtm=45je64k0v876782964z8810576004za20gzb810576004zd810576004&_p=1776889153814&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=2059060073&_eu=EAAAAGA&_fplc=0&are=1&cid=688024868.1776889156&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=10&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&ur=ES-MD&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776889153814&sst.lpc=69278980&sst.navt=n&sst.ude=1&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118167058&sid=1776889155&sct=1&seg=0&dl=https%3A%2F%2Fwww.earthday.org%2F&dt=Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2292&richsstssetrk.earthday.org/g/collect?v=2&tid=... https://trk.earthday.org/g/collect?v=2&tid=G-QENXCBT7TN&gtm=45je64k0v876782964z8810576004za20gzb810576004zd810576004&_p=1776889153814&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=2059060073&_eu=EAAAAGA&_fplc=0&are=1&cid=688024868.1776889156&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=10&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&ur=ES-MD&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776889153814&sst.lpc=69278980&sst.navt=n&sst.ude=1&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118167058&sid=1776889155&sct=1&seg=0&dl=https%3A%2F%2Fwww.earthday.org%2F&dt=Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2292&richsstsse — 200 — 1.5 KiB — 285 ms — h2https://trk.earthday.org/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.earthday.org&1p=1trk.earthday.org/_/service_worker/6... https://trk.earthday.org/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.earthday.org&1p=1 — 200 — 1.9 KiB — 167 ms — h2https://insight.adsrvr.org/track/pxl/?adv=eo625yc&ct=0:v997o74&fmt=3insight.adsrvr.org/track/pxl/?adv=e... https://insight.adsrvr.org/track/pxl/?adv=eo625yc&ct=0:v997o74&fmt=3 — 200 — 148 B — 43 ms — h2https://www.facebook.com/tr/?id=419630282544224&ev=PageView&dl=https%3A%2F%2Fwww.earthday.org%2F&rl=&if=false&ts=1776889155696&sw=800&sh=600&v=2.9.303&r=stable&a=stape-gtm-1.1.1&ec=0&o=4126&fbp=fb.1.1776889155680.577638397970022590&ler=empty&cdl=API_unavailable&pmd[title]=%20%20%20%0A%09%09Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG%0A%09&pmd[locale]=en_US&pmd[description]=Visit%20the%20official%20Earth%20Day%20site%20to%20learn%20about%20the%20world%27s%20largest%20environmental%20movement%20and%20what%20you%20can%20do%20to%20make%20every%20day%20Earth%20Day.&plt=909.8999996185303&it=1776889155507&coo=false&eid=1776889637071_17768894848493&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=41963028254... https://www.facebook.com/tr/?id=419630282544224&ev=PageView&dl=https%3A%2F%2Fwww.earthday.org%2F&rl=&if=false&ts=1776889155696&sw=800&sh=600&v=2.9.303&r=stable&a=stape-gtm-1.1.1&ec=0&o=4126&fbp=fb.1.1776889155680.577638397970022590&ler=empty&cdl=API_unavailable&pmd[title]=%20%20%20%0A%09%09Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG%0A%09&pmd[locale]=en_US&pmd[description]=Visit%20the%20official%20Earth%20Day%20site%20to%20learn%20about%20the%20world%27s%20largest%20environmental%20movement%20and%20what%20you%20can%20do%20to%20make%20every%20day%20Earth%20Day.&plt=909.8999996185303&it=1776889155507&coo=false&eid=1776889637071_17768894848493&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 9 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=419630282544224&ev=PageView&dl=https%3A%2F%2Fwww.earthday.org%2F&rl=&if=false&ts=1776889155696&sw=800&sh=600&v=2.9.303&r=stable&a=stape-gtm-1.1.1&ec=0&o=4126&fbp=fb.1.1776889155680.577638397970022590&ler=empty&cdl=API_unavailable&pmd[title]=%20%20%20%0A%09%09Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG%0A%09&pmd[locale]=en_US&pmd[description]=Visit%20the%20official%20Earth%20Day%20site%20to%20learn%20about%20the%20world%27s%20largest%20environmental%20movement%20and%20what%20you%20can%20do%20to%20make%20every%20day%20Earth%20Day.&plt=909.8999996185303&it=1776889155507&coo=false&eid=1776889637071_17768894848493&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=419630282544224&ev=PageView&dl=https%3A%2F%2Fwww.earthday.org%2F&rl=&if=false&ts=1776889155696&sw=800&sh=600&v=2.9.303&r=stable&a=stape-gtm-1.1.1&ec=0&o=4126&fbp=fb.1.1776889155680.577638397970022590&ler=empty&cdl=API_unavailable&pmd[title]=%20%20%20%0A%09%09Earth%20Day%3A%20The%20Official%20Site%20%7C%20EARTHDAY.ORG%0A%09&pmd[locale]=en_US&pmd[description]=Visit%20the%20official%20Earth%20Day%20site%20to%20learn%20about%20the%20world%27s%20largest%20environmental%20movement%20and%20what%20you%20can%20do%20to%20make%20every%20day%20Earth%20Day.&plt=909.8999996185303&it=1776889155507&coo=false&eid=1776889637071_17768894848493&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 200 B — 156 ms — h3https://region1.analytics.google.com/g/s/collect?dma=1&dma_cps=a&npa=1&gcd=13l3l3l2l1l1&gtm=45j91e64l0v876782964z8810576004z99246211302za20gzb810576004zd810576004&tag_exp=0~115938466~115938468~117266400~117512542~117704211~117884345~118167058&_is_sw=f15s0t3&_tu=BA&_gsid=QENXCBT7TNzywrpG4wuQpp9nNSAqJ_wAregion1.analytics.google.com/g/s/co... https://region1.analytics.google.com/g/s/collect?dma=1&dma_cps=a&npa=1&gcd=13l3l3l2l1l1&gtm=45j91e64l0v876782964z8810576004z99246211302za20gzb810576004zd810576004&tag_exp=0~115938466~115938468~117266400~117512542~117704211~117884345~118167058&_is_sw=f15s0t3&_tu=BA&_gsid=QENXCBT7TNzywrpG4wuQpp9nNSAqJ_wA — 204 — 505 B — 68 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&dma=1&dma_cps=a&npa=1&gcd=13l3l3l2l1l1&tid=G-QENXCBT7TN&cid=688024868.1776889156&gtm=45j91e64l0v876782964z8810576004z99246211302za20gzb810576004zd810576004&tag_exp=0~115938466~115938468~117266400~117512542~117704211~117884345~118167058&_is_sw=f15s0t3&_tu=BA&aip=1&z=808161966www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&dma=1&dma_cps=a&npa=1&gcd=13l3l3l2l1l1&tid=G-QENXCBT7TN&cid=688024868.1776889156&gtm=45j91e64l0v876782964z8810576004z99246211302za20gzb810576004zd810576004&tag_exp=0~115938466~115938468~117266400~117512542~117704211~117884345~118167058&_is_sw=f15s0t3&_tu=BA&aip=1&z=808161966 — 200 — 408 B — 79 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&dma=1&dma_cps=a&npa=1&gcd=13l3l3l2l1l1&tid=G-QENXCBT7TN&cid=688024868.1776889156&gtm=45j91e64l0v876782964z8810576004z99246211302za20gzb810576004zd810576004&tag_exp=0~115938466~115938468~117266400~117512542~117704211~117884345~118167058&_is_sw=f15s0t3&_tu=BA&aip=1stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&dma=1&dma_cps=a&npa=1&gcd=13l3l3l2l1l1&tid=G-QENXCBT7TN&cid=688024868.1776889156&gtm=45j91e64l0v876782964z8810576004z99246211302za20gzb810576004zd810576004&tag_exp=0~115938466~115938468~117266400~117512542~117704211~117884345~118167058&_is_sw=f15s0t3&_tu=BA&aip=1 — 204 — 514 B — 70 ms — h2
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 1867ms · 816KB · €20/mo
www.earthday.org
Other
Costly
Execution 690ms
Transfer 71 KB
Monthly Cost €8/mo
ajax.googleapis.com
Other
Costly
Execution 264ms
Transfer 31 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 205ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 140ms
Transfer 175 KB
Unused 36%
Monthly Cost €2/mo
www.earthday.org
Other
Optional
Execution 127ms
Transfer 15 KB
Monthly Cost €1/mo
www.earthday.org
Other
Optional
Execution 113ms
Transfer 10 KB
Monthly Cost €1/mo
www.earthday.org
Other
Optional
Execution 101ms
Transfer 14 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 178 KB
Unused 34%
Monthly Cost €1/mo
www.earthday.org
Other
Optional
Execution 64ms
Transfer 323 KB
Unused 11%
Monthly Cost €1/mo
www.earthday.org
Other
Optional
Execution 60ms
Transfer 0 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.earthday.org adds 690ms and costs ~€8/month
  • ajax.googleapis.com adds 264ms and costs ~€3/month
  • Unattributable adds 205ms and costs ~€2/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.earthday.org takes 690ms 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

ajax.googleapis.com takes 264ms 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

Unattributable takes 205ms 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

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