Skip to content
https://amnh.org

Performance

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

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

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

894 ms

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

1.08 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.005

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

984 ms

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

3.12 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
D
Page Weight Budget
Action
2.2 MB transferred, 164 requests
FIX
2.2 MB transferred, 164 requests
Info::
Page weighs 5.8 MB (2.2 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::
Fonts are 220 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 220 KB
Warning::
164 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.47 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
164 requests
0.47 g CO2 per page load
JavaScript 1.2 MiB 54%
Images 616.5 KiB 27%
Fonts 219.5 KiB 10%
Other 89.3 KiB 4%
CSS 74.9 KiB 3%
HTML 30.8 KiB 1%
Other 18.3 KiB 1%
Other 6.1 KiB 0%
Other 3.6 KiB 0%
Other 2.5 KiB 0%
Other 0 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

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.2 MiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
35 scripts, 427 KB unused
FIX
35 scripts, 427 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-J0SC...: 65 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 62 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NXG...: 61 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 58 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 55 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 427 KB
427 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-J0SCEJCMH8&cx=c&gtm=4e64h1178 KB65 KB (37%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-9432320&cx=c&gtm=4e64h1131 KB62 KB (48%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NXGG9T173 KB61 KB (35%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-810443679&cx=c&gtm=4e64h1145 KB58 KB (40%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js106 KB55 KB (52%)3rd
https://www.amnh.org/assets/ibexa/build/amnh.js?v=13484dfacf91 KB49 KB (54%)3rd
https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15/main.4707d0d4020fb2b8faa4.js66 KB43 KB (66%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CJ5AJ4RC77U5K7SP3UI0&lib=ttq3 KB3rd
https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2F&e_ipv6=AQLOpUYpFcBupAAAAZ2yZEp3Tk6D7REwklznK-WusfioshZeTuzx0MQmRtJ7RZHRQhSEyLNgG9tf1 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
164 resources · 2.2 MB · 427 KB savings available
FIX
164 resources · 2.2 MB · 427 KB savings available
Warning::
Page weight 1.2 MB over 1MB target
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~427 KB of savings available
Warning::
163 third-party resources (100% of weight)
164 resources · 2.2 MiB · 163 third-party 1.2 MiB over 1MB target
JavaScript 54% · 1.2 MiB
Image 27% · 619.7 KiB
Font 10% · 219.5 KiB
Document 6% · 133.6 KiB
CSS 3% · 74.9 KiB
Other 1% · 13.7 KiB

~427.4 KiB of savings available

Remove unused JavaScript: 427.4 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
58 images, 0 KB saveable
REVIEW
58 images, 0 KB saveable
Warning::
https://www.amnh.org/var/ezflow_site/storage/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.amnh.org/var/ezflow_site/storage/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.amnh.org/var/ezflow_site/storage/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.amnh.org/var/ezflow_site/storage/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.amnh.org/var/ezflow_site/storage/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.amnh.org/var/ezflow_site/storage/image... 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.
58 images 616 KB
0 oversized -0 KB
55 legacy format
8 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

Performance issues directly impact user engagement and conversion rates.

B
JS Execution Cost
850ms total JS execution
REVIEW
850ms total JS execution
Info::
https://www.amnh.org/assets/ibexa/build/amnh-jquer...: 165ms CPU time
Info::
Unattributable: 120ms CPU time
Info::
https://www.amnh.org/assets/ibexa/build/amnh.js?v=...: 110ms CPU time
Info::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 106ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NXG...: 86ms CPU time
Warning::
Third-party scripts: 850ms (100% of total)

Main Thread Breakdown

Script Evaluation 61% Other 17% Script Parsing & Compilation 10% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://www.amnh.org/assets/ibexa/build/amnh-jquery.js?v=13484dfacf165ms115ms2ms3rd
Unattributable120ms7ms0ms3rd
https://www.amnh.org/assets/ibexa/build/amnh.js?v=13484dfacf110ms48ms6ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js106ms67ms37ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NXGG9T86ms72ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-J0SCEJCMH8&cx=c&gtm=4e64h168ms58ms10ms3rd
https://www.amnh.org/68ms8ms1ms3rd
https://www.amnh.org/cdn-cgi/challenge-platform/scripts/jsd/main.js67ms56ms0ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-810443679&cx=c&gtm=4e64h160ms53ms7ms3rd
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
2 fonts (220 KB)
PASS
2 fonts (220 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

220 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 894 ms LCP 1.1 shttps://www.amnh.org/bundles/amnhbase/fonts/amnhserif/AMNHSerif-Variable.woff2AMNHSerif-Variable.woff2 https://www.amnh.org/bundles/amnhbase/fonts/amnhserif/AMNHSerif-Variable.woff2 — 112.6 KiB — 58 ms — font-display: swaphttps://www.amnh.org/bundles/amnhbase/fonts/amnhsans/AMNHSans-Variable.woff2AMNHSans-Variable.woff2 https://www.amnh.org/bundles/amnhbase/fonts/amnhsans/AMNHSans-Variable.woff2 — 106.9 KiB — 67 ms — font-display: swap
AMNHSerif-Variable.woff2 woff2 swap
Size 113 KB
Load time 58 ms
Start 193 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
AMNHSans-Variable.woff2 woff2 swap
Size 107 KB
Load time 67 ms
Start 194 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~110 KB and ~220 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
164 requests over 2568ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 894 ms LCP 1.1 shttps://amnh.org// https://amnh.org/ — 301 — 361 B — 62 ms — h2https://www.amnh.org/www.amnh.org/ https://www.amnh.org/ — 200 — 17.5 KiB — 133 ms — h2https://www.amnh.org/bundles/amnhbase/fonts/amnhserif/AMNHSerif-Variable.woff2www.amnh.org/bundles/amnhbase/fonts... https://www.amnh.org/bundles/amnhbase/fonts/amnhserif/AMNHSerif-Variable.woff2 — 200 — 112.6 KiB — 58 ms — h2https://www.amnh.org/bundles/amnhbase/fonts/amnhsans/AMNHSans-Variable.woff2www.amnh.org/bundles/amnhbase/fonts... https://www.amnh.org/bundles/amnhbase/fonts/amnhsans/AMNHSans-Variable.woff2 — 200 — 106.9 KiB — 67 ms — h2https://www.amnh.org/assets/ibexa/build/amnh.css?v=13484dfacfwww.amnh.org/assets/ibexa/build/amn... https://www.amnh.org/assets/ibexa/build/amnh.css?v=13484dfacf — 200 — 74.9 KiB — 53 ms — h2https://www.amnh.org/bundles/amnhbase/js/global/lazysizes_with_bg.min.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/gl... https://www.amnh.org/bundles/amnhbase/js/global/lazysizes_with_bg.min.js?v=13484dfacf — 200 — 4.3 KiB — 67 ms — h2https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15.jstry.abtasty.com/69faf49f49c795c18b4... https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15.js — 200 — 3.2 KiB — 55 ms — h2https://www.amnh.org/assets/ibexa/build/runtime.js?v=13484dfacfwww.amnh.org/assets/ibexa/build/run... https://www.amnh.org/assets/ibexa/build/runtime.js?v=13484dfacf — 200 — 1.3 KiB — 61 ms — h2https://www.amnh.org/assets/ibexa/build/amnh-jquery.js?v=13484dfacfwww.amnh.org/assets/ibexa/build/amn... https://www.amnh.org/assets/ibexa/build/amnh-jquery.js?v=13484dfacf — 200 — 31.0 KiB — 62 ms — h2https://www.amnh.org/bundles/amnhbase/js/animation/event-cta.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/an... https://www.amnh.org/bundles/amnhbase/js/animation/event-cta.js?v=13484dfacf — 200 — 951 B — 60 ms — h2https://www.amnh.org/bundles/amnhbase/js/modules/event-cta-carousel.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/mo... https://www.amnh.org/bundles/amnhbase/js/modules/event-cta-carousel.js?v=13484dfacf — 200 — 1.7 KiB — 60 ms — h2https://www.amnh.org/bundles/amnhbase/js/animation/home/home-hero.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/an... https://www.amnh.org/bundles/amnhbase/js/animation/home/home-hero.js?v=13484dfacf — 200 — 1.1 KiB — 60 ms — h2https://www.amnh.org/bundles/amnhbase/js/animation/home/home-membership.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/an... https://www.amnh.org/bundles/amnhbase/js/animation/home/home-membership.js?v=13484dfacf — 200 — 790 B — 58 ms — h2https://www.amnh.org/manifest.webmanifestwww.amnh.org/manifest.webmanifest https://www.amnh.org/manifest.webmanifest — 403 — 45.1 KiB — 80 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NXGG9Twww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NXGG9T — 200 — 172.6 KiB — 158 ms — h2https://try.abtasty.com/shared/commons.32b0810ba1fc402d09de.jstry.abtasty.com/shared/commons.32b0... https://try.abtasty.com/shared/commons.32b0810ba1fc402d09de.js — 200 — 3.7 KiB — 20 ms — h2https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15/main.4707d0d4020fb2b8faa4.jstry.abtasty.com/69faf49f49c795c18b4... https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15/main.4707d0d4020fb2b8faa4.js — 200 — 66.5 KiB — 39 ms — h2https://try.abtasty.com/shared/me.305288ec5969ff467545.jstry.abtasty.com/shared/me.305288ec5... https://try.abtasty.com/shared/me.305288ec5969ff467545.js — 200 — 3.6 KiB — 21 ms — h2https://www.amnh.org/assets/ibexa/build/amnh.js?v=13484dfacfwww.amnh.org/assets/ibexa/build/amn... https://www.amnh.org/assets/ibexa/build/amnh.js?v=13484dfacf — 200 — 91.5 KiB — 34 ms — h2data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== — 200 — 0 B — 0 ms — datahttps://www.amnh.org/bundles/amnhbase/images/logos/amnh-logo-white.svg?2023www.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/logos/amnh-logo-white.svg?2023 — 200 — 3.6 KiB — 29 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_white.svg — 200 — 652 B — 30 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_lime.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_lime.svg — 200 — 789 B — 28 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/arrow-left_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/arrow-left_black.svg — 200 — 458 B — 28 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/arrow-right_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/arrow-right_black.svg — 200 — 512 B — 28 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/checkmark_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/checkmark_white.svg — 200 — 643 B — 27 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/youtube_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/youtube_white.svg — 200 — 866 B — 29 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/instagram_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/instagram_white.svg — 200 — 950 B — 31 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_black.svg — 200 — 593 B — 26 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_blue.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_blue.svg — 200 — 606 B — 30 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 894 ms LCP 1.1 shttps://amnh.org// https://amnh.org/ — 301 — 361 B — 62 ms — h2https://www.amnh.org/www.amnh.org/ https://www.amnh.org/ — 200 — 17.5 KiB — 133 ms — h2https://www.amnh.org/bundles/amnhbase/fonts/amnhserif/AMNHSerif-Variable.woff2www.amnh.org/bundles/amnhbase/fonts... https://www.amnh.org/bundles/amnhbase/fonts/amnhserif/AMNHSerif-Variable.woff2 — 200 — 112.6 KiB — 58 ms — h2https://www.amnh.org/bundles/amnhbase/fonts/amnhsans/AMNHSans-Variable.woff2www.amnh.org/bundles/amnhbase/fonts... https://www.amnh.org/bundles/amnhbase/fonts/amnhsans/AMNHSans-Variable.woff2 — 200 — 106.9 KiB — 67 ms — h2https://www.amnh.org/assets/ibexa/build/amnh.css?v=13484dfacfwww.amnh.org/assets/ibexa/build/amn... https://www.amnh.org/assets/ibexa/build/amnh.css?v=13484dfacf — 200 — 74.9 KiB — 53 ms — h2https://www.amnh.org/bundles/amnhbase/js/global/lazysizes_with_bg.min.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/gl... https://www.amnh.org/bundles/amnhbase/js/global/lazysizes_with_bg.min.js?v=13484dfacf — 200 — 4.3 KiB — 67 ms — h2https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15.jstry.abtasty.com/69faf49f49c795c18b4... https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15.js — 200 — 3.2 KiB — 55 ms — h2https://www.amnh.org/assets/ibexa/build/runtime.js?v=13484dfacfwww.amnh.org/assets/ibexa/build/run... https://www.amnh.org/assets/ibexa/build/runtime.js?v=13484dfacf — 200 — 1.3 KiB — 61 ms — h2https://www.amnh.org/assets/ibexa/build/amnh-jquery.js?v=13484dfacfwww.amnh.org/assets/ibexa/build/amn... https://www.amnh.org/assets/ibexa/build/amnh-jquery.js?v=13484dfacf — 200 — 31.0 KiB — 62 ms — h2https://www.amnh.org/bundles/amnhbase/js/animation/event-cta.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/an... https://www.amnh.org/bundles/amnhbase/js/animation/event-cta.js?v=13484dfacf — 200 — 951 B — 60 ms — h2https://www.amnh.org/bundles/amnhbase/js/modules/event-cta-carousel.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/mo... https://www.amnh.org/bundles/amnhbase/js/modules/event-cta-carousel.js?v=13484dfacf — 200 — 1.7 KiB — 60 ms — h2https://www.amnh.org/bundles/amnhbase/js/animation/home/home-hero.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/an... https://www.amnh.org/bundles/amnhbase/js/animation/home/home-hero.js?v=13484dfacf — 200 — 1.1 KiB — 60 ms — h2https://www.amnh.org/bundles/amnhbase/js/animation/home/home-membership.js?v=13484dfacfwww.amnh.org/bundles/amnhbase/js/an... https://www.amnh.org/bundles/amnhbase/js/animation/home/home-membership.js?v=13484dfacf — 200 — 790 B — 58 ms — h2https://www.amnh.org/manifest.webmanifestwww.amnh.org/manifest.webmanifest https://www.amnh.org/manifest.webmanifest — 403 — 45.1 KiB — 80 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NXGG9Twww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NXGG9T — 200 — 172.6 KiB — 158 ms — h2https://try.abtasty.com/shared/commons.32b0810ba1fc402d09de.jstry.abtasty.com/shared/commons.32b0... https://try.abtasty.com/shared/commons.32b0810ba1fc402d09de.js — 200 — 3.7 KiB — 20 ms — h2https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15/main.4707d0d4020fb2b8faa4.jstry.abtasty.com/69faf49f49c795c18b4... https://try.abtasty.com/69faf49f49c795c18b4527e4a6e0fd15/main.4707d0d4020fb2b8faa4.js — 200 — 66.5 KiB — 39 ms — h2https://try.abtasty.com/shared/me.305288ec5969ff467545.jstry.abtasty.com/shared/me.305288ec5... https://try.abtasty.com/shared/me.305288ec5969ff467545.js — 200 — 3.6 KiB — 21 ms — h2https://www.amnh.org/assets/ibexa/build/amnh.js?v=13484dfacfwww.amnh.org/assets/ibexa/build/amn... https://www.amnh.org/assets/ibexa/build/amnh.js?v=13484dfacf — 200 — 91.5 KiB — 34 ms — h2data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== — 200 — 0 B — 0 ms — datahttps://www.amnh.org/bundles/amnhbase/images/logos/amnh-logo-white.svg?2023www.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/logos/amnh-logo-white.svg?2023 — 200 — 3.6 KiB — 29 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_white.svg — 200 — 652 B — 30 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_lime.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_lime.svg — 200 — 789 B — 28 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/arrow-left_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/arrow-left_black.svg — 200 — 458 B — 28 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/arrow-right_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/arrow-right_black.svg — 200 — 512 B — 28 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/checkmark_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/checkmark_white.svg — 200 — 643 B — 27 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/youtube_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/youtube_white.svg — 200 — 866 B — 29 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/instagram_white.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/instagram_white.svg — 200 — 950 B — 31 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_black.svg — 200 — 593 B — 26 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/search_blue.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/search_blue.svg — 200 — 606 B — 30 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2025/impact/6313057-1-eng-US/impact_full_285.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2025/impact/6313057-1-eng-US/impact_full_285.jpg — 200 — 16.2 KiB — 34 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2025/encounters-in-the-milky-way-left/6233817-5-eng-US/encounters-in-the-milky-way-left_full_285.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2025/encounters-in-the-milky-way-left/6233817-5-eng-US/encounters-in-the-milky-way-left_full_285.jpg — 200 — 11.6 KiB — 31 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2025/apex-fall/6307844-4-eng-US/apex-fall_full_285.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2025/apex-fall/6307844-4-eng-US/apex-fall_full_285.jpg — 200 — 18.1 KiB — 32 ms — h2https://www.amnh.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.amnh.org/cdn-cgi/challenge-plat... https://www.amnh.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 141 B — 167 ms — h2https://try.abtasty.com/shared/analytics.4c691fda55ede3382cc6.jstry.abtasty.com/shared/analytics.4c... https://try.abtasty.com/shared/analytics.4c691fda55ede3382cc6.js — 200 — 6.8 KiB — 20 ms — h3https://dcinfos-cache.abtasty.com/v1/ua-parserdcinfos-cache.abtasty.com/v1/ua-par... https://dcinfos-cache.abtasty.com/v1/ua-parser — 200 — 235 B — 71 ms — h2https://dcinfos-cache.abtasty.com/v1/geoip?weather=falsedcinfos-cache.abtasty.com/v1/geoip?... https://dcinfos-cache.abtasty.com/v1/geoip?weather=false — 200 — 555 B — 69 ms — h2https://api-data-connector.abtasty.com/accounts/69faf49f49c795c18b4527e4a6e0fd15/segments/6hcv9q9x4jq6ekk3?partner=ga4audiencesapi-data-connector.abtasty.com/acco... https://api-data-connector.abtasty.com/accounts/69faf49f49c795c18b4527e4a6e0fd15/segments/6hcv9q9x4jq6ekk3?partner=ga4audiences — 200 — 0 B — 70 ms — h2https://api-data-connector.abtasty.com/accounts/69faf49f49c795c18b4527e4a6e0fd15/segments/6hcv9q9x4jq6ekk3?partner=ga4audiencesapi-data-connector.abtasty.com/acco... https://api-data-connector.abtasty.com/accounts/69faf49f49c795c18b4527e4a6e0fd15/segments/6hcv9q9x4jq6ekk3?partner=ga4audiences — 200 — 90 B — 31 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/carat-left_black.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/carat-left_black.svg — 200 — 468 B — 29 ms — h2https://www.amnh.org/bundles/amnhbase/images/icons/carat-left_blue.svgwww.amnh.org/bundles/amnhbase/image... https://www.amnh.org/bundles/amnhbase/images/icons/carat-left_blue.svg — 200 — 743 B — 27 ms — h2https://www.amnh.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.amnh.org/cdn-cgi/challenge-plat... https://www.amnh.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.0 KiB — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-J0SCEJCMH8&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-J0SCEJCMH8&cx=c&gtm=4e64h1 — 200 — 177.5 KiB — 56 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 80 ms — h3https://collector-2328.tvsquared.com/tv2track.jscollector-2328.tvsquared.com/tv2tra... https://collector-2328.tvsquared.com/tv2track.js — 200 — 190 B — 142 ms — http/1.1https://tag.simpli.fi/sifitag/c7e3b9a0-b847-013a-5093-0cc47a8ffaactag.simpli.fi/sifitag/c7e3b9a0-b847... https://tag.simpli.fi/sifitag/c7e3b9a0-b847-013a-5093-0cc47a8ffaac — 200 — 1.6 KiB — 107 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 57 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CJ5AJ4RC77U5K7SP3UI0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CJ5AJ4RC77U5K7SP3UI0&lib=ttq — 200 — 2.8 KiB — 190 ms — h2https://consentag.eu/public/3.1.1/consenTag.jsconsentag.eu/public/3.1.1/consenTag... https://consentag.eu/public/3.1.1/consenTag.js — 200 — 6.9 KiB — 62 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.3 KiB — 63 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 65 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CUDPCFBC77UD3RAUUFEG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CUDPCFBC77UD3RAUUFEG&lib=ttq — 200 — 2.8 KiB — 222 ms — h2https://www.google.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.amnh.org%2F&scrsrc=www.googletagmanager.com&rnd=834070833.1776814410&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&auid=239542271.1776814410&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6342798za200zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776814409953&tfd=643www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.amnh.org%2F&scrsrc=www.googletagmanager.com&rnd=834070833.1776814410&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&auid=239542271.1776814410&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6342798za200zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776814409953&tfd=643 — 200 — 21 B — 83 ms — h3https://www.amnh.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.4714978936070089:1776812996:j8uynlWDUR8SlXiUuV7-tPLZmgWc__KphGQZxjzECIs/9f0031aaa8bcd09fwww.amnh.org/cdn-cgi/challenge-plat... https://www.amnh.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.4714978936070089:1776812996:j8uynlWDUR8SlXiUuV7-tPLZmgWc__KphGQZxjzECIs/9f0031aaa8bcd09f — 200 — 978 B — 22 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-810443679&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-810443679&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 102 ms — h3https://www.googletagmanager.com/gtag/destination?id=DC-9432320&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9432320&cx=c&gtm=4e64h1 — 200 — 130.9 KiB — 103 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-J0SCEJCMH8&gtm=45je64h1v9122896807z86342798za20gzb6342798zd6342798&_p=1776814409511&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1994236559&_eu=EAAAAGA&are=1&cid=319812862.1776814410&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512542~118128922&sid=1776814410&sct=1&seg=0&dl=https%3A%2F%2Fwww.amnh.org%2F&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&en=page_view&_fv=1&_nsi=1&_ss=1&ep.publish_date=2012-03-05&tfd=789region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-J0SCEJCMH8&gtm=45je64h1v9122896807z86342798za20gzb6342798zd6342798&_p=1776814409511&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1994236559&_eu=EAAAAGA&are=1&cid=319812862.1776814410&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117512542~118128922&sid=1776814410&sct=1&seg=0&dl=https%3A%2F%2Fwww.amnh.org%2F&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&en=page_view&_fv=1&_nsi=1&_ss=1&ep.publish_date=2012-03-05&tfd=789 — 204 — 547 B — 86 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J0SCEJCMH8&cid=319812862.1776814410&gtm=45je64h1v9122896807z86342798za20gzb6342798zd6342798&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512542~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J0SCEJCMH8&cid=319812862.1776814410&gtm=45je64h1v9122896807z86342798za20gzb6342798zd6342798&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512542~118128922 — 204 — 556 B — 76 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J0SCEJCMH8&cid=319812862.1776814410&gtm=45je64h1v9122896807z86342798za20gzb6342798zd6342798&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512542~118128922&z=1159073857www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J0SCEJCMH8&cid=319812862.1776814410&gtm=45je64h1v9122896807z86342798za20gzb6342798zd6342798&rcb=13&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266401~117512542~118128922&z=1159073857 — 200 — 408 B — 78 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-gilder/invisible-worlds/5981173-15-eng-US/invisible-worlds_full_285.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-gilder/invisible-worlds/5981173-15-eng-US/invisible-worlds_full_285.jpg — 200 — 25.9 KiB — 41 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/homepage-banners-redesign-only/gilder/butterfly-vivarium/5981177-6-eng-US/butterfly-vivarium_full_285.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/homepage-banners-redesign-only/gilder/butterfly-vivarium/5981177-6-eng-US/butterfly-vivarium_full_285.jpg — 200 — 20.3 KiB — 44 ms — h2https://consentag.eu/public/3.1.1/popup_silent.htmlconsentag.eu/public/3.1.1/popup_sil... https://consentag.eu/public/3.1.1/popup_silent.html — 200 — 12.2 KiB — 63 ms — h2https://pixels.spotify.com/v1/config/2e19cde1744648788227bd62c25c21a3pixels.spotify.com/v1/config/2e19cd... https://pixels.spotify.com/v1/config/2e19cde1744648788227bd62c25c21a3 — 200 — 303 B — 86 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 72 ms — h2https://connect.facebook.net/signals/config/344984802502887?v=2.9.303&r=stable&domain=www.amnh.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/344984802502887?v=2.9.303&r=stable&domain=www.amnh.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 29 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2F — 200 — 839 B — 187 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2F — 302 — 822 B — 267 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js — 200 — 105.8 KiB — 14 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 31 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js — 200 — 27.4 KiB — 80 ms — h3https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.jscdnjs.cloudflare.com/ajax/libs/must... https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.js — 200 — 3.1 KiB — 57 ms — h3https://www.googleadservices.com/pagead/conversion/810443679/?random=1776814410238&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/810443679/?random=1776814410238&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.1 KiB — 60 ms — h3https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.amnh.org%2F&scrsrc=www.googletagmanager.com&rnd=834070833.1776814410&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&auid=239542271.1776814410&navt=n&npa=1&_tu=CA&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-810443679&tid=AW-810443679&tft=1776814410252&tfd=941www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.amnh.org%2F&scrsrc=www.googletagmanager.com&rnd=834070833.1776814410&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&auid=239542271.1776814410&navt=n&npa=1&_tu=CA&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-810443679&tid=AW-810443679&tft=1776814410252&tfd=941 — 200 — 21 B — 52 ms — h3https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.amnh.org%2F&scrsrc=www.googletagmanager.com&rnd=834070833.1776814410&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&auid=239542271.1776814410&navt=n&npa=1&_tu=KA&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-810443679&tid=AW-810443679&tft=1776814410253&tfd=942www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.amnh.org%2F&scrsrc=www.googletagmanager.com&rnd=834070833.1776814410&dt=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&auid=239542271.1776814410&navt=n&npa=1&_tu=KA&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-810443679&tid=AW-810443679&tft=1776814410253&tfd=942 — 200 — 21 B — 52 ms — h3https://ad.doubleclick.net/activity;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;~oref=https%3A%2F%2Fwww.amnh.org%2F?ad.doubleclick.net/activity;src=943... https://ad.doubleclick.net/activity;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;~oref=https%3A%2F%2Fwww.amnh.org%2F? — 302 — 22 B — 406 ms — h3https://9432320.fls.doubleclick.net/activityi;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;_dc_test=1;~oref=https%3A%2F%2Fwww.amnh.org%2F?9432320.fls.doubleclick.net/activit... https://9432320.fls.doubleclick.net/activityi;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;_dc_test=1;~oref=https%3A%2F%2Fwww.amnh.org%2F? — 302 — 864 B — 78 ms — h2https://www.facebook.com/tr/?id=344984802502887&ev=PageView&dl=https%3A%2F%2Fwww.amnh.org%2F&rl=&if=false&ts=1776814410342&cd[page_location]=https%3A%2F%2Fwww.amnh.org%2F&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776814410333.80405625822177985&ler=empty&cdl=API_unavailable&pmd[title]=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&pmd[locale]=en-US&pmd[description]=Explore%20the%20natural%20world%2C%20and%20the%20known%20universe.%20Open%20daily%2C%2010%20am%E2%80%935%3A30%20pm.&plt=386&it=1776814410174&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=34498480250... https://www.facebook.com/tr/?id=344984802502887&ev=PageView&dl=https%3A%2F%2Fwww.amnh.org%2F&rl=&if=false&ts=1776814410342&cd[page_location]=https%3A%2F%2Fwww.amnh.org%2F&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776814410333.80405625822177985&ler=empty&cdl=API_unavailable&pmd[title]=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&pmd[locale]=en-US&pmd[description]=Explore%20the%20natural%20world%2C%20and%20the%20known%20universe.%20Open%20daily%2C%2010%20am%E2%80%935%3A30%20pm.&plt=386&it=1776814410174&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 19 B — 39 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=344984802502887&ev=PageView&dl=https%3A%2F%2Fwww.amnh.org%2F&rl=&if=false&ts=1776814410342&cd[page_location]=https%3A%2F%2Fwww.amnh.org%2F&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776814410333.80405625822177985&ler=empty&cdl=API_unavailable&pmd[title]=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&pmd[locale]=en-US&pmd[description]=Explore%20the%20natural%20world%2C%20and%20the%20known%20universe.%20Open%20daily%2C%2010%20am%E2%80%935%3A30%20pm.&plt=386&it=1776814410174&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=344984802502887&ev=PageView&dl=https%3A%2F%2Fwww.amnh.org%2F&rl=&if=false&ts=1776814410342&cd[page_location]=https%3A%2F%2Fwww.amnh.org%2F&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=4126&fbp=fb.1.1776814410333.80405625822177985&ler=empty&cdl=API_unavailable&pmd[title]=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&pmd[locale]=en-US&pmd[description]=Explore%20the%20natural%20world%2C%20and%20the%20known%20universe.%20Open%20daily%2C%2010%20am%E2%80%935%3A30%20pm.&plt=386&it=1776814410174&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 199 B — 172 ms — h3https://www.amnh.org/manifest.webmanifestwww.amnh.org/manifest.webmanifest https://www.amnh.org/manifest.webmanifest — 403 — 44.2 KiB — 26 ms — h2https://ad.doubleclick.net/activity;dc_pre=CPWhir6NgJQDFVxRHQkdnTUgzA;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;~oref=https%3A%2F%2Fwww.amnh.org%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CPWhir6NgJQDFVxRHQkdnTUgzA;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;~oref=https%3A%2F%2Fwww.amnh.org%2F? — 302 — 22 B — 346 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/810443679/?random=1202243384&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxUbRGZIz2fu-DfhHO-szXX-756xGDsVISg&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fFV6god8FTyREtn9s7_rAhwYqGyegDeiT0FEdX1qfkjLjdyUtM01RoCJWM&pscrd=IhMItsSHvo2AlAMVT1QdCR1JpxmXMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGY0RXNOaXN0el9hUWZobmEyU3ZfdU9jdHR4QWc1T2lsbS1xT25XcXBVQkl0SHFQX2NPZXJNUXoMCAliCAgAEAAYACAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/810443679/?random=1202243384&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxUbRGZIz2fu-DfhHO-szXX-756xGDsVISg&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fFV6god8FTyREtn9s7_rAhwYqGyegDeiT0FEdX1qfkjLjdyUtM01RoCJWM&pscrd=IhMItsSHvo2AlAMVT1QdCR1JpxmXMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGY0RXNOaXN0el9hUWZobmEyU3ZfdU9jdHR4QWc1T2lsbS1xT25XcXBVQkl0SHFQX2NPZXJNUXoMCAliCAgAEAAYACAA — 302 — 23 B — 148 ms — h3https://consentag.eu/manager/consent/user/getuamconsentag.eu/manager/consent/user/g... https://consentag.eu/manager/consent/user/getuam — 200 — 390 B — 25 ms — h2https://9432320.fls.doubleclick.net/activityi;dc_pre=CIf2i76NgJQDFXFh9ggdVRoNNQ;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;_dc_test=1;~oref=https%3A%2F%2Fwww.amnh.org%2F?9432320.fls.doubleclick.net/activit... https://9432320.fls.doubleclick.net/activityi;dc_pre=CIf2i76NgJQDFXFh9ggdVRoNNQ;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;_dc_test=1;~oref=https%3A%2F%2Fwww.amnh.org%2F? — 200 — 700 B — 34 ms — h2https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 10 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 931 B — 192 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 908 B — 151 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 902 B — 144 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 239 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 905 B — 156 ms — h2https://ariane.abtasty.com/ariane.abtasty.com/ https://ariane.abtasty.com/ — 200 — 209 B — 69 ms — h2https://www.google.com/pagead/1p-conversion/810443679/?random=1202243384&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fFV6god8FTyREtn9s7_rAhwYqGyegDeiT0FEdX1qfkjLjdyUtM01RoCJWM&pscrd=IhMItsSHvo2AlAMVT1QdCR1JpxmXMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGY0RXNOaXN0el9hUWZobmEyU3ZfdU9jdHR4QWc1T2lsbS1xT25XcXBVQkl0SHFQX2NPZXJNUXoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9Pl-9GLV1WjOB4vuLN9Y5t1YO-Cvrd2bg0SKkSIgMUoavrMIJEtkyNFMoPmF_WHF4oD2cuCYWemMIQG7x39_qxclMyCgC-TKErDt94eF96nXSBs0MXbY&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxZW1XJOpHySvXPhvwZ-j9rwx7NWwVtpxHg&random=3618763082www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/810443679/?random=1202243384&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fFV6god8FTyREtn9s7_rAhwYqGyegDeiT0FEdX1qfkjLjdyUtM01RoCJWM&pscrd=IhMItsSHvo2AlAMVT1QdCR1JpxmXMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGY0RXNOaXN0el9hUWZobmEyU3ZfdU9jdHR4QWc1T2lsbS1xT25XcXBVQkl0SHFQX2NPZXJNUXoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9Pl-9GLV1WjOB4vuLN9Y5t1YO-Cvrd2bg0SKkSIgMUoavrMIJEtkyNFMoPmF_WHF4oD2cuCYWemMIQG7x39_qxclMyCgC-TKErDt94eF96nXSBs0MXbY&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxZW1XJOpHySvXPhvwZ-j9rwx7NWwVtpxHg&random=3618763082 — 302 — 22 B — 67 ms — h3https://adservice.google.com/ddm/fls/z/dc_pre=CIf2i76NgJQDFXFh9ggdVRoNNQ;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;_dc_test=1;~oref=https%3A%2F%2Fwww.amnh.org%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CIf2i76NgJQDFXFh9ggdVRoNNQ;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;_dc_test=1;~oref=https%3A%2F%2Fwww.amnh.org%2F — 200 — 63 B — 76 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2F&e_ipv6=AQLOpUYpFcBupAAAAZ2yZEp3Tk6D7REwklznK-WusfioshZeTuzx0MQmRtJ7RZHRQhSEyLNgG9tfpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=2647066&time=1776814410189&url=https%3A%2F%2Fwww.amnh.org%2F&e_ipv6=AQLOpUYpFcBupAAAAZ2yZEp3Tk6D7REwklznK-WusfioshZeTuzx0MQmRtJ7RZHRQhSEyLNgG9tf — 200 — 694 B — 175 ms — h2https://www.google.es/pagead/1p-conversion/810443679/?random=1202243384&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fFV6god8FTyREtn9s7_rAhwYqGyegDeiT0FEdX1qfkjLjdyUtM01RoCJWM&is_vtc=1&cid=CAQSWwAFq6B9Pl-9GLV1WjOB4vuLN9Y5t1YO-Cvrd2bg0SKkSIgMUoavrMIJEtkyNFMoPmF_WHF4oD2cuCYWemMIQG7x39_qxclMyCgC-TKErDt94eF96nXSBs0MXbY&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxZW1XJOpHySvXPhvwZ-j9rwx7NWwVtpxHg&random=3618763082&ipr=y&pscrd=IhMItsSHvo2AlAMVT1QdCR1JpxmXMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGY0RXNOaXN0el9hUWZobmEyU3ZfdU9jdHR4QWc1T2lsbS1xT25XcXBVQkl0SHFQX2NPZXJNUXoMCAliCAgAEAAYACAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/810443679/?random=1202243384&cv=11&fst=1776814410238&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9213082653z86342798za20gzb6342798zd6342798xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.amnh.org%2F&rcb=6&label=WKeSCO-I-pICEJ_HuYID&capi=1&frm=0&tiba=American%20Museum%20of%20Natural%20History%20%7C%20New%20York%20City&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=239542271.1776814410&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=KA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fFV6god8FTyREtn9s7_rAhwYqGyegDeiT0FEdX1qfkjLjdyUtM01RoCJWM&is_vtc=1&cid=CAQSWwAFq6B9Pl-9GLV1WjOB4vuLN9Y5t1YO-Cvrd2bg0SKkSIgMUoavrMIJEtkyNFMoPmF_WHF4oD2cuCYWemMIQG7x39_qxclMyCgC-TKErDt94eF96nXSBs0MXbY&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxZW1XJOpHySvXPhvwZ-j9rwx7NWwVtpxHg&random=3618763082&ipr=y&pscrd=IhMItsSHvo2AlAMVT1QdCR1JpxmXMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGY0RXNOaXN0el9hUWZobmEyU3ZfdU9jdHR4QWc1T2lsbS1xT25XcXBVQkl0SHFQX2NPZXJNUXoMCAliCAgAEAAYACAA — 200 — 115 B — 36 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=14929700707252638955;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NImoYYkysqSfajsun4ilGJmOjJ6c5LzAOI6mw;_dc_time=1776814410;dc_pre=CPWhir6NgJQDFVxRHQkdnTUgzA;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;~oref=https%3A%2F%2Fwww.amnh.org%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=14929700707252638955;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NImoYYkysqSfajsun4ilGJmOjJ6c5LzAOI6mw;_dc_time=1776814410;dc_pre=CPWhir6NgJQDFVxRHQkdnTUgzA;src=9432320;type=visit;cat=amnh-0;rcb=4;ord=1;num=6602130130156;npa=1;auiddc=239542271.1776814410;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64h1v9177258950z86342798za20gzb6342798zd6342798xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~117266401;epver=2;dc_random=1776814410_ZYgbks9USTKitPDY4twermwF5bOoZ79EBw;~oref=https%3A%2F%2Fwww.amnh.org%2F? — 200 — 63 B — 221 ms — h3https://i.simpli.fi/p?cid=372767&cb=sifi_att_42656._hpi.simpli.fi/p?cid=372767&cb=sifi_at... https://i.simpli.fi/p?cid=372767&cb=sifi_att_42656._hp — 200 — 983 B — 35 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 431 B — 198 ms — h2https://www.amnh.org/favicon.icowww.amnh.org/favicon.ico https://www.amnh.org/favicon.ico — 200 — 2.0 KiB — 32 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=9el4xyv&cookie_sync=1&upv=3.0.0&upid=qvrgq1l&ref=https://www.amnh.org/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=9el4xyv&cookie_sync=1&upv=3.0.0&upid=qvrgq1l&ref=https://www.amnh.org/ — 302 — 166 B — 112 ms — h2https://um.simpli.fi/bomboraum.simpli.fi/bombora https://um.simpli.fi/bombora — 302 — 609 B — 117 ms — h2https://um.simpli.fi/bidswitchum.simpli.fi/bidswitch https://um.simpli.fi/bidswitch — 302 — 615 B — 115 ms — h2https://um.simpli.fi/adswizzum.simpli.fi/adswizz https://um.simpli.fi/adswizz — 302 — 652 B — 115 ms — h2https://um.simpli.fi/eyeotaum.simpli.fi/eyeota https://um.simpli.fi/eyeota — 302 — 605 B — 115 ms — h2https://um.simpli.fi/smaatoum.simpli.fi/smaato https://um.simpli.fi/smaato — 302 — 611 B — 115 ms — h2https://um.simpli.fi/nexxenum.simpli.fi/nexxen https://um.simpli.fi/nexxen — 302 — 601 B — 115 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 906 B — 202 ms — h2https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776814410665&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ONwww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776814410665&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON — 302 — 23 B — 31 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sccm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sc — 302 — 273 B — 75 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=2056415026&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6XtE6kzRITzyZp_Krw2HghxJ4e_7TKyNcPvRT8pMJAxdnMTXMaCzwhoCVGk&pscrd=IhMI9PKgvo2AlAMVW0YdCR0EngsfMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy96DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=2056415026&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6XtE6kzRITzyZp_Krw2HghxJ4e_7TKyNcPvRT8pMJAxdnMTXMaCzwhoCVGk&pscrd=IhMI9PKgvo2AlAMVW0YdCR0EngsfMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy96DAgJYggIABAAGAAgAA — 302 — 24 B — 31 ms — h3https://www.google.com/pagead/1p-conversion/1026675585/?random=2056415026&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6XtE6kzRITzyZp_Krw2HghxJ4e_7TKyNcPvRT8pMJAxdnMTXMaCzwhoCVGk&pscrd=IhMI9PKgvo2AlAMVW0YdCR0EngsfMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B95EbFwrrJGK_tmDH7Y5471yQGCRkTEp9SVz-irs02EI5CBVPQrbQobTZ1ZDsSmocm1x61ePXhGqQX1efO7XCeeK_xW_s_rcdN2LbB_nMMkiXqqs6Mz5M&random=3562561548www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1026675585/?random=2056415026&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6XtE6kzRITzyZp_Krw2HghxJ4e_7TKyNcPvRT8pMJAxdnMTXMaCzwhoCVGk&pscrd=IhMI9PKgvo2AlAMVW0YdCR0EngsfMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B95EbFwrrJGK_tmDH7Y5471yQGCRkTEp9SVz-irs02EI5CBVPQrbQobTZ1ZDsSmocm1x61ePXhGqQX1efO7XCeeK_xW_s_rcdN2LbB_nMMkiXqqs6Mz5M&random=3562561548 — 302 — 24 B — 34 ms — h3https://um.simpli.fi/g_match?id=&google_error=3um.simpli.fi/g_match?id=&google_err... https://um.simpli.fi/g_match?id=&google_error=3 — 204 — 522 B — 32 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2026/passport-to-the-universe-giant-screen/6321383-2-eng-US/passport-to-the-universe-giant-screen_full_285.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/home-page-banners/hp-banner-2026/passport-to-the-universe-giant-screen/6321383-2-eng-US/passport-to-the-universe-giant-screen_full_285.jpg — 200 — 9.3 KiB — 27 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=9el4xyv&cookie_sync=1&upv=3.0.0&upid=qvrgq1l&ref=https%3a%2f%2fwww.amnh.org&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=9el4xyv&cookie_sync=1&upv=3.0.0&upid=qvrgq1l&ref=https%3a%2f%2fwww.amnh.org&redirect=1 — 200 — 369 B — 38 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/plan-your-visit/plan-your-visit/3917385-5-eng-US/plan-your-visit_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/plan-your-visit/plan-your-visit/3917385-5-eng-US/plan-your-visit_square_650.jpg — 200 — 111.0 KiB — 71 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/plan-your-visit/join-now/5645881-1-eng-US/join-now_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/plan-your-visit/join-now/5645881-1-eng-US/join-now_square_650.jpg — 200 — 61.5 KiB — 60 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/exhibitions/richard-gilder-center-for-science-education-and-innovation/3482942-16-eng-US/richard-gilder-center-for-science-education-and-innovation_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/exhibitions/richard-gilder-center-for-science-education-and-innovation/3482942-16-eng-US/richard-gilder-center-for-science-education-and-innovation_square_650.jpg — 200 — 67.1 KiB — 71 ms — h2https://www.google.es/pagead/1p-conversion/1026675585/?random=2056415026&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6XtE6kzRITzyZp_Krw2HghxJ4e_7TKyNcPvRT8pMJAxdnMTXMaCzwhoCVGk&is_vtc=1&cid=CAQSWwAFq6B95EbFwrrJGK_tmDH7Y5471yQGCRkTEp9SVz-irs02EI5CBVPQrbQobTZ1ZDsSmocm1x61ePXhGqQX1efO7XCeeK_xW_s_rcdN2LbB_nMMkiXqqs6Mz5M&random=3562561548&ipr=y&pscrd=IhMI9PKgvo2AlAMVW0YdCR0EngsfMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy96DAgJYggIABAAGAAgAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1026675585/?random=2056415026&cv=7&fst=1776814410665&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6XtE6kzRITzyZp_Krw2HghxJ4e_7TKyNcPvRT8pMJAxdnMTXMaCzwhoCVGk&is_vtc=1&cid=CAQSWwAFq6B95EbFwrrJGK_tmDH7Y5471yQGCRkTEp9SVz-irs02EI5CBVPQrbQobTZ1ZDsSmocm1x61ePXhGqQX1efO7XCeeK_xW_s_rcdN2LbB_nMMkiXqqs6Mz5M&random=3562561548&ipr=y&pscrd=IhMI9PKgvo2AlAMVW0YdCR0EngsfMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5hbW5oLm9yZy96DAgJYggIABAAGAAgAA — 200 — 64 B — 60 ms — h3https://um.simpli.fi/tripleliftum.simpli.fi/triplelift https://um.simpli.fi/triplelift — 302 — 612 B — 39 ms — h2https://um.simpli.fi/telaria_pum.simpli.fi/telaria_p https://um.simpli.fi/telaria_p — 302 — 610 B — 40 ms — h2https://um.simpli.fi/tapadum.simpli.fi/tapad https://um.simpli.fi/tapad — 302 — 628 B — 40 ms — h2https://um.simpli.fi/ad_advisorum.simpli.fi/ad_advisor https://um.simpli.fi/ad_advisor — 302 — 620 B — 40 ms — h2https://um.simpli.fi/intentiqum.simpli.fi/intentiq https://um.simpli.fi/intentiq — 302 — 639 B — 40 ms — h2https://um.simpli.fi/pubmaticum.simpli.fi/pubmatic https://um.simpli.fi/pubmatic — 200 — 611 B — 41 ms — h2https://um.simpli.fi/freewheelum.simpli.fi/freewheel https://um.simpli.fi/freewheel — 200 — 609 B — 41 ms — h2https://um.simpli.fi/dtnxum.simpli.fi/dtnx https://um.simpli.fi/dtnx — 302 — 620 B — 42 ms — h2https://um.simpli.fi/exelatemum.simpli.fi/exelatem https://um.simpli.fi/exelatem — 302 — 617 B — 42 ms — h2https://um.simpli.fi/yahooum.simpli.fi/yahoo https://um.simpli.fi/yahoo — 200 — 611 B — 42 ms — h2https://um.simpli.fi/beachfrontum.simpli.fi/beachfront https://um.simpli.fi/beachfront — 302 — 605 B — 43 ms — h2https://um.simpli.fi/crwdcntrlum.simpli.fi/crwdcntrl https://um.simpli.fi/crwdcntrl — 302 — 611 B — 64 ms — h2https://um.simpli.fi/lj_matchum.simpli.fi/lj_match https://um.simpli.fi/lj_match — 302 — 604 B — 64 ms — h2https://um.simpli.fi/liveramp_matchum.simpli.fi/liveramp_match https://um.simpli.fi/liveramp_match — 302 — 612 B — 64 ms — h2https://um.simpli.fi/spotx_matchum.simpli.fi/spotx_match https://um.simpli.fi/spotx_match — 204 — 272 B — 62 ms — h2https://um.simpli.fi/anum.simpli.fi/an https://um.simpli.fi/an — 302 — 606 B — 65 ms — h2https://um.simpli.fi/rb_matchum.simpli.fi/rb_match https://um.simpli.fi/rb_match — 302 — 629 B — 65 ms — h2https://um.simpli.fi/ox_matchum.simpli.fi/ox_match https://um.simpli.fi/ox_match — 302 — 611 B — 65 ms — h2https://x.bidswitch.net/sync?dsp_id=518&user_id=CCDDC400AECF49BABED56BEFD3E39E30x.bidswitch.net/sync?dsp_id=518&use... https://x.bidswitch.net/sync?dsp_id=518&user_id=CCDDC400AECF49BABED56BEFD3E39E30 — 200 — 183 B — 117 ms — h2https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=4AF7128909034961AF753EAD3EC1F589synchroscript.deliveryengine.adswiz... https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=4AF7128909034961AF753EAD3EC1F589 — 200 — 386 B — 128 ms — h2https://ps.eyeota.net/match?bid=irm51m1&uid=12498E12077C494E8D40128DDC03CC7Fps.eyeota.net/match?bid=irm51m1&uid... https://ps.eyeota.net/match?bid=irm51m1&uid=12498E12077C494E8D40128DDC03CC7F — 200 — 354 B — 137 ms — http/1.1https://ml314.com/utsync.ashx?et=0&eid=93940&fp=5022795CA7DA489383E9BD4173B542B3ml314.com/utsync.ashx?et=0&eid=9394... https://ml314.com/utsync.ashx?et=0&eid=93940&fp=5022795CA7DA489383E9BD4173B542B3 — 200 — 286 B — 138 ms — h2https://s.ad.smaato.net/c/?dspInit=675&dspCookie=D38C194F68604DF8A9AC1FC352C51DF1s.ad.smaato.net/c/?dspInit=675&dspC... https://s.ad.smaato.net/c/?dspInit=675&dspCookie=D38C194F68604DF8A9AC1FC352C51DF1 — 204 — 66 B — 114 ms — h2https://sync.1rx.io/usersync/simplifi/437AFA43533F401E9E20D86C38B28D16sync.1rx.io/usersync/simplifi/437AF... https://sync.1rx.io/usersync/simplifi/437AFA43533F401E9E20D86C38B28D16 — 204 — 44 B — 348 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 69 ms — http/1.1https://eb2.3lift.com/xuid?mid=7969&xuid=04B96538A9C7464D87AA38B263A094F0&dongle=yf3eb2.3lift.com/xuid?mid=7969&xuid=04... https://eb2.3lift.com/xuid?mid=7969&xuid=04B96538A9C7464D87AA38B263A094F0&dongle=yf3 — 200 — 140 B — 120 ms — h2https://simplifi.partners.tremorhub.com/sync?UISF=71B6E1381C3746468B2F4570919B8C41simplifi.partners.tremorhub.com/syn... https://simplifi.partners.tremorhub.com/sync?UISF=71B6E1381C3746468B2F4570919B8C41 — 200 — 175 B — 322 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=0720E0E163344D56A8CEA1CE36E07D30pixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=0720E0E163344D56A8CEA1CE36E07D30 — 302 — 643 B — 90 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=65A73567AE9C4A6991DDD6E3F519BED0aa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=65A73567AE9C4A6991DDD6E3F519BED0 — 200 — 307 B — 546 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=608B15081E9E486BB5F914C74EE5A046sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=608B15081E9E486BB5F914C74EE5A046 — 200 — 218 B — 86 ms — h2https://fei.pro-market.net/engine?du=24;csync=A0F85EAF49724E9DB9E7D5324C5A6858;mimetype=img;fei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=A0F85EAF49724E9DB9E7D5324C5A6858;mimetype=img; — 200 — 792 B — 82 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=D2F2177F9D8745B8B542BD75D96C2FA3&j=0loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=D2F2177F9D8745B8B542BD75D96C2FA3&j=0 — 302 — 884 B — 111 ms — h2https://sync.bfmio.com/sync?pid=141&uid=693B340AB0A44ADFA3CCB637A1906A9Bsync.bfmio.com/sync?pid=141&uid=693... https://sync.bfmio.com/sync?pid=141&uid=693B340AB0A44ADFA3CCB637A1906A9B — 204 — 378 B — 298 ms — h2https://ib.adnxs.com/setuid?entity=66&code=1735E3DDA8924C0EB6A8A003795DDF92ib.adnxs.com/setuid?entity=66&code=... https://ib.adnxs.com/setuid?entity=66&code=1735E3DDA8924C0EB6A8A003795DDF92 — -1 — 0 B — 139 ms — https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=410AA1FEDB544700BC5BA1D2CE44C460bcp.crwdcntrl.net/map/c=7625/tp=SIM... https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=410AA1FEDB544700BC5BA1D2CE44C460 — 404 — 268 B — 107 ms — h2https://ce.lijit.com/merge?pid=2&3pid=42A45B8FD8D345C1880AD12BE7D2EC41ce.lijit.com/merge?pid=2&3pid=42A45... https://ce.lijit.com/merge?pid=2&3pid=42A45B8FD8D345C1880AD12BE7D2EC41 — 204 — 223 B — 145 ms — h2https://idsync.rlcdn.com/419566.gif?partner_uid=4CF08FCF32644EFB8881F8B3D8CC4B25idsync.rlcdn.com/419566.gif?partner... https://idsync.rlcdn.com/419566.gif?partner_uid=4CF08FCF32644EFB8881F8B3D8CC4B25 — 451 — 98 B — 70 ms — h2https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=A827E962DBB54CD2A46D2373E3989FA8&expires=365pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=A827E962DBB54CD2A46D2373E3989FA8&expires=365 — 204 — 239 B — 97 ms — http/1.1https://us-u.openx.net/w/1.0/sd?id=537072966&val=147120FE7C35434B94638B8743F6358Fus-u.openx.net/w/1.0/sd?id=53707296... https://us-u.openx.net/w/1.0/sd?id=537072966&val=147120FE7C35434B94638B8743F6358F — 200 — 260 B — 66 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/learn--teach/resources-for-learning/3553907-9-eng-US/resources-for-learning_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/learn--teach/resources-for-learning/3553907-9-eng-US/resources-for-learning_square_650.jpg — 200 — 51.5 KiB — 30 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/learn--teach/children--family-programs/3553954-8-eng-US/children--family-programs_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/learn--teach/children--family-programs/3553954-8-eng-US/children--family-programs_square_650.jpg — 200 — 80.7 KiB — 35 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/explore/climate-change/3555256-2-eng-US/climate-change_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/explore/climate-change/3555256-2-eng-US/climate-change_square_650.jpg — 200 — 82.6 KiB — 33 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=0720E0E163344D56A8CEA1CE36E07D30pixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=0720E0E163344D56A8CEA1CE36E07D30 — 200 — 427 B — 29 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=D2F2177F9D8745B8B542BD75D96C2FA3&j=0&xl8blockcheck=1loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=D2F2177F9D8745B8B542BD75D96C2FA3&j=0&xl8blockcheck=1 — 204 — 324 B — 36 ms — h2https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/shop/great-for-gifts/5166526-3-eng-US/great-for-gifts_square_650.jpgwww.amnh.org/var/ezflow_site/storag... https://www.amnh.org/var/ezflow_site/storage/images/amnh2/site-settings/redesign-main-menu/shop/great-for-gifts/5166526-3-eng-US/great-for-gifts_square_650.jpg — 200 — 40.9 KiB — 29 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 116 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 348 B — 113 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 850ms · 741KB · $11/mo
www.amnh.org
Other
Optional
Execution 165ms
Transfer 31 KB
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 120ms
Transfer 0 KB
Monthly Cost $2/mo
www.amnh.org
Other
Optional
Execution 110ms
Transfer 91 KB
Unused 54%
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 106ms
Transfer 106 KB
Unused 52%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 86ms
Transfer 173 KB
Unused 35%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 178 KB
Unused 37%
Monthly Cost $1/mo
www.amnh.org
Other
Optional
Execution 68ms
Transfer 18 KB
Monthly Cost $1/mo
www.amnh.org
Other
Optional
Execution 67ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 60ms
Transfer 145 KB
Unused 40%
Monthly Cost $1/mo

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

54% of www.amnh.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

52% of analytics.tiktok.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