Skip to content
https://nature.org

Performance

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

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

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

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

1.47 s

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

1.95 s

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

26 ms

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

0.037

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

1.86 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.96 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
5 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 102 requests
FIX
2.3 MB transferred, 102 requests
Info::
Page weighs 7.0 MB (2.3 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
CSS is 350 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 350 KB
Warning::
102 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.49 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
102 requests
0.49 g CO2 per page load
JavaScript 1.2 MiB 51%
Images 563.3 KiB 24%
CSS 350.2 KiB 15%
Fonts 133.6 KiB 6%
Other 57.8 KiB 2%
HTML 30.0 KiB 1%
Other 14.3 KiB 1%
Other 12.0 KiB 1%
Other 770 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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 (2.3 MiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
25 scripts, 715 KB unused
FIX
25 scripts, 715 KB unused
Warning::
https://www.nature.org/etc.clientlibs/tnc/clientli...: 366 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps/api/js?key=AIzaSy...: 103 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 69 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.nature.org/etc.clientlibs/tnc/clientli...: 60 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn-4.convertexperiments.com/v1/js/1003489...: 51 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 715 KB
715 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH7b99867e75cafc3d75f73d0a7af662a8.js496 KB366 KB (74%)3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyAnYGyE3Th7oLcfOVj033hp99iFdlmwMxc&libraries=geometry,visualization,places182 KB103 KB (57%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB69 KB (54%)3rd
https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH7c6fd9bbe9f1e3dbbeb808ae133b1fc2.js75 KB60 KB (81%)3rd
https://cdn-4.convertexperiments.com/v1/js/10034899-10032903.js?environment=production88 KB51 KB (58%)3rd
https://tags.tiqcdn.com/utag/tnc/global/prod/utag.js62 KB35 KB (57%)3rd
https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.js68 KB31 KB (86%)3rd
https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/csrf.min.ACSHASH62044ae05bdebf846af0e91ed3a40252.js2 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js9 KB3rd
https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASHb930dded9abc20364db248718f779489.js10 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

F
Page Weight Inventory
Action
102 resources · 2.3 MB · 715 KB savings available
FIX
102 resources · 2.3 MB · 715 KB savings available
Warning::
Page weight 1.3 MB over 1MB target
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~715 KB of savings available
Warning::
101 third-party resources (100% of weight)
Info::
2 resources over 200KB
102 resources · 2.3 MiB · 101 third-party 1.3 MiB over 1MB target
JavaScript 51% · 1.2 MiB
Image 24% · 578.8 KiB
CSS 15% · 354.9 KiB
Font 6% · 133.6 KiB
Other 3% · 62.7 KiB
Document 1% · 31.9 KiB

~715.2 KiB of savings available

Remove unused JavaScript: 715.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://natureconservancy-h.assetsadobe.com/is/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.nature.org/content/dam/tnc/nature/en/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 563 KB
0 oversized -0 KB
23 legacy format
9 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

Performance issues directly impact user engagement and conversion rates.

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
1039ms total JS execution
REVIEW
1039ms total JS execution
Warning::
https://www.nature.org/en-us/: 449ms CPU time
Info::
Unattributable: 176ms CPU time
Info::
https://www.nature.org/etc.clientlibs/tnc/clientli...: 102ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 75ms CPU time
Info::
https://www.nature.org/etc.clientlibs/tnc/clientli...: 66ms CPU time
Warning::
Third-party scripts: 1039ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Other 28% Style & Layout 19% Script Parsing & Compilation 9% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.nature.org/en-us/449ms5ms1ms3rd
Unattributable176ms17ms0ms3rd
https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH7b99867e75cafc3d75f73d0a7af662a8.js102ms58ms41ms3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js75ms50ms11ms3rd
https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH7c6fd9bbe9f1e3dbbeb808ae133b1fc2.js66ms43ms8ms3rd
https://tags.tiqcdn.com/utag/tnc/global/prod/utag.js66ms58ms7ms3rd
https://cdn-4.convertexperiments.com/v1/js/10034899-10032903.js?environment=production54ms42ms8ms3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyAnYGyE3Th7oLcfOVj033hp99iFdlmwMxc&libraries=geometry,visualization,places51ms29ms20ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
14 fonts (134 KB)
PASS
14 fonts (134 KB)
Info::
14 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

14

134 KB total

Render-blocking

0

of 14

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.5 s LCP 2.0 sdata:application/x-font-woff2;base64,d09GMk9UVE8AADOQAA0AAAAAazAAADM+AAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADOQAA0AAAAAazAAADM+AAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 12.9 KiB — 117 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADOUAA0AAAAAa1gAADNDAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADOUAA0AAAAAa1gAADNDAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 12.9 KiB — 122 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADJAAA0AAAAAahgAADHtAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADJAAA0AAAAAahgAADHtAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 12.6 KiB — 130 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADtoAA0AAAAAgrgAADsVAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADtoAA0AAAAAgrgAADsVAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 14.9 KiB — 130 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADz0AA0AAAAAg3QAADyhAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADz0AA0AAAAAg3QAADyhAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 15.2 KiB — 137 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADO8AA0AAAAAargAADNqAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADO8AA0AAAAAargAADNqAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 12.9 KiB — 139 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADq0AA0AAAAAgcQAADpjAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADq0AA0AAAAAgcQAADpjAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 14.7 KiB — 140 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABUEAAsAAAAAJFgAABS5AAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABUEAAsAAAAAJFgAABS5AAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.3 KiB — 134 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABT0AAsAAAAAJBAAABSpAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABT0AAsAAAAAJBAAABSpAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.2 KiB — 139 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABUAAAsAAAAAJFAAABSzAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABUAAAsAAAAAJFAAABSzAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.2 KiB — 130 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABZAAAsAAAAAJSwAABX1AAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABZAAAsAAAAAJSwAABX1AAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.6 KiB — 127 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABZMAAsAAAAAJVwAABYBAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABZMAAsAAAAAJVwAABYBAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.6 KiB — 123 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABUUAAsAAAAAJDwAABTIAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABUUAAsAAAAAJDwAABTIAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.3 KiB — 120 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABW8AAsAAAAAJPgAABVyAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABW8AAsAAAAAJPgAABVyAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 5.4 KiB — 117 ms — font-display: swap
x-font-woff2;base64,d09... woff2 swap
Size 13 KB
Load time 117 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 13 KB
Load time 122 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 13 KB
Load time 130 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 15 KB
Load time 130 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 15 KB
Load time 137 ms
Start 757 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 13 KB
Load time 139 ms
Start 757 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 15 KB
Load time 140 ms
Start 757 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 134 ms
Start 765 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 139 ms
Start 772 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 130 ms
Start 783 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 6 KB
Load time 127 ms
Start 786 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 6 KB
Load time 123 ms
Start 792 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 120 ms
Start 795 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 117 ms
Start 798 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)
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
Network Waterfall
102 requests over 3522ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 2.0 shttps://nature.org// https://nature.org/ — 301 — 260 B — 529 ms — http/1.1https://www.nature.org/www.nature.org/ https://www.nature.org/ — 301 — 226 B — 90 ms — h2https://www.nature.org/en-us/www.nature.org/en-us/ https://www.nature.org/en-us/ — 200 — 29.1 KiB — 22 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.1 KiB — 115 ms — h3https://www.nature.org/etc.clientlibs/tnc/clientlibs/themes/nature.min.ACSHASHfe0b879fa817e033b28d542fb7692d6f.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/themes/nature.min.ACSHASHfe0b879fa817e033b28d542fb7692d6f.css — 200 — 10.9 KiB — 31 ms — h2https://cloud.typography.com/7544374/6342392/css/fonts.csscloud.typography.com/7544374/634239... https://cloud.typography.com/7544374/6342392/css/fonts.css — 302 — 434 B — 18 ms — http/1.1https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.csscdn.jsdelivr.net/gh/ableplayer/able... https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.css — 200 — 5.4 KiB — 11 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH47666c84d59074f590eb720de64a850f.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH47666c84d59074f590eb720de64a850f.css — 200 — 20.9 KiB — 32 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASH1971c1dbcc132904499cf7e90e4df077.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASH1971c1dbcc132904499cf7e90e4df077.css — 200 — 14.6 KiB — 33 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH794cc6599f859a8ba8cfceb9eae567bb.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH794cc6599f859a8ba8cfceb9eae567bb.css — 200 — 78.6 KiB — 39 ms — h2https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-dark-text.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-dark-text.svg — 200 — 4.4 KiB — 35 ms — h2https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-light-text.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-light-text.svg — 200 — 4.4 KiB — 36 ms — h2https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/e/a/EarthDay_75th_HeaderFox_3200x1100.jpg?crop=600%2C0%2C2000%2C1100&wid=1300&hei=715&scl=1.5384615384615385natureconservancy-h.assetsadobe.com... https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/e/a/EarthDay_75th_HeaderFox_3200x1100.jpg?crop=600%2C0%2C2000%2C1100&wid=1300&hei=715&scl=1.5384615384615385 — 200 — 154.3 KiB — 40 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/jquery.min.ACSHASHbfdb13a2e88f52d5d58b8d2e9e48ef48.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/jquery.min.ACSHASHbfdb13a2e88f52d5d58b8d2e9e48ef48.js — 200 — 33.1 KiB — 66 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyAnYGyE3Th7oLcfOVj033hp99iFdlmwMxc&libraries=geometry,visualization,placesmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyAnYGyE3Th7oLcfOVj033hp99iFdlmwMxc&libraries=geometry,visualization,places — 200 — 181.8 KiB — 202 ms — h2https://cdn-4.convertexperiments.com/v1/js/10034899-10032903.js?environment=productioncdn-4.convertexperiments.com/v1/js/... https://cdn-4.convertexperiments.com/v1/js/10034899-10032903.js?environment=production — 200 — 88.4 KiB — 37 ms — h2https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/donation-lightbox-parent.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/donation-lightbox-parent.js — 200 — 12.6 KiB — 25 ms — http/1.1https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH7b99867e75cafc3d75f73d0a7af662a8.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH7b99867e75cafc3d75f73d0a7af662a8.js — 200 — 495.8 KiB — 85 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/csrf.min.ACSHASH62044ae05bdebf846af0e91ed3a40252.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/csrf.min.ACSHASH62044ae05bdebf846af0e91ed3a40252.js — 200 — 1.9 KiB — 67 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASHb930dded9abc20364db248718f779489.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASHb930dded9abc20364db248718f779489.js — 200 — 10.0 KiB — 71 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js — 200 — 993 B — 8 ms — h2https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.jscdn.jsdelivr.net/gh/ableplayer/able... https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.js — 200 — 68.0 KiB — 21 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/utils.min.ACSHASH3b86602c4e1e0b41d9673f674a75cd4b.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/utils.min.ACSHASH3b86602c4e1e0b41d9673f674a75cd4b.js — 200 — 3.7 KiB — 71 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH7c6fd9bbe9f1e3dbbeb808ae133b1fc2.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH7c6fd9bbe9f1e3dbbeb808ae133b1fc2.js — 200 — 74.6 KiB — 76 ms — h2https://www.nature.org/685539/FDBF93523CF2D7BD0.csswww.nature.org/685539/FDBF93523CF2D... https://www.nature.org/685539/FDBF93523CF2D7BD0.css — 200 — 217.7 KiB — 49 ms — h2https://tags.tiqcdn.com/utag/tnc/global/prod/utag.jstags.tiqcdn.com/utag/tnc/global/pro... https://tags.tiqcdn.com/utag/tnc/global/prod/utag.js — 200 — 62.0 KiB — 58 ms — h2https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/en-attribution-session.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/en-attribution-session.js — 200 — 8.1 KiB — 6 ms — http/1.1https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-glob.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-glob.svg — 200 — 1.8 KiB — 31 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-dark.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-dark.svg — 200 — 831 B — 179 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/Search-mobile.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/Search-mobile.svg — 200 — 491 B — 43 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 2.0 shttps://nature.org// https://nature.org/ — 301 — 260 B — 529 ms — http/1.1https://www.nature.org/www.nature.org/ https://www.nature.org/ — 301 — 226 B — 90 ms — h2https://www.nature.org/en-us/www.nature.org/en-us/ https://www.nature.org/en-us/ — 200 — 29.1 KiB — 22 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.1 KiB — 115 ms — h3https://www.nature.org/etc.clientlibs/tnc/clientlibs/themes/nature.min.ACSHASHfe0b879fa817e033b28d542fb7692d6f.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/themes/nature.min.ACSHASHfe0b879fa817e033b28d542fb7692d6f.css — 200 — 10.9 KiB — 31 ms — h2https://cloud.typography.com/7544374/6342392/css/fonts.csscloud.typography.com/7544374/634239... https://cloud.typography.com/7544374/6342392/css/fonts.css — 302 — 434 B — 18 ms — http/1.1https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.csscdn.jsdelivr.net/gh/ableplayer/able... https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.css — 200 — 5.4 KiB — 11 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH47666c84d59074f590eb720de64a850f.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH47666c84d59074f590eb720de64a850f.css — 200 — 20.9 KiB — 32 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASH1971c1dbcc132904499cf7e90e4df077.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASH1971c1dbcc132904499cf7e90e4df077.css — 200 — 14.6 KiB — 33 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH794cc6599f859a8ba8cfceb9eae567bb.csswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH794cc6599f859a8ba8cfceb9eae567bb.css — 200 — 78.6 KiB — 39 ms — h2https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-dark-text.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-dark-text.svg — 200 — 4.4 KiB — 35 ms — h2https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-light-text.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/logos/tnc-logo-primary-registered-light-text.svg — 200 — 4.4 KiB — 36 ms — h2https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/e/a/EarthDay_75th_HeaderFox_3200x1100.jpg?crop=600%2C0%2C2000%2C1100&wid=1300&hei=715&scl=1.5384615384615385natureconservancy-h.assetsadobe.com... https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/e/a/EarthDay_75th_HeaderFox_3200x1100.jpg?crop=600%2C0%2C2000%2C1100&wid=1300&hei=715&scl=1.5384615384615385 — 200 — 154.3 KiB — 40 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/jquery.min.ACSHASHbfdb13a2e88f52d5d58b8d2e9e48ef48.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/jquery.min.ACSHASHbfdb13a2e88f52d5d58b8d2e9e48ef48.js — 200 — 33.1 KiB — 66 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyAnYGyE3Th7oLcfOVj033hp99iFdlmwMxc&libraries=geometry,visualization,placesmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyAnYGyE3Th7oLcfOVj033hp99iFdlmwMxc&libraries=geometry,visualization,places — 200 — 181.8 KiB — 202 ms — h2https://cdn-4.convertexperiments.com/v1/js/10034899-10032903.js?environment=productioncdn-4.convertexperiments.com/v1/js/... https://cdn-4.convertexperiments.com/v1/js/10034899-10032903.js?environment=production — 200 — 88.4 KiB — 37 ms — h2https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/donation-lightbox-parent.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/donation-lightbox-parent.js — 200 — 12.6 KiB — 25 ms — http/1.1https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH7b99867e75cafc3d75f73d0a7af662a8.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/vendor.min.ACSHASH7b99867e75cafc3d75f73d0a7af662a8.js — 200 — 495.8 KiB — 85 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/csrf.min.ACSHASH62044ae05bdebf846af0e91ed3a40252.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/csrf.min.ACSHASH62044ae05bdebf846af0e91ed3a40252.js — 200 — 1.9 KiB — 67 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASHb930dded9abc20364db248718f779489.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/common.min.ACSHASHb930dded9abc20364db248718f779489.js — 200 — 10.0 KiB — 71 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js — 200 — 993 B — 8 ms — h2https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.jscdn.jsdelivr.net/gh/ableplayer/able... https://cdn.jsdelivr.net/gh/ableplayer/ableplayer@4.7/build/ableplayer.min.js — 200 — 68.0 KiB — 21 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/utils.min.ACSHASH3b86602c4e1e0b41d9673f674a75cd4b.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/granite/utils.min.ACSHASH3b86602c4e1e0b41d9673f674a75cd4b.js — 200 — 3.7 KiB — 71 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH7c6fd9bbe9f1e3dbbeb808ae133b1fc2.jswww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/templates/homepage.min.ACSHASH7c6fd9bbe9f1e3dbbeb808ae133b1fc2.js — 200 — 74.6 KiB — 76 ms — h2https://www.nature.org/685539/FDBF93523CF2D7BD0.csswww.nature.org/685539/FDBF93523CF2D... https://www.nature.org/685539/FDBF93523CF2D7BD0.css — 200 — 217.7 KiB — 49 ms — h2https://tags.tiqcdn.com/utag/tnc/global/prod/utag.jstags.tiqcdn.com/utag/tnc/global/pro... https://tags.tiqcdn.com/utag/tnc/global/prod/utag.js — 200 — 62.0 KiB — 58 ms — h2https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/en-attribution-session.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/en-attribution-session.js — 200 — 8.1 KiB — 6 ms — http/1.1https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-glob.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-glob.svg — 200 — 1.8 KiB — 31 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-dark.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-dark.svg — 200 — 831 B — 179 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/Search-mobile.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/Search-mobile.svg — 200 — 491 B — 43 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/geo-icon.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/geo-icon.svg — 200 — 875 B — 27 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/caret-right-green-dark.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/caret-right-green-dark.svg — 200 — 798 B — 27 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-active.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-active.svg — 200 — 547 B — 25 ms — h2data:application/x-font-woff2;base64,d09GMk9UVE8AADOQAA0AAAAAazAAADM+AAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADOQAA0AAAAAazAAADM+AAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 12.9 KiB — 117 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AADOUAA0AAAAAa1gAADNDAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADOUAA0AAAAAa1gAADNDAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 12.9 KiB — 122 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AADJAAA0AAAAAahgAADHtAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADJAAA0AAAAAahgAADHtAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 12.6 KiB — 130 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AADtoAA0AAAAAgrgAADsVAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADtoAA0AAAAAgrgAADsVAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 14.9 KiB — 130 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AADz0AA0AAAAAg3QAADyhAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADz0AA0AAAAAg3QAADyhAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 15.2 KiB — 137 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AADO8AA0AAAAAargAADNqAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADO8AA0AAAAAargAADNqAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 12.9 KiB — 139 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AADq0AA0AAAAAgcQAADpjAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADq0AA0AAAAAgcQAADpjAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 14.7 KiB — 140 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABUEAAsAAAAAJFgAABS5AAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABUEAAsAAAAAJFgAABS5AAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.3 KiB — 134 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABT0AAsAAAAAJBAAABSpAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABT0AAsAAAAAJBAAABSpAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.2 KiB — 139 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABUAAAsAAAAAJFAAABSzAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABUAAAsAAAAAJFAAABSzAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.2 KiB — 130 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABZAAAsAAAAAJSwAABX1AAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABZAAAsAAAAAJSwAABX1AAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.6 KiB — 127 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABZMAAsAAAAAJVwAABYBAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABZMAAsAAAAAJVwAABYBAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.6 KiB — 123 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABUUAAsAAAAAJDwAABTIAAIztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABUUAAsAAAAAJDwAABTIAAIztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.3 KiB — 120 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABW8AAsAAAAAJPgAABVyAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABW8AAsAAAAAJPgAABVyAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.4 KiB — 117 ms — datahttps://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/w/o/WOPA160517_D056-resized.jpg?crop=864%2C0%2C1728%2C2304&wid=600&hei=800&scl=2.88natureconservancy-h.assetsadobe.com... https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/w/o/WOPA160517_D056-resized.jpg?crop=864%2C0%2C1728%2C2304&wid=600&hei=800&scl=2.88 — 200 — 194.7 KiB — 37 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Reducing_Carbon_Green.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Reducing_Carbon_Green.svg — 200 — 1.2 KiB — 10 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Helping_People_Green.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Helping_People_Green.svg — 200 — 1.3 KiB — 73 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Lands_Green.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Lands_Green.svg — 200 — 1.3 KiB — 19 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Oceans_Green.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Oceans_Green.svg — 200 — 1.1 KiB — 23 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Freshwater_Green.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Freshwater_Green.svg — 200 — 1.0 KiB — 25 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Local_Leaders_Green.svgwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/2030-our-goals-icons-/Local_Leaders_Green.svg — 200 — 1.3 KiB — 25 ms — h2https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/m/i/MIANUS-GLORIA.png?crop=0%2C0%2C1920%2C1080&wid=800&hei=450&scl=2.4natureconservancy-h.assetsadobe.com... https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/m/i/MIANUS-GLORIA.png?crop=0%2C0%2C1920%2C1080&wid=800&hei=450&scl=2.4 — 200 — 87.8 KiB — 562 ms — h2https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/h/i/Hickory_Nut_Gorge_Green_Salamander_NC.JPG?crop=0%2C104%2C2000%2C1125&wid=800&hei=450&scl=2.5natureconservancy-h.assetsadobe.com... https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/h/i/Hickory_Nut_Gorge_Green_Salamander_NC.JPG?crop=0%2C104%2C2000%2C1125&wid=800&hei=450&scl=2.5 — 200 — 32.2 KiB — 502 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 75 ms — h3https://cdn-4.convertexperiments.com/api/v1/project-optional-settings/10034899/10032903cdn-4.convertexperiments.com/api/v1... https://cdn-4.convertexperiments.com/api/v1/project-optional-settings/10034899/10032903 — 200 — 531 B — 7 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap — 200 — 2.1 KiB — 72 ms — h2https://www.nature.org/libs/granite/csrf/token.jsonwww.nature.org/libs/granite/csrf/to... https://www.nature.org/libs/granite/csrf/token.json — 200 — 558 B — 159 ms — h2https://www.nature.org/bin/tnc/donationplatformurlswww.nature.org/bin/tnc/donationplat... https://www.nature.org/bin/tnc/donationplatformurls — 200 — 741 B — 139 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 119 ms — h2https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 70 ms — http/1.1https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 126 ms — h2https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 239 ms — h2https://www.nature.org/bin/tnc/supporterservice.pagedetails.html?pageID=79185www.nature.org/bin/tnc/supporterser... https://www.nature.org/bin/tnc/supporterservice.pagedetails.html?pageID=79185 — 200 — 831 B — 474 ms — h2https://www.nature.org/bin/tnc/supporterservice.pagedetails.htmlwww.nature.org/bin/tnc/supporterser... https://www.nature.org/bin/tnc/supporterservice.pagedetails.html — 200 — 268 B — 14 ms — h2https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 354 ms — h2https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 461 ms — h2https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/close-icon-modal.svgwww.nature.org/etc.clientlibs/tnc/c... https://www.nature.org/etc.clientlibs/tnc/clientlibs/assets/resources/icons/close-icon-modal.svg — 200 — 680 B — 9 ms — h2https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 572 ms — h2https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 680 ms — h2https://www.nature.org/bin/tnc/supporterservice.pagedetails.htmlwww.nature.org/bin/tnc/supporterser... https://www.nature.org/bin/tnc/supporterservice.pagedetails.html — 200 — 0 B — 2 ms — h2https://www.nature.org/geo-servicewww.nature.org/geo-service https://www.nature.org/geo-service — 200 — 885 B — 738 ms — h2https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/e/b/eb228651676238d263941e749f096857_original_JPG.jpg?crop=78%2C0%2C2343%2C1875&wid=400&hei=320&scl=5.859375natureconservancy-h.assetsadobe.com... https://natureconservancy-h.assetsadobe.com/is/image/content/dam/tnc/nature/en/photos/e/b/eb228651676238d263941e749f096857_original_JPG.jpg?crop=78%2C0%2C2343%2C1875&wid=400&hei=320&scl=5.859375 — 200 — 23.0 KiB — 57 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 70 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 29 ms — h2https://cdn.cookielaw.org/consent/6a70ed51-2022-4dca-b92f-25a0f9538a4b/6a70ed51-2022-4dca-b92f-25a0f9538a4b.jsoncdn.cookielaw.org/consent/6a70ed51-... https://cdn.cookielaw.org/consent/6a70ed51-2022-4dca-b92f-25a0f9538a4b/6a70ed51-2022-4dca-b92f-25a0f9538a4b.json — 200 — 2.5 KiB — 81 ms — h2https://www.nature.org/en-us/cdc/www.nature.org/en-us/cdc/ https://www.nature.org/en-us/cdc/ — 200 — 841 B — 11 ms — h2https://www.nature.org/content/dam/tnc/nature/en/icons/general-icons/tnc-standard-favicon.pngwww.nature.org/content/dam/tnc/natu... https://www.nature.org/content/dam/tnc/nature/en/icons/general-icons/tnc-standard-favicon.png — 200 — 13.4 KiB — 16 ms — h2https://www.nature.org/en-us/cdc/www.nature.org/en-us/cdc/ https://www.nature.org/en-us/cdc/ — 200 — 841 B — 11 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 0 B — 0 ms — h3https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/tnc-cross-domain-cookie-storage.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/tnc-cross-domain-cookie-storage.js — 200 — 1.3 KiB — 8 ms — http/1.1https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 308 B — 79 ms — h2https://www.nature.org/en-us/cdc/www.nature.org/en-us/cdc/ https://www.nature.org/en-us/cdc/ — 200 — 0 B — 1 ms — h2https://www.nature.org/en-us/cdc/www.nature.org/en-us/cdc/ https://www.nature.org/en-us/cdc/ — 200 — 0 B — 2 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 0 B — 0 ms — h3https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/tnc-cross-domain-cookie-storage.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2246/tnc-cross-domain-cookie-storage.js — 200 — 0 B — 0 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 51 ms — h2https://cdn.cookielaw.org/consent/6a70ed51-2022-4dca-b92f-25a0f9538a4b/019d4a13-9df3-7235-95ff-228691d19c08/en.jsoncdn.cookielaw.org/consent/6a70ed51-... https://cdn.cookielaw.org/consent/6a70ed51-2022-4dca-b92f-25a0f9538a4b/019d4a13-9df3-7235-95ff-228691d19c08/en.json — 200 — 32.6 KiB — 39 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.json — 200 — 3.2 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcCenter.json — 200 — 13.4 KiB — 32 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCookieSettingsButton.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCookieSettingsButton.json — 200 — 2.0 KiB — 30 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 37 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 620 B — 28 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 555 B — 29 ms — h2https://cdn.cookielaw.org/logos/7044b564-db8b-4270-8775-477c7dc629df/4a7e0c5c-4b53-4f34-9059-6c62c98db233/c180b612-2bfd-4d4e-ab07-629e179f98d1/TNCLogoPrimary_RGB.pngcdn.cookielaw.org/logos/7044b564-db... https://cdn.cookielaw.org/logos/7044b564-db8b-4270-8775-477c7dc629df/4a7e0c5c-4b53-4f34-9059-6c62c98db233/c180b612-2bfd-4d4e-ab07-629e179f98d1/TNCLogoPrimary_RGB.png — 200 — 46.2 KiB — 32 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 30 ms — h2https://tags.tiqcdn.com/utag/tnc/global/prod/utag.804.js?utv=ut4.51.202408271857tags.tiqcdn.com/utag/tnc/global/pro... https://tags.tiqcdn.com/utag/tnc/global/prod/utag.804.js?utv=ut4.51.202408271857 — 200 — 6.4 KiB — 36 ms — h2https://collect.tealiumiq.com/tnc/main/2/i.gifcollect.tealiumiq.com/tnc/main/2/i.... https://collect.tealiumiq.com/tnc/main/2/i.gif — 200 — 770 B — 166 ms — h2https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=tnc/global/202604211446&cb=1776810157999tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=tnc/global/202604211446&cb=1776810157999 — 200 — 432 B — 3 ms — h2https://collect.tealiumiq.com/tnc/main/2/i.gifcollect.tealiumiq.com/tnc/main/2/i.... https://collect.tealiumiq.com/tnc/main/2/i.gif — 200 — 770 B — 74 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 1039ms · 1061KB · $14/mo
www.nature.org
Other
Costly
Execution 449ms
Transfer 29 KB
Monthly Cost $6/mo
Unattributable
Other
Optional
Execution 176ms
Transfer 0 KB
Monthly Cost $2/mo
www.nature.org
Other
Optional
Execution 102ms
Transfer 496 KB
Unused 74%
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 75ms
Transfer 129 KB
Unused 54%
Monthly Cost $1/mo
www.nature.org
Other
Optional
Execution 66ms
Transfer 75 KB
Unused 81%
Monthly Cost $1/mo
tags.tiqcdn.com
Other
Optional
Execution 66ms
Transfer 62 KB
Unused 57%
Monthly Cost $1/mo
cdn-4.convertexperiments.com
Other
Optional
Execution 54ms
Transfer 88 KB
Unused 58%
Monthly Cost $1/mo
maps.googleapis.com
Other
Optional
Execution 51ms
Transfer 182 KB
Unused 57%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.nature.org adds 449ms and costs ~$6/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.nature.org takes 449ms 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

74% of www.nature.org'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

54% of OneTrust'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

81% of www.nature.org'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

57% of tags.tiqcdn.com'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

58% of cdn-4.convertexperiments.com'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

57% of maps.googleapis.com'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