Skip to content
https://iucnredlist.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

73
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
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.
83
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.

915 ms

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

1.25 s

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

238 ms

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

0.263

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

1.52 s

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

4.06 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 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.4 MB transferred, 90 requests
FIX
5.4 MB transferred, 90 requests
Critical::
Page weighs 10.3 MB (5.4 MB transferred)
Warning::
Images are 2.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.6 MB
Warning::
JavaScript is 2.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.4 MB
Info::
Fonts are 342 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 342 KB
Info::
90 HTTP requests
Info::
Estimated 1.1 g CO2 per page load
5.4 MB / 2.4 MB budget
5.4 MB transferred
90 requests
1.1 g CO2 per page load
Images 2.6 MiB 49%
JavaScript 2.4 MiB 44%
Fonts 341.7 KiB 6%
CSS 40.3 KiB 1%
HTML 11.8 KiB 0%
Other 3.6 KiB 0%
Other 2.0 KiB 0%
Other 620 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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 (5.4 MiB of 5.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
13 scripts, 1.0 MB unused
FIX
13 scripts, 1.0 MB unused
Warning::
https://nrl.iucnredlist.org/packs/redlist-91968a82...: 638 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-114...: 65 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-114...: 65 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6HJE...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-T3K1...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1049 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://nrl.iucnredlist.org/packs/redlist-91968a82c64c481f2989.js1445 KB638 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-11409245-6&cx=c&gtm=4e64h1125 KB65 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-11409245-5&cx=c&gtm=4e64h1125 KB65 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6HJED7KZLB&cx=c&gtm=4e64h1146 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=G-T3K17G40FC&cx=c&gtm=4e64h1146 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-66YGJWTDLZ&cx=c&gtm=4e64h1146 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-11409245-4125 KB63 KB (51%)3rd
https://nrl.iucnredlist.org/assets/application-38c0ffd83a61759780bd4ed4d32e23b4c07893f0974378780be39259de4ad5ac.js138 KB24 KB (18%)3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 KB3rd
https://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?12 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
90 resources · 5.4 MB · 1.0 MB savings available
FIX
90 resources · 5.4 MB · 1.0 MB savings available
Warning::
Page weight 4.4 MB over 1MB target
Got: 5.4 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Warning::
89 third-party resources (100% of weight)
Info::
7 resources over 200KB
90 resources · 5.4 MiB · 89 third-party 4.4 MiB over 1MB target
Image 49% · 2.6 MiB
JavaScript 44% · 2.4 MiB
Font 6% · 341.7 KiB
CSS 1% · 40.3 KiB
Document 0% · 12.3 KiB
Other 0% · 4.8 KiB

~1.0 MiB of savings available

Remove unused JavaScript: 1.0 MiB
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
57 images, 0 KB saveable
REVIEW
57 images, 0 KB saveable
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/species-of-the-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/feedback-ff9e97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/news_snippets/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/amazing-species... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/news_snippets/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/species-of-the-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/amazing-species... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/home/red_list_6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/news_snippets/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/home/green_turt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/brand_wordmark-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/icons/taxonomy-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nc.iucnredlist.org/redlist/partners/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://nrl.iucnredlist.org/assets/category-lg/cat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
57 images 2.6 MB
0 oversized -0 KB
49 legacy format
44 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1837ms total JS execution
REVIEW
1837ms total JS execution
Warning::
https://nrl.iucnredlist.org/packs/redlist-91968a82...: 566ms CPU time
Warning::
Unattributable: 297ms CPU time
Warning::
https://www.iucnredlist.org/: 269ms CPU time
Info::
https://www.iucnredlist.org/cdn-cgi/challenge-plat...: 197ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-T3K1...: 83ms CPU time
Warning::
Third-party scripts: 1837ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Script Parsing & Compilation 17% Other 16% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://nrl.iucnredlist.org/packs/redlist-91968a82c64c481f2989.js566ms372ms186ms3rd
Unattributable297ms33ms0ms3rd
https://www.iucnredlist.org/269ms15ms1ms3rd
https://www.iucnredlist.org/cdn-cgi/challenge-platform/scripts/jsd/main.js197ms177ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-T3K17G40FC&cx=c&gtm=4e64h183ms67ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6HJED7KZLB&cx=c&gtm=4e64h183ms66ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=UA-11409245-5&cx=c&gtm=4e64h171ms56ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-66YGJWTDLZ&cx=c&gtm=4e64h171ms53ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=UA-11409245-6&cx=c&gtm=4e64h168ms53ms14ms3rd
https://nrl.iucnredlist.org/assets/application-38c0ffd83a61759780bd4ed4d32e23b4c07893f0974378780be39259de4ad5ac.js67ms33ms26ms3rd

Showing top 10 of 11 scripts

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

Web fonts

6

342 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 915 ms LCP 1.2 shttps://nrl.iucnredlist.org/assets/Roboto-regular-47107401d0adb375ab9aa167f9d62489a849d510e740a307b5a4db60e5db3562.woff2Roboto-regular-47107401... https://nrl.iucnredlist.org/assets/Roboto-regular-47107401d0adb375ab9aa167f9d62489a849d510e740a307b5a4db60e5db3562.woff2 — 63.8 KiB — 23 ms — font-display: swaphttps://nrl.iucnredlist.org/assets/Roboto-italic-884e654cef00224110fc62cdf8f1561ff08dcaa1f359e5c5f49dab62abfe79e8.woff2Roboto-italic-884e654ce... https://nrl.iucnredlist.org/assets/Roboto-italic-884e654cef00224110fc62cdf8f1561ff08dcaa1f359e5c5f49dab62abfe79e8.woff2 — 69.1 KiB — 36 ms — font-display: swaphttps://nrl.iucnredlist.org/assets/Roboto-500-96025fe9db6578d8bc7f4b8be739750b1490e07221c2b1f16acde2ea7669cedf.woff2Roboto-500-96025fe9db65... https://nrl.iucnredlist.org/assets/Roboto-500-96025fe9db6578d8bc7f4b8be739750b1490e07221c2b1f16acde2ea7669cedf.woff2 — 64.3 KiB — 13 ms — font-display: swaphttps://nrl.iucnredlist.org/assets/Roboto-700-8e44376b735dcc9027acbcc8a0df64c3f886a23529eff27b022f344d719e90f2.woff2Roboto-700-8e44376b735d... https://nrl.iucnredlist.org/assets/Roboto-700-8e44376b735dcc9027acbcc8a0df64c3f886a23529eff27b022f344d719e90f2.woff2 — 63.7 KiB — 29 ms — font-display: swaphttps://nrl.iucnredlist.org/assets/Roboto-500italic-e14046ef7db1a19b5ee3b1f13cd76bc16945080a40060d4026ec7acf14356169.woff2Roboto-500italic-e14046... https://nrl.iucnredlist.org/assets/Roboto-500italic-e14046ef7db1a19b5ee3b1f13cd76bc16945080a40060d4026ec7acf14356169.woff2 — 11.6 KiB — 33 ms — font-display: swaphttps://nrl.iucnredlist.org/assets/Roboto-700italic-c9d5a0e6287ab6c0d3e7c80ebdeb26427680849215882e3db0061efcf64c2575.woff2Roboto-700italic-c9d5a0... https://nrl.iucnredlist.org/assets/Roboto-700italic-c9d5a0e6287ab6c0d3e7c80ebdeb26427680849215882e3db0061efcf64c2575.woff2 — 69.1 KiB — 35 ms — font-display: swap
Roboto-regular-47107401... woff2 swap
Size 64 KB
Load time 23 ms
Start 475 ms
Risk FOUT — text flashes from fallback to web font
Roboto-italic-884e654ce... woff2 swap
Size 69 KB
Load time 36 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Roboto-500-96025fe9db65... woff2 swap
Size 64 KB
Load time 13 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Roboto-700-8e44376b735d... woff2 swap
Size 64 KB
Load time 29 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Roboto-500italic-e14046... woff2 swap
Size 12 KB
Load time 33 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Roboto-700italic-c9d5a0... woff2 swap
Size 69 KB
Load time 35 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
90 requests over 2168ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 915 ms LCP 1.2 shttps://iucnredlist.org// https://iucnredlist.org/ — 301 — 498 B — 41 ms — h2https://www.iucnredlist.org/www.iucnredlist.org/ https://www.iucnredlist.org/ — 200 — 11.8 KiB — 123 ms — h2https://www.iucnredlist.org/cdn-cgi/speculationwww.iucnredlist.org/cdn-cgi/specula... https://www.iucnredlist.org/cdn-cgi/speculation — 200 — 456 B — 6 ms — h2https://nrl.iucnredlist.org/assets/application-4f5d58ea22d47a910d1dec301f5059c802381a815661410ac5f0dfaaba657a1f.cssnrl.iucnredlist.org/assets/applicat... https://nrl.iucnredlist.org/assets/application-4f5d58ea22d47a910d1dec301f5059c802381a815661410ac5f0dfaaba657a1f.css — 200 — 37.9 KiB — 41 ms — h2https://nrl.iucnredlist.org/assets/feedback-ff9e97bc39b9ea47cb552b887161aa72e3d59ab786f680255603c4c53b54d698.pngnrl.iucnredlist.org/assets/feedback... https://nrl.iucnredlist.org/assets/feedback-ff9e97bc39b9ea47cb552b887161aa72e3d59ab786f680255603c4c53b54d698.png — 200 — 2.7 KiB — 15 ms — h2https://nrl.iucnredlist.org/assets/home/red_list_60_campaign_banner-6ad140626da429367b28c10e76143f2722782647d15e02277ef967656a86378c.pngnrl.iucnredlist.org/assets/home/red... https://nrl.iucnredlist.org/assets/home/red_list_60_campaign_banner-6ad140626da429367b28c10e76143f2722782647d15e02277ef967656a86378c.png — 200 — 243.6 KiB — 72 ms — h2https://nrl.iucnredlist.org/assets/brand_wordmark-40897835320405617bd236dd3286b79915718fb04563e679f999a9b194af151b.svgnrl.iucnredlist.org/assets/brand_wo... https://nrl.iucnredlist.org/assets/brand_wordmark-40897835320405617bd236dd3286b79915718fb04563e679f999a9b194af151b.svg — 200 — 4.6 KiB — 31 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-amphibians-9031ab78070d1b80a7537ec8baa788814a129d149db7702f76bcf38bb34a4601.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-amphibians-9031ab78070d1b80a7537ec8baa788814a129d149db7702f76bcf38bb34a4601.svg — 200 — 2.2 KiB — 33 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-mammals-7617735825d78d25d3b3ebc80e5cb3e4b54e83f9a41a90f8be28ce643442f2ce.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-mammals-7617735825d78d25d3b3ebc80e5cb3e4b54e83f9a41a90f8be28ce643442f2ce.svg — 200 — 1.7 KiB — 34 ms — h2https://www.iucnredlist.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.iucnredlist.org/cdn-cgi/scripts... https://www.iucnredlist.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 26 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-conifers-b142c401f7f4eb061949b323c5ff015526bc573f21b73cfd811bcf28637814ef.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-conifers-b142c401f7f4eb061949b323c5ff015526bc573f21b73cfd811bcf28637814ef.svg — 200 — 1.3 KiB — 38 ms — h2https://nc.iucnredlist.org/redlist/news_snippets/images/1776233983-european-red-list.pngnc.iucnredlist.org/redlist/news_sni... https://nc.iucnredlist.org/redlist/news_snippets/images/1776233983-european-red-list.png — 200 — 486.8 KiB — 96 ms — h2https://nc.iucnredlist.org/redlist/news_snippets/images/1775728347-Emperor_penguins_on_Rothschild_island_photo.jpgnc.iucnredlist.org/redlist/news_sni... https://nc.iucnredlist.org/redlist/news_snippets/images/1775728347-Emperor_penguins_on_Rothschild_island_photo.jpg — 200 — 66.8 KiB — 52 ms — h2https://nc.iucnredlist.org/redlist/news_snippets/images/1776239000-mobula-rays_nick-polanszky_ocean-image-bank_0.jpgnc.iucnredlist.org/redlist/news_sni... https://nc.iucnredlist.org/redlist/news_snippets/images/1776239000-mobula-rays_nick-polanszky_ocean-image-bank_0.jpg — 200 — 318.4 KiB — 79 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521112071-iucn.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521112071-iucn.png — 200 — 9.9 KiB — 31 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521112055-ssc.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521112055-ssc.png — 200 — 26.1 KiB — 33 ms — h2https://www.iucnredlist.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.jswww.iucnredlist.org/cdn-cgi/scripts... https://www.iucnredlist.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.1 KiB — 21 ms — h2https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.csscdn.datatables.net/1.10.16/css/jque... https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css — 200 — 2.4 KiB — 56 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-birds-1c9a25ad1ae27dbbafc3f7f29c0c2ff2281452e79ac03d1ad4453fbb5e9dac10.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-birds-1c9a25ad1ae27dbbafc3f7f29c0c2ff2281452e79ac03d1ad4453fbb5e9dac10.svg — 200 — 1.4 KiB — 41 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-sharks-8417182ca2e61aedc243ce946e10edc4da0c07427fc5fe3b64026c2ea407dd24.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-sharks-8417182ca2e61aedc243ce946e10edc4da0c07427fc5fe3b64026c2ea407dd24.svg — 200 — 1.9 KiB — 40 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-corals-54eaf36b5294b95b361ce378f336703b8e0b71c0e8a71ef9af8d54b963d26e9d.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-corals-54eaf36b5294b95b361ce378f336703b8e0b71c0e8a71ef9af8d54b963d26e9d.svg — 200 — 4.1 KiB — 43 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-crustaceans-02ab4506e96e6a1bd5152e49bb6a7fcb2afd4b7291a97b9658a26941e6b05b01.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-crustaceans-02ab4506e96e6a1bd5152e49bb6a7fcb2afd4b7291a97b9658a26941e6b05b01.svg — 200 — 4.1 KiB — 42 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-reptile-9ac37b8f147fc77dc365dd9a951914841df71d88c09d86e2255344fbc422fdca.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-reptile-9ac37b8f147fc77dc365dd9a951914841df71d88c09d86e2255344fbc422fdca.svg — 200 — 2.9 KiB — 43 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1607600142-2_biopark_logo_4c_square.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1607600142-2_biopark_logo_4c_square.png — 200 — 30.7 KiB — 44 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-cycad-9947f4c78f5b51f53c1041f647d06e659e6f0d0c236aafde8a70c1d9c4cbda6d.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-cycad-9947f4c78f5b51f53c1041f647d06e659e6f0d0c236aafde8a70c1d9c4cbda6d.svg — 200 — 16.2 KiB — 44 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521112040-asu.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521112040-asu.png — 200 — 22.9 KiB — 42 ms — h2https://nrl.iucnredlist.org/assets/home/green_turtle-0260cf7fba13a743876327096e883697733e57c46ed2e75429b4e3b5c56db41e.jpgnrl.iucnredlist.org/assets/home/gre... https://nrl.iucnredlist.org/assets/home/green_turtle-0260cf7fba13a743876327096e883697733e57c46ed2e75429b4e3b5c56db41e.jpg — 200 — 235.7 KiB — 59 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_dd-3c0d0ae8cd2f4488acf46a608631b9193cf6e650e42c84a15bab96d854d7c99e.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_dd-3c0d0ae8cd2f4488acf46a608631b9193cf6e650e42c84a15bab96d854d7c99e.svg — 200 — 4.8 KiB — 25 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_lc-d3731e342769efbfd4604f953cfe3c4301a901253deb5f835cbb08eec5f1bc02.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_lc-d3731e342769efbfd4604f953cfe3c4301a901253deb5f835cbb08eec5f1bc02.svg — 200 — 5.9 KiB — 29 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_nt-b1b4d7e271e9257d722fa2e9e9f4c5619b658e6f1d88f4e7da8edf8bce2a7ccb.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_nt-b1b4d7e271e9257d722fa2e9e9f4c5619b658e6f1d88f4e7da8edf8bce2a7ccb.svg — 200 — 5.2 KiB — 20 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 915 ms LCP 1.2 shttps://iucnredlist.org// https://iucnredlist.org/ — 301 — 498 B — 41 ms — h2https://www.iucnredlist.org/www.iucnredlist.org/ https://www.iucnredlist.org/ — 200 — 11.8 KiB — 123 ms — h2https://www.iucnredlist.org/cdn-cgi/speculationwww.iucnredlist.org/cdn-cgi/specula... https://www.iucnredlist.org/cdn-cgi/speculation — 200 — 456 B — 6 ms — h2https://nrl.iucnredlist.org/assets/application-4f5d58ea22d47a910d1dec301f5059c802381a815661410ac5f0dfaaba657a1f.cssnrl.iucnredlist.org/assets/applicat... https://nrl.iucnredlist.org/assets/application-4f5d58ea22d47a910d1dec301f5059c802381a815661410ac5f0dfaaba657a1f.css — 200 — 37.9 KiB — 41 ms — h2https://nrl.iucnredlist.org/assets/feedback-ff9e97bc39b9ea47cb552b887161aa72e3d59ab786f680255603c4c53b54d698.pngnrl.iucnredlist.org/assets/feedback... https://nrl.iucnredlist.org/assets/feedback-ff9e97bc39b9ea47cb552b887161aa72e3d59ab786f680255603c4c53b54d698.png — 200 — 2.7 KiB — 15 ms — h2https://nrl.iucnredlist.org/assets/home/red_list_60_campaign_banner-6ad140626da429367b28c10e76143f2722782647d15e02277ef967656a86378c.pngnrl.iucnredlist.org/assets/home/red... https://nrl.iucnredlist.org/assets/home/red_list_60_campaign_banner-6ad140626da429367b28c10e76143f2722782647d15e02277ef967656a86378c.png — 200 — 243.6 KiB — 72 ms — h2https://nrl.iucnredlist.org/assets/brand_wordmark-40897835320405617bd236dd3286b79915718fb04563e679f999a9b194af151b.svgnrl.iucnredlist.org/assets/brand_wo... https://nrl.iucnredlist.org/assets/brand_wordmark-40897835320405617bd236dd3286b79915718fb04563e679f999a9b194af151b.svg — 200 — 4.6 KiB — 31 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-amphibians-9031ab78070d1b80a7537ec8baa788814a129d149db7702f76bcf38bb34a4601.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-amphibians-9031ab78070d1b80a7537ec8baa788814a129d149db7702f76bcf38bb34a4601.svg — 200 — 2.2 KiB — 33 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-mammals-7617735825d78d25d3b3ebc80e5cb3e4b54e83f9a41a90f8be28ce643442f2ce.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-mammals-7617735825d78d25d3b3ebc80e5cb3e4b54e83f9a41a90f8be28ce643442f2ce.svg — 200 — 1.7 KiB — 34 ms — h2https://www.iucnredlist.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.iucnredlist.org/cdn-cgi/scripts... https://www.iucnredlist.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 26 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-conifers-b142c401f7f4eb061949b323c5ff015526bc573f21b73cfd811bcf28637814ef.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-conifers-b142c401f7f4eb061949b323c5ff015526bc573f21b73cfd811bcf28637814ef.svg — 200 — 1.3 KiB — 38 ms — h2https://nc.iucnredlist.org/redlist/news_snippets/images/1776233983-european-red-list.pngnc.iucnredlist.org/redlist/news_sni... https://nc.iucnredlist.org/redlist/news_snippets/images/1776233983-european-red-list.png — 200 — 486.8 KiB — 96 ms — h2https://nc.iucnredlist.org/redlist/news_snippets/images/1775728347-Emperor_penguins_on_Rothschild_island_photo.jpgnc.iucnredlist.org/redlist/news_sni... https://nc.iucnredlist.org/redlist/news_snippets/images/1775728347-Emperor_penguins_on_Rothschild_island_photo.jpg — 200 — 66.8 KiB — 52 ms — h2https://nc.iucnredlist.org/redlist/news_snippets/images/1776239000-mobula-rays_nick-polanszky_ocean-image-bank_0.jpgnc.iucnredlist.org/redlist/news_sni... https://nc.iucnredlist.org/redlist/news_snippets/images/1776239000-mobula-rays_nick-polanszky_ocean-image-bank_0.jpg — 200 — 318.4 KiB — 79 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521112071-iucn.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521112071-iucn.png — 200 — 9.9 KiB — 31 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521112055-ssc.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521112055-ssc.png — 200 — 26.1 KiB — 33 ms — h2https://www.iucnredlist.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.jswww.iucnredlist.org/cdn-cgi/scripts... https://www.iucnredlist.org/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.1 KiB — 21 ms — h2https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.csscdn.datatables.net/1.10.16/css/jque... https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css — 200 — 2.4 KiB — 56 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-birds-1c9a25ad1ae27dbbafc3f7f29c0c2ff2281452e79ac03d1ad4453fbb5e9dac10.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-birds-1c9a25ad1ae27dbbafc3f7f29c0c2ff2281452e79ac03d1ad4453fbb5e9dac10.svg — 200 — 1.4 KiB — 41 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-sharks-8417182ca2e61aedc243ce946e10edc4da0c07427fc5fe3b64026c2ea407dd24.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-sharks-8417182ca2e61aedc243ce946e10edc4da0c07427fc5fe3b64026c2ea407dd24.svg — 200 — 1.9 KiB — 40 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-corals-54eaf36b5294b95b361ce378f336703b8e0b71c0e8a71ef9af8d54b963d26e9d.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-corals-54eaf36b5294b95b361ce378f336703b8e0b71c0e8a71ef9af8d54b963d26e9d.svg — 200 — 4.1 KiB — 43 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-crustaceans-02ab4506e96e6a1bd5152e49bb6a7fcb2afd4b7291a97b9658a26941e6b05b01.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-crustaceans-02ab4506e96e6a1bd5152e49bb6a7fcb2afd4b7291a97b9658a26941e6b05b01.svg — 200 — 4.1 KiB — 42 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-reptile-9ac37b8f147fc77dc365dd9a951914841df71d88c09d86e2255344fbc422fdca.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-reptile-9ac37b8f147fc77dc365dd9a951914841df71d88c09d86e2255344fbc422fdca.svg — 200 — 2.9 KiB — 43 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1607600142-2_biopark_logo_4c_square.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1607600142-2_biopark_logo_4c_square.png — 200 — 30.7 KiB — 44 ms — h2https://nrl.iucnredlist.org/assets/icons/taxonomy-cycad-9947f4c78f5b51f53c1041f647d06e659e6f0d0c236aafde8a70c1d9c4cbda6d.svgnrl.iucnredlist.org/assets/icons/ta... https://nrl.iucnredlist.org/assets/icons/taxonomy-cycad-9947f4c78f5b51f53c1041f647d06e659e6f0d0c236aafde8a70c1d9c4cbda6d.svg — 200 — 16.2 KiB — 44 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521112040-asu.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521112040-asu.png — 200 — 22.9 KiB — 42 ms — h2https://nrl.iucnredlist.org/assets/home/green_turtle-0260cf7fba13a743876327096e883697733e57c46ed2e75429b4e3b5c56db41e.jpgnrl.iucnredlist.org/assets/home/gre... https://nrl.iucnredlist.org/assets/home/green_turtle-0260cf7fba13a743876327096e883697733e57c46ed2e75429b4e3b5c56db41e.jpg — 200 — 235.7 KiB — 59 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_dd-3c0d0ae8cd2f4488acf46a608631b9193cf6e650e42c84a15bab96d854d7c99e.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_dd-3c0d0ae8cd2f4488acf46a608631b9193cf6e650e42c84a15bab96d854d7c99e.svg — 200 — 4.8 KiB — 25 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_lc-d3731e342769efbfd4604f953cfe3c4301a901253deb5f835cbb08eec5f1bc02.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_lc-d3731e342769efbfd4604f953cfe3c4301a901253deb5f835cbb08eec5f1bc02.svg — 200 — 5.9 KiB — 29 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_nt-b1b4d7e271e9257d722fa2e9e9f4c5619b658e6f1d88f4e7da8edf8bce2a7ccb.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_nt-b1b4d7e271e9257d722fa2e9e9f4c5619b658e6f1d88f4e7da8edf8bce2a7ccb.svg — 200 — 5.2 KiB — 20 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521111966-bird.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521111966-bird.png — 200 — 21.6 KiB — 26 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_vu-a498d553d90492b82044d2046ee9d6a16af6fe94c9ab59529950a6f62ab1a9a1.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_vu-a498d553d90492b82044d2046ee9d6a16af6fe94c9ab59529950a6f62ab1a9a1.svg — 200 — 5.0 KiB — 35 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1729099754-BGCI_Logo_2_sm.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1729099754-BGCI_Logo_2_sm.png — 200 — 10.0 KiB — 32 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_en-3d09fbfbe01ad6207d5ba4226eb0d8ea2310317f027a8aabe3bbedb74857a309.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_en-3d09fbfbe01ad6207d5ba4226eb0d8ea2310317f027a8aabe3bbedb74857a309.svg — 200 — 5.2 KiB — 36 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521111931-CI.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521111931-CI.png — 200 — 16.8 KiB — 23 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1587554421-Missouri_Botanical_Garden_Square_Green_transparent.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1587554421-Missouri_Botanical_Garden_Square_Green_transparent.png — 200 — 33.4 KiB — 37 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_cr-3ec06b34573557e2b90a84b1659eae2d61024950f7d28509519a5f7e3758b71e.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_cr-3ec06b34573557e2b90a84b1659eae2d61024950f7d28509519a5f7e3758b71e.svg — 200 — 6.8 KiB — 23 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_ew-d3e64d0f3ef6f89a4406dc6f882b9dafa6a3738fa2bb68e442523d42743d96df.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_ew-d3e64d0f3ef6f89a4406dc6f882b9dafa6a3738fa2bb68e442523d42743d96df.svg — 200 — 4.9 KiB — 25 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1620305979-NatureServe_new_logo_H_color.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1620305979-NatureServe_new_logo_H_color.png — 200 — 23.7 KiB — 31 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_ex-5aa9fe2bfb20930fdec6d1c5b619f81b6e2fdd56de9d10984b0aef3801bcb9a2.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_ex-5aa9fe2bfb20930fdec6d1c5b619f81b6e2fdd56de9d10984b0aef3801bcb9a2.svg — 200 — 4.2 KiB — 32 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1629290618-Rewild_Logo_Primary_small.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1629290618-Rewild_Logo_Primary_small.png — 200 — 9.7 KiB — 34 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521111861-kew.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521111861-kew.png — 200 — 18.6 KiB — 31 ms — h2https://nrl.iucnredlist.org/assets/category-lg/category-lg_ne-4ba5db90bdb573b08059b7e8348a704a1419100a5ab42ba43ba9c6aa4bbdf5a6.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-lg/category-lg_ne-4ba5db90bdb573b08059b7e8348a704a1419100a5ab42ba43ba9c6aa4bbdf5a6.svg — 200 — 4.7 KiB — 26 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1759307948-Senckenberg-Logo_EN_Black.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1759307948-Senckenberg-Logo_EN_Black.png — 200 — 76.2 KiB — 33 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521111901-sapienza.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521111901-sapienza.png — 200 — 30.8 KiB — 25 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1521111824-tamu.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1521111824-tamu.png — 200 — 16.6 KiB — 26 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 44 ms — h2https://nc.iucnredlist.org/redlist/partners/images/1676021330-ZSL_Stacked_RGB_trans.pngnc.iucnredlist.org/redlist/partners... https://nc.iucnredlist.org/redlist/partners/images/1676021330-ZSL_Stacked_RGB_trans.png — 200 — 74.7 KiB — 18 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%… — 200 — 0 B — 0 ms — datahttps://nrl.iucnredlist.org/assets/brand_symbol-8d2a18ed2eff6be8eb56b7263cbf5da696322af668c8ffd626d49a9f3a66c44e.svgnrl.iucnredlist.org/assets/brand_sy... https://nrl.iucnredlist.org/assets/brand_symbol-8d2a18ed2eff6be8eb56b7263cbf5da696322af668c8ffd626d49a9f3a66c44e.svg — 200 — 4.7 KiB — 8 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%227%22%20viewBox%3D%220%200%2014%207%22%20…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%227%22%20viewBox%3D%220%200%2014%207%22%20… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E…www.w3.org/2000/svg'%3E… data:image/svg+xml,%3Csvg viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E… — 200 — 0 B — 0 ms — datahttps://nrl.iucnredlist.org/assets/Roboto-regular-47107401d0adb375ab9aa167f9d62489a849d510e740a307b5a4db60e5db3562.woff2nrl.iucnredlist.org/assets/Roboto-r... https://nrl.iucnredlist.org/assets/Roboto-regular-47107401d0adb375ab9aa167f9d62489a849d510e740a307b5a4db60e5db3562.woff2 — 200 — 63.8 KiB — 23 ms — h2https://nrl.iucnredlist.org/packs/redlist-91968a82c64c481f2989.jsnrl.iucnredlist.org/packs/redlist-9... https://nrl.iucnredlist.org/packs/redlist-91968a82c64c481f2989.js — 200 — 1.4 MiB — 127 ms — h2https://nrl.iucnredlist.org/assets/application-38c0ffd83a61759780bd4ed4d32e23b4c07893f0974378780be39259de4ad5ac.jsnrl.iucnredlist.org/assets/applicat... https://nrl.iucnredlist.org/assets/application-38c0ffd83a61759780bd4ed4d32e23b4c07893f0974378780be39259de4ad5ac.js — 200 — 137.8 KiB — 46 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-11409245-4www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-11409245-4 — 200 — 125.3 KiB — 58 ms — h2https://www.iucnredlist.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.iucnredlist.org/cdn-cgi/challen... https://www.iucnredlist.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 141 B — 148 ms — h2https://nrl.iucnredlist.org/assets/ico/favicon-8a36a9b031e538075e427b840a32b09f0cf1f01660bd7a9a2ec8d8fbf6712122.iconrl.iucnredlist.org/assets/ico/favi... https://nrl.iucnredlist.org/assets/ico/favicon-8a36a9b031e538075e427b840a32b09f0cf1f01660bd7a9a2ec8d8fbf6712122.ico — 200 — 971 B — 43 ms — h2data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%…data:image/svg+xml,%3C%3Fxml%20vers... data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%… — 200 — 0 B — 0 ms — datahttps://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.iucnredlist.org/cdn-cgi/challen... https://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.1 KiB — 26 ms — h2https://www.googletagmanager.com/gtag/js?id=G-66YGJWTDLZ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-66YGJWTDLZ&cx=c&gtm=4e64h1 — 200 — 145.9 KiB — 45 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 38 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-11409245-5&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-11409245-5&cx=c&gtm=4e64h1 — 200 — 124.9 KiB — 39 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-11409245-6&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-11409245-6&cx=c&gtm=4e64h1 — 200 — 124.9 KiB — 44 ms — h3https://www.iucnredlist.org/api/v4/amazing_specieswww.iucnredlist.org/api/v4/amazing_... https://www.iucnredlist.org/api/v4/amazing_species — 200 — 1.7 KiB — 400 ms — h2https://nrl.iucnredlist.org/assets/Roboto-italic-884e654cef00224110fc62cdf8f1561ff08dcaa1f359e5c5f49dab62abfe79e8.woff2nrl.iucnredlist.org/assets/Roboto-i... https://nrl.iucnredlist.org/assets/Roboto-italic-884e654cef00224110fc62cdf8f1561ff08dcaa1f359e5c5f49dab62abfe79e8.woff2 — 200 — 69.1 KiB — 36 ms — h2https://nrl.iucnredlist.org/assets/Roboto-500-96025fe9db6578d8bc7f4b8be739750b1490e07221c2b1f16acde2ea7669cedf.woff2nrl.iucnredlist.org/assets/Roboto-5... https://nrl.iucnredlist.org/assets/Roboto-500-96025fe9db6578d8bc7f4b8be739750b1490e07221c2b1f16acde2ea7669cedf.woff2 — 200 — 64.3 KiB — 13 ms — h2https://nrl.iucnredlist.org/assets/Roboto-700-8e44376b735dcc9027acbcc8a0df64c3f886a23529eff27b022f344d719e90f2.woff2nrl.iucnredlist.org/assets/Roboto-7... https://nrl.iucnredlist.org/assets/Roboto-700-8e44376b735dcc9027acbcc8a0df64c3f886a23529eff27b022f344d719e90f2.woff2 — 200 — 63.7 KiB — 29 ms — h2https://nrl.iucnredlist.org/assets/Roboto-500italic-e14046ef7db1a19b5ee3b1f13cd76bc16945080a40060d4026ec7acf14356169.woff2nrl.iucnredlist.org/assets/Roboto-5... https://nrl.iucnredlist.org/assets/Roboto-500italic-e14046ef7db1a19b5ee3b1f13cd76bc16945080a40060d4026ec7acf14356169.woff2 — 200 — 11.6 KiB — 33 ms — h2https://nrl.iucnredlist.org/assets/Roboto-700italic-c9d5a0e6287ab6c0d3e7c80ebdeb26427680849215882e3db0061efcf64c2575.woff2nrl.iucnredlist.org/assets/Roboto-7... https://nrl.iucnredlist.org/assets/Roboto-700italic-c9d5a0e6287ab6c0d3e7c80ebdeb26427680849215882e3db0061efcf64c2575.woff2 — 200 — 69.1 KiB — 35 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%… — 200 — 0 B — 0 ms — datahttps://nrl.iucnredlist.org/assets/symbol-spinner-674163eb5b96798331390952933ac1c175ee573ef7638b8423b011008a230f7b.svgnrl.iucnredlist.org/assets/symbol-s... https://nrl.iucnredlist.org/assets/symbol-spinner-674163eb5b96798331390952933ac1c175ee573ef7638b8423b011008a230f7b.svg — 200 — 918 B — 8 ms — h2https://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.9554077391725713:1776816681:3RMSvTX9aWW6mfNoQJc2PUHK-15iU2UtITg63dWewiU/9f00b0f2fb24ba7dwww.iucnredlist.org/cdn-cgi/challen... https://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.9554077391725713:1776816681:3RMSvTX9aWW6mfNoQJc2PUHK-15iU2UtITg63dWewiU/9f00b0f2fb24ba7d — 200 — 769 B — 9 ms — h2https://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.9554077391725713:1776816681:3RMSvTX9aWW6mfNoQJc2PUHK-15iU2UtITg63dWewiU/9f00b0f2fb24ba7dwww.iucnredlist.org/cdn-cgi/challen... https://www.iucnredlist.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.9554077391725713:1776816681:3RMSvTX9aWW6mfNoQJc2PUHK-15iU2UtITg63dWewiU/9f00b0f2fb24ba7d — 200 — 708 B — 8 ms — h2https://www.iucnredlist.org/cdn-cgi/rum?www.iucnredlist.org/cdn-cgi/rum? https://www.iucnredlist.org/cdn-cgi/rum? — 204 — 430 B — 6 ms — h2https://www.googletagmanager.com/gtag/js?id=G-T3K17G40FC&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-T3K17G40FC&cx=c&gtm=4e64h1 — 200 — 145.8 KiB — 25 ms — h3https://nc.iucnredlist.org/redlist/species-of-the-day/podismopsis-styriaca/images/new_thumb/podismopsis-styriaca.jpgnc.iucnredlist.org/redlist/species-... https://nc.iucnredlist.org/redlist/species-of-the-day/podismopsis-styriaca/images/new_thumb/podismopsis-styriaca.jpg — 200 — 136.7 KiB — 73 ms — h2https://nc.iucnredlist.org/redlist/species-of-the-day/pelargonium-sidoides/images/new_thumb/pelargonium-sidoides.jpgnc.iucnredlist.org/redlist/species-... https://nc.iucnredlist.org/redlist/species-of-the-day/pelargonium-sidoides/images/new_thumb/pelargonium-sidoides.jpg — 200 — 205.6 KiB — 358 ms — h2https://nc.iucnredlist.org/redlist/amazing-species/salmo-nigripinnis/images/new_thumb/salmo-nigripinnis.jpgnc.iucnredlist.org/redlist/amazing-... https://nc.iucnredlist.org/redlist/amazing-species/salmo-nigripinnis/images/new_thumb/salmo-nigripinnis.jpg — 200 — 157.8 KiB — 307 ms — h2https://nc.iucnredlist.org/redlist/amazing-species/brachyglottis-huntii/images/new_thumb/brachyglottis-huntii.jpgnc.iucnredlist.org/redlist/amazing-... https://nc.iucnredlist.org/redlist/amazing-species/brachyglottis-huntii/images/new_thumb/brachyglottis-huntii.jpg — 200 — 311.8 KiB — 68 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-66YGJWTDLZ&gtm=45je64h1v9119057947za20g&_p=1776819623373&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1745710025.1776819624&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117384406~117512542&sid=1776819624&sct=1&seg=0&dl=https%3A%2F%2Fwww.iucnredlist.org%2F&dt=IUCN%20Red%20List%20of%20Threatened%20Species&en=page_view&_fv=1&_ss=1&tfd=1838region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-66YGJWTDLZ&gtm=45je64h1v9119057947za20g&_p=1776819623373&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1745710025.1776819624&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117384406~117512542&sid=1776819624&sct=1&seg=0&dl=https%3A%2F%2Fwww.iucnredlist.org%2F&dt=IUCN%20Red%20List%20of%20Threatened%20Species&en=page_view&_fv=1&_ss=1&tfd=1838 — 204 — 552 B — 50 ms — h2https://nrl.iucnredlist.org/assets/category-sm/category-sm_vu-22282f3038a5febe45df7ead6f136608e6f8fde63db9e6b10adbd3c34df8a4ec.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-sm/category-sm_vu-22282f3038a5febe45df7ead6f136608e6f8fde63db9e6b10adbd3c34df8a4ec.svg — 200 — 1.2 KiB — 9 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%223%22%20viewBox%3D%220%200%2020%203%22%20…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%223%22%20viewBox%3D%220%200%2020%203%22%20… — 200 — 0 B — 0 ms — datahttps://nrl.iucnredlist.org/assets/category-sm/category-sm_lc-65e98cc3999d5fa112e6e15bf580bcc9f990c10ae5a2e3f52713b0be5164b795.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-sm/category-sm_lc-65e98cc3999d5fa112e6e15bf580bcc9f990c10ae5a2e3f52713b0be5164b795.svg — 200 — 1.1 KiB — 24 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2224%22%20viewBox%3D%220%200%2021%2024%22%…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2224%22%20viewBox%3D%220%200%2021%2024%22%… — 200 — 0 B — 0 ms — datahttps://nrl.iucnredlist.org/assets/category-sm/category-sm_en-48bc6482f82b84ec23b18df4ecc1292ac2fc1d725a66d556216e9d8001d8c31e.svgnrl.iucnredlist.org/assets/category... https://nrl.iucnredlist.org/assets/category-sm/category-sm_en-48bc6482f82b84ec23b18df4ecc1292ac2fc1d725a66d556216e9d8001d8c31e.svg — 200 — 1.1 KiB — 23 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6HJED7KZLB&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6HJED7KZLB&cx=c&gtm=4e64h1 — 200 — 145.8 KiB — 34 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-T3K17G40FC&gtm=45je64h1v9119032173za20g&_p=1776819623373&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1745710025.1776819624&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266400~117512542&sid=1776819624&sct=1&seg=0&dl=https%3A%2F%2Fwww.iucnredlist.org%2F&dt=IUCN%20Red%20List%20of%20Threatened%20Species&en=page_view&_fv=1&_ss=1&tfd=2051region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-T3K17G40FC&gtm=45je64h1v9119032173za20g&_p=1776819623373&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1745710025.1776819624&frm=0&ir=1&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266400~117512542&sid=1776819624&sct=1&seg=0&dl=https%3A%2F%2Fwww.iucnredlist.org%2F&dt=IUCN%20Red%20List%20of%20Threatened%20Species&en=page_view&_fv=1&_ss=1&tfd=2051 — 204 — 48 B — 12 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-6HJED7KZLB&gtm=45je64h1v9119023035za20g&_p=1776819623373&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1745710025.1776819624&frm=0&ir=1&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~117884344&sid=1776819624&sct=1&seg=0&dl=https%3A%2F%2Fwww.iucnredlist.org%2F&dt=IUCN%20Red%20List%20of%20Threatened%20Species&en=page_view&_fv=1&_ss=1&tfd=2142region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6HJED7KZLB&gtm=45je64h1v9119023035za20g&_p=1776819623373&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1745710025.1776819624&frm=0&ir=1&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~117884344&sid=1776819624&sct=1&seg=0&dl=https%3A%2F%2Fwww.iucnredlist.org%2F&dt=IUCN%20Red%20List%20of%20Threatened%20Species&en=page_view&_fv=1&_ss=1&tfd=2142 — 204 — 20 B — 19 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1837ms · 2407KB · $24/mo
nrl.iucnredlist.org
Other
Costly
Execution 566ms
Transfer 1445 KB
Unused 46%
Monthly Cost $8/mo
Unattributable
Other
Costly
Execution 297ms
Transfer 0 KB
Monthly Cost $4/mo
www.iucnredlist.org
Other
Costly
Execution 269ms
Transfer 12 KB
Monthly Cost $4/mo
www.iucnredlist.org
Other
Optional
Execution 197ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 146 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 146 KB
Unused 45%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 71ms
Transfer 125 KB
Unused 52%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 71ms
Transfer 146 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 125 KB
Unused 52%
Monthly Cost $1/mo
nrl.iucnredlist.org
Other
Optional
Execution 67ms
Transfer 138 KB
Unused 18%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 125 KB
Unused 51%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • nrl.iucnredlist.org adds 566ms and costs ~$8/month
  • Unattributable adds 297ms and costs ~$4/month
  • www.iucnredlist.org adds 269ms and costs ~$4/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

nrl.iucnredlist.org takes 566ms 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 297ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.iucnredlist.org takes 269ms 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

52% of Google Tag Manager'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

52% of Google Tag Manager'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

51% of Google Tag Manager'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