Skip to content
https://humaneworld.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

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

4.29 s

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

5.90 s

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

4.58 s

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

0.000

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

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

34.12 s

Page Load Progression

1.1 s
2.2 s
3.3 s
4.4 s
5.5 s
6.6 s
7.7 s
8.8 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
3.9 MB transferred, 221 requests
FIX
3.9 MB transferred, 221 requests
Warning::
Page weighs 12.3 MB (3.9 MB transferred)
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Info::
Fonts are 620 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 620 KB
Info::
CSS is 203 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 203 KB
Warning::
221 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.81 g CO2 per page load
3.9 MB / 2.4 MB budget
3.9 MB transferred
221 requests
0.81 g CO2 per page load
JavaScript 2.6 MiB 66%
Fonts 619.8 KiB 16%
Images 408.5 KiB 10%
CSS 203.1 KiB 5%
HTML 83.2 KiB 2%
Other 15.3 KiB 0%
Other 7.3 KiB 0%
Other 5.9 KiB 0%
Other 5.7 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.9 MiB of 3.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
12609ms total JS execution
FIX
12609ms total JS execution
Warning::
Unattributable: 1440ms CPU time
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 1319ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DGPX...: 1312ms CPU time
Warning::
https://action.humaneworld.org/pageassets/js/enPag...: 1129ms CPU time
Warning::
https://www.humaneworld.org/en: 832ms CPU time
Warning::
Third-party scripts: 12609ms (100% of total)

Main Thread Breakdown

Script Evaluation 69% Other 13% Script Parsing & Compilation 8% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
Unattributable1440ms72ms0ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js1319ms1071ms125ms3rd
https://www.googletagmanager.com/gtag/js?id=G-DGPX92WLR5&cx=c&gtm=4e64k01312ms1115ms169ms3rd
https://action.humaneworld.org/pageassets/js/enPage.js?v=4.0.01129ms1096ms27ms3rd
https://www.humaneworld.org/en832ms11ms2ms3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-en.js728ms640ms63ms3rd
https://cdn.wisepops.com/shared/wisepops/KeS7WMjujvwTBsLxo5VE/601159.js?v=1776804652418727ms670ms34ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TS9VRT651ms541ms91ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-977709025&cx=c&gtm=4e64k0417ms349ms63ms3rd
https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/surveys-WOOF-production.js?v=1753716893000376ms345ms17ms3rd

Showing top 10 of 33 scripts

F
JS Bundles
Action
66 scripts, 1.5 MB unused
FIX
66 scripts, 1.5 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 92 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.5 MB
1523 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js121 KB92 KB (77%)3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-en.js111 KB77 KB (69%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NDXH9Q2H127 KB63 KB (50%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-13526058&cx=c&gtm=4e64k0129 KB62 KB (48%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-977709025&cx=c&gtm=4e64k0144 KB61 KB (42%)3rd
https://www.humaneworld.org/sites/default/files/js/js_lRsV3WlVHDlzdWNqgFP6ZZjtBW4TLOiBWe3R0_QHD5Y.js?scope=footer&delta=10&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA85 KB58 KB (69%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
221 resources · 3.9 MB · 1.5 MB savings available
FIX
221 resources · 3.9 MB · 1.5 MB savings available
Warning::
Page weight 2.9 MB over 1MB target
Got: 3.9 MB Expected: ≤ 1 MB
Info::
~1.5 MB of savings available
Warning::
220 third-party resources (100% of weight)
Info::
2 resources over 200KB
221 resources · 3.9 MiB · 220 third-party 2.9 MiB over 1MB target
JavaScript 66% · 2.6 MiB
Font 16% · 619.8 KiB
Image 10% · 413.0 KiB
CSS 5% · 203.1 KiB
Document 2% · 87.5 KiB
Other 1% · 25.4 KiB

~1.5 MiB of savings available

Remove unused JavaScript: 1.5 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.

B
Image Optimization
61 images, 0 KB saveable
REVIEW
61 images, 0 KB saveable
Info::
All images are well-optimized
61 images 408 KB
0 oversized -0 KB
43 legacy format
0 missing dimensions CLS risk
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
13 fonts (620 KB)
PASS
13 fonts (620 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

620 KB total

Render-blocking

0

of 13

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 4.3 s LCP 5.9 shttps://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Regular.woff2NotoSans-Regular.woff2 https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Regular.woff2 — 26.7 KiB — 19 ms — font-display: swaphttps://www.humaneworld.org/themes/custom/saplings_child/fonts/SharpGroteskBold-16.woff2SharpGroteskBold-16.woff2 https://www.humaneworld.org/themes/custom/saplings_child/fonts/SharpGroteskBold-16.woff2 — 26.3 KiB — 12 ms — font-display: swaphttps://www.humaneworld.org/themes/custom/saplings_child/assets/css/fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5abootstrap-icons.woff2 https://www.humaneworld.org/themes/custom/saplings_child/assets/css/fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a — 131.2 KiB — 35 ms — font-display: swaphttps://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Bold.woff2NotoSans-Bold.woff2 https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Bold.woff2 — 26.5 KiB — 26 ms — font-display: swaphttps://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Italic.woff2NotoSans-Italic.woff2 https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Italic.woff2 — 19.7 KiB — 18 ms — font-display: swaphttps://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Medium.woff2NotoSans-Medium.woff2 https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Medium.woff2 — 19.3 KiB — 28 ms — font-display: swaphttps://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-BoldItalic.woff2NotoSans-BoldItalic.woff2 https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-BoldItalic.woff2 — 134.0 KiB — 24 ms — font-display: swaphttps://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/SharpGroteskBold-16.woff2SharpGroteskBold-16.woff2 https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/SharpGroteskBold-16.woff2 — 51.0 KiB — 288 ms — font-display: swaphttps://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans.woff2Noto-Sans.woff2 https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans.woff2 — 39.0 KiB — 286 ms — font-display: swaphttps://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans-Italic.woff2Noto-Sans-Italic.woff2 https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans-Italic.woff2 — 73.2 KiB — 288 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 20 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2253/Noto-Sans.woff2Noto-Sans.woff2 https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2253/Noto-Sans.woff2 — 39.0 KiB — 8 ms — font-display: swap
NotoSans-Regular.woff2 woff2 swap
Size 27 KB
Load time 19 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
SharpGroteskBold-16.woff2 woff2 swap
Size 26 KB
Load time 12 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
bootstrap-icons.woff2 woff2 swap
Size 131 KB
Load time 35 ms
Start 2.0 s
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
NotoSans-Bold.woff2 woff2 swap
Size 27 KB
Load time 26 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
NotoSans-Italic.woff2 woff2 swap
Size 20 KB
Load time 18 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
NotoSans-Medium.woff2 woff2 swap
Size 19 KB
Load time 28 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
NotoSans-BoldItalic.woff2 woff2 swap
Size 134 KB
Load time 24 ms
Start 2.0 s
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
SharpGroteskBold-16.woff2 woff2 swap
Size 51 KB
Load time 288 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
Noto-Sans.woff2 woff2 swap
Size 39 KB
Load time 286 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
Noto-Sans-Italic.woff2 woff2 swap
Size 73 KB
Load time 288 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 20 ms
Start 5.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 6.0 s
Risk FOUT — text flashes from fallback to web font
Noto-Sans.woff2 woff2 swap
Size 39 KB
Load time 8 ms
Start 8.8 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)

Fixing the unchecked items could save ~133 KB and ~266 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
221 requests over 10501ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.3 s LCP 5.9 shttps://humaneworld.org// https://humaneworld.org/ — 301 — 210 B — 15 ms — h2https://www.humaneworld.org/www.humaneworld.org/ https://www.humaneworld.org/ — 301 — 792 B — 13 ms — h2https://www.humaneworld.org/enwww.humaneworld.org/en https://www.humaneworld.org/en — 200 — 31.6 KiB — 1.8 s — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Regular.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Regular.woff2 — 200 — 26.7 KiB — 19 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/SharpGroteskBold-16.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/SharpGroteskBold-16.woff2 — 200 — 26.3 KiB — 12 ms — h2https://www.humaneworld.org/sites/default/files/css/css_kckNuEYA7Fp0cvvXWnoCyFkvnKs2ceCNCRNM3QfCyXs.css?delta=0&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_kckNuEYA7Fp0cvvXWnoCyFkvnKs2ceCNCRNM3QfCyXs.css?delta=0&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 9.6 KiB — 49 ms — h2https://www.humaneworld.org/sites/default/files/css/css_rYZLZvd8nR40r5X4NyRXIF4islh857iuLeiwXHJZAFQ.css?delta=1&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_rYZLZvd8nR40r5X4NyRXIF4islh857iuLeiwXHJZAFQ.css?delta=1&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 1.2 KiB — 49 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/assets/css/bootstrap-icons-complete.css?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/assets/css/bootstrap-icons-complete.css?tdukad — 200 — 16.6 KiB — 33 ms — h2https://www.humaneworld.org/sites/default/files/css/css_AlKisVLLrIOgPJNnmdEfmgt27FuQP5XRBJQTkeF_gco.css?delta=3&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_AlKisVLLrIOgPJNnmdEfmgt27FuQP5XRBJQTkeF_gco.css?delta=3&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 424 B — 49 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/css/styles.css?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/css/styles.css?tdukad — 200 — 102.4 KiB — 52 ms — h2https://www.humaneworld.org/sites/default/files/css/css_300786mb63luxugbRiTOCE686-AmOmdWguKJtrUntXc.css?delta=5&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_300786mb63luxugbRiTOCE686-AmOmdWguKJtrUntXc.css?delta=5&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 568 B — 40 ms — h2https://www.humaneworld.org/sites/default/files/js/js_XwVGh6cBx-TxHtJIl91jjK6UVrHA2T5747G4R0oyjss.js?scope=header&delta=0&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_XwVGh6cBx-TxHtJIl91jjK6UVrHA2T5747G4R0oyjss.js?scope=header&delta=0&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 531 B — 40 ms — h2https://www.humaneworld.org/modules/contrib/google_tag/js/gtag.js?tdukadwww.humaneworld.org/modules/contrib... https://www.humaneworld.org/modules/contrib/google_tag/js/gtag.js?tdukad — 200 — 925 B — 26 ms — h2https://www.humaneworld.org/modules/contrib/google_tag/js/gtm.js?tdukadwww.humaneworld.org/modules/contrib... https://www.humaneworld.org/modules/contrib/google_tag/js/gtm.js?tdukad — 200 — 842 B — 21 ms — h2https://www.humaneworld.org/sites/default/files/styles/responsive_3_4_650w/public/2026-04/H218665_510333_hsus-loki-0169.jpg.webp?h=1d2f5b97&itok=5S8mslg8www.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/responsive_3_4_650w/public/2026-04/H218665_510333_hsus-loki-0169.jpg.webp?h=1d2f5b97&itok=5S8mslg8 — 200 — 113.8 KiB — 16 ms — h2https://www.humaneworld.org/modules/contrib/collapsiblock/theme/dist/collapsiblock.js?tdukadwww.humaneworld.org/modules/contrib... https://www.humaneworld.org/modules/contrib/collapsiblock/theme/dist/collapsiblock.js?tdukad — 200 — 2.0 KiB — 39 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/logo.svgwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/logo.svg — 200 — 6.0 KiB — 10 ms — h2https://www.humaneworld.org/core/assets/vendor/jquery/jquery.min.js?v=4.0.0www.humaneworld.org/core/assets/ven... https://www.humaneworld.org/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 — 200 — 31.7 KiB — 13 ms — h2https://www.humaneworld.org/sites/default/files/js/js_T-SgfXrMbaSncdwTt4LnWaJWWXSVGtBAVr9ktjPpCYs.js?scope=footer&delta=1&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_T-SgfXrMbaSncdwTt4LnWaJWWXSVGtBAVr9ktjPpCYs.js?scope=footer&delta=1&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 7.0 KiB — 13 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js — 200 — 1.6 KiB — 42 ms — h2https://www.humaneworld.org/sites/default/files/js/js_-DuFMZD739w96bHrTWgTaLWcZ6oQapF5Clum7SpfHfo.js?scope=footer&delta=4&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_-DuFMZD739w96bHrTWgTaLWcZ6oQapF5Clum7SpfHfo.js?scope=footer&delta=4&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 23.2 KiB — 23 ms — h2https://www.humaneworld.org/sites/default/files/js/js_mYIu1EXt-96DLxjaUFrpQLZvoSfmPhHBawK4yR1IZS4.js?scope=footer&delta=8&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_mYIu1EXt-96DLxjaUFrpQLZvoSfmPhHBawK4yR1IZS4.js?scope=footer&delta=8&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 690 B — 19 ms — h2https://www.humaneworld.org/sites/default/files/js/js_lRsV3WlVHDlzdWNqgFP6ZZjtBW4TLOiBWe3R0_QHD5Y.js?scope=footer&delta=10&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_lRsV3WlVHDlzdWNqgFP6ZZjtBW4TLOiBWe3R0_QHD5Y.js?scope=footer&delta=10&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 84.6 KiB — 29 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/animated-underline.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/animated-underline.js?tdukad — 200 — 480 B — 10 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-resize.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-resize.js?tdukad — 200 — 993 B — 11 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TS9VRTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TS9VRT — 200 — 191.0 KiB — 72 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-toggle.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-toggle.js?tdukad — 200 — 630 B — 19 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/swiper.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/swiper.js?tdukad — 200 — 663 B — 38 ms — h2https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2018/04/harp-seal-26729.jpg.webp?h=04d92ac6&itok=NnPeVcoWwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2018/04/harp-seal-26729.jpg.webp?h=04d92ac6&itok=NnPeVcoW — 200 — 24.1 KiB — 20 ms — h2data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — data
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.3 s LCP 5.9 shttps://humaneworld.org// https://humaneworld.org/ — 301 — 210 B — 15 ms — h2https://www.humaneworld.org/www.humaneworld.org/ https://www.humaneworld.org/ — 301 — 792 B — 13 ms — h2https://www.humaneworld.org/enwww.humaneworld.org/en https://www.humaneworld.org/en — 200 — 31.6 KiB — 1.8 s — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Regular.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Regular.woff2 — 200 — 26.7 KiB — 19 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/SharpGroteskBold-16.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/SharpGroteskBold-16.woff2 — 200 — 26.3 KiB — 12 ms — h2https://www.humaneworld.org/sites/default/files/css/css_kckNuEYA7Fp0cvvXWnoCyFkvnKs2ceCNCRNM3QfCyXs.css?delta=0&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_kckNuEYA7Fp0cvvXWnoCyFkvnKs2ceCNCRNM3QfCyXs.css?delta=0&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 9.6 KiB — 49 ms — h2https://www.humaneworld.org/sites/default/files/css/css_rYZLZvd8nR40r5X4NyRXIF4islh857iuLeiwXHJZAFQ.css?delta=1&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_rYZLZvd8nR40r5X4NyRXIF4islh857iuLeiwXHJZAFQ.css?delta=1&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 1.2 KiB — 49 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/assets/css/bootstrap-icons-complete.css?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/assets/css/bootstrap-icons-complete.css?tdukad — 200 — 16.6 KiB — 33 ms — h2https://www.humaneworld.org/sites/default/files/css/css_AlKisVLLrIOgPJNnmdEfmgt27FuQP5XRBJQTkeF_gco.css?delta=3&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_AlKisVLLrIOgPJNnmdEfmgt27FuQP5XRBJQTkeF_gco.css?delta=3&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 424 B — 49 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/css/styles.css?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/css/styles.css?tdukad — 200 — 102.4 KiB — 52 ms — h2https://www.humaneworld.org/sites/default/files/css/css_300786mb63luxugbRiTOCE686-AmOmdWguKJtrUntXc.css?delta=5&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocBwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/css/css_300786mb63luxugbRiTOCE686-AmOmdWguKJtrUntXc.css?delta=5&language=en&theme=saplings_child&include=eJxtjkFyRCEIRC9kjUeyUPtPSFAswfyZ28fJIovM31DQD-jOcMdMeAw11HSw7NHiHR2TJBQVoWGcRctXLDoRXiXWuQbJjT7pEYwdJ1ckEkyP3NmDnTz220Nno5dB3PckqW14MOo7_y8Ee5qjxUyG4Dk13Kmhr3fB_CmwsDjZ2klSVnXzSSP-dVewaBva0T0NoYIPlbpdLxZ3XqmXYGcN34zT4m-9Na1L8AMhEocB — 200 — 568 B — 40 ms — h2https://www.humaneworld.org/sites/default/files/js/js_XwVGh6cBx-TxHtJIl91jjK6UVrHA2T5747G4R0oyjss.js?scope=header&delta=0&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_XwVGh6cBx-TxHtJIl91jjK6UVrHA2T5747G4R0oyjss.js?scope=header&delta=0&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 531 B — 40 ms — h2https://www.humaneworld.org/modules/contrib/google_tag/js/gtag.js?tdukadwww.humaneworld.org/modules/contrib... https://www.humaneworld.org/modules/contrib/google_tag/js/gtag.js?tdukad — 200 — 925 B — 26 ms — h2https://www.humaneworld.org/modules/contrib/google_tag/js/gtm.js?tdukadwww.humaneworld.org/modules/contrib... https://www.humaneworld.org/modules/contrib/google_tag/js/gtm.js?tdukad — 200 — 842 B — 21 ms — h2https://www.humaneworld.org/sites/default/files/styles/responsive_3_4_650w/public/2026-04/H218665_510333_hsus-loki-0169.jpg.webp?h=1d2f5b97&itok=5S8mslg8www.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/responsive_3_4_650w/public/2026-04/H218665_510333_hsus-loki-0169.jpg.webp?h=1d2f5b97&itok=5S8mslg8 — 200 — 113.8 KiB — 16 ms — h2https://www.humaneworld.org/modules/contrib/collapsiblock/theme/dist/collapsiblock.js?tdukadwww.humaneworld.org/modules/contrib... https://www.humaneworld.org/modules/contrib/collapsiblock/theme/dist/collapsiblock.js?tdukad — 200 — 2.0 KiB — 39 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/logo.svgwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/logo.svg — 200 — 6.0 KiB — 10 ms — h2https://www.humaneworld.org/core/assets/vendor/jquery/jquery.min.js?v=4.0.0www.humaneworld.org/core/assets/ven... https://www.humaneworld.org/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 — 200 — 31.7 KiB — 13 ms — h2https://www.humaneworld.org/sites/default/files/js/js_T-SgfXrMbaSncdwTt4LnWaJWWXSVGtBAVr9ktjPpCYs.js?scope=footer&delta=1&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_T-SgfXrMbaSncdwTt4LnWaJWWXSVGtBAVr9ktjPpCYs.js?scope=footer&delta=1&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 7.0 KiB — 13 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.jscdn.jsdelivr.net/npm/js-cookie@3.0.... https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js — 200 — 1.6 KiB — 42 ms — h2https://www.humaneworld.org/sites/default/files/js/js_-DuFMZD739w96bHrTWgTaLWcZ6oQapF5Clum7SpfHfo.js?scope=footer&delta=4&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_-DuFMZD739w96bHrTWgTaLWcZ6oQapF5Clum7SpfHfo.js?scope=footer&delta=4&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 23.2 KiB — 23 ms — h2https://www.humaneworld.org/sites/default/files/js/js_mYIu1EXt-96DLxjaUFrpQLZvoSfmPhHBawK4yR1IZS4.js?scope=footer&delta=8&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_mYIu1EXt-96DLxjaUFrpQLZvoSfmPhHBawK4yR1IZS4.js?scope=footer&delta=8&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 690 B — 19 ms — h2https://www.humaneworld.org/sites/default/files/js/js_lRsV3WlVHDlzdWNqgFP6ZZjtBW4TLOiBWe3R0_QHD5Y.js?scope=footer&delta=10&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWAwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/js/js_lRsV3WlVHDlzdWNqgFP6ZZjtBW4TLOiBWe3R0_QHD5Y.js?scope=footer&delta=10&language=en&theme=saplings_child&include=eJx1kWFuwyAMhS9ExpGQAYd6A4yw0zY7_bx1mtSk-4Owv4d58CKq4gx4HyyYw0rVSvGwKQfZYiN18bWkYMcJ1SWuFYZQrJw-fOKJLoNChR2nj3iBK_EUhyB7mCiDu9AVAzUoKN469InTFeZSMSgUX2w51m_wDvfnZnO0TmgYfkf459IJjEq9SEgXqtlDxakLr6ugnlg3N4p52XrGaQSPigRDifvyGP4fVS7m70gzdxu-NOzbEcmNxtmqRhMX-D6wrHR3Qoo3yhh-3uCpWyiPk2Hlac4tD2-_DzU0gythPvNjw8kuis1HEHQbWdh2S4jMKjpheEgJxVKlSrq_EvztvgBsFOWA — 200 — 84.6 KiB — 29 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/animated-underline.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/animated-underline.js?tdukad — 200 — 480 B — 10 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-resize.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-resize.js?tdukad — 200 — 993 B — 11 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TS9VRTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TS9VRT — 200 — 191.0 KiB — 72 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-toggle.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/caption-toggle.js?tdukad — 200 — 630 B — 19 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/dist/js/swiper.js?tdukadwww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/dist/js/swiper.js?tdukad — 200 — 663 B — 38 ms — h2https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2018/04/harp-seal-26729.jpg.webp?h=04d92ac6&itok=NnPeVcoWwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2018/04/harp-seal-26729.jpg.webp?h=04d92ac6&itok=NnPeVcoW — 200 — 24.1 KiB — 20 ms — h2data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1440 183' fill='none' xmlns='…data:image/svg+xml,%3Csvg width='10... data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1440 183' fill='none' xmlns='… — 200 — 0 B — 0 ms — datahttps://www.humaneworld.org/sites/default/files/styles/egg_cutout_2/public/2018/04/harp-seal-26729.jpg.webp?h=04d92ac6&itok=blWOkXsqwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout_2/public/2018/04/harp-seal-26729.jpg.webp?h=04d92ac6&itok=blWOkXsq — 200 — 25.3 KiB — 13 ms — h2https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2026-01/16c419bd1994c906441395f55caab88a.jpg.webp?h=bab4f542&itok=yCn5duD4www.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2026-01/16c419bd1994c906441395f55caab88a.jpg.webp?h=bab4f542&itok=yCn5duD4 — 200 — 11.1 KiB — 15 ms — h2https://www.humaneworld.org/sites/default/files/styles/egg_cutout_2/public/2026-01/16c419bd1994c906441395f55caab88a.jpg.webp?h=bab4f542&itok=1faas2o6www.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout_2/public/2026-01/16c419bd1994c906441395f55caab88a.jpg.webp?h=bab4f542&itok=1faas2o6 — 200 — 11.7 KiB — 17 ms — h2https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2026-01/donation-form-rescue-dog-H335445-d_crop.jpg.webp?h=5d30b106&itok=I1JgDujUwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout/public/2026-01/donation-form-rescue-dog-H335445-d_crop.jpg.webp?h=5d30b106&itok=I1JgDujU — 200 — 17.0 KiB — 21 ms — h2https://www.humaneworld.org/sites/default/files/styles/egg_cutout_2/public/2026-01/donation-form-rescue-dog-H335445-d_crop.jpg.webp?h=5d30b106&itok=5e6GlVEMwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/egg_cutout_2/public/2026-01/donation-form-rescue-dog-H335445-d_crop.jpg.webp?h=5d30b106&itok=5e6GlVEM — 200 — 17.1 KiB — 17 ms — h2https://www.humaneworld.org/sites/default/files/styles/standard_cta_desktop/public/2025-08/H333799_061225_SCdogfighting_DST1240%20%5B%5D.jpg.webp?h=d5a1ab4e&itok=_Le1jyu4www.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/standard_cta_desktop/public/2025-08/H333799_061225_SCdogfighting_DST1240%20%5B%5D.jpg.webp?h=d5a1ab4e&itok=_Le1jyu4 — 200 — 93.3 KiB — 24 ms — h2https://www.humaneworld.org/sites/default/files/styles/standard_cta_mobile/public/2025-08/H333799_061225_SCdogfighting_DST1240%20%5B%5D.jpg.webp?h=d5a1ab4e&itok=im4h04Qmwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/standard_cta_mobile/public/2025-08/H333799_061225_SCdogfighting_DST1240%20%5B%5D.jpg.webp?h=d5a1ab4e&itok=im4h04Qm — 200 — 19.0 KiB — 20 ms — h2https://www.humaneworld.org/sites/default/files/styles/responsive_8_5_350w/public/2025-09/brand-launch-cl-2025-H316199.jpg.webp?h=84071268&itok=iSah17xWwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/responsive_8_5_350w/public/2025-09/brand-launch-cl-2025-H316199.jpg.webp?h=84071268&itok=iSah17xW — 200 — 13.1 KiB — 19 ms — h2https://www.humaneworld.org/sites/default/files/styles/responsive_8_5_350w/public/2025-09/volunteers-animal-care-us-2025-H333089.jpg.webp?h=84071268&itok=3gOBBToJwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/responsive_8_5_350w/public/2025-09/volunteers-animal-care-us-2025-H333089.jpg.webp?h=84071268&itok=3gOBBToJ — 200 — 14.3 KiB — 12 ms — h2https://www.humaneworld.org/sites/default/files/styles/responsive_8_5_350w/public/2025-09/cat-laptop-H291638.jpg.webp?h=bd87632d&itok=XYlg51Lpwww.humaneworld.org/sites/default/f... https://www.humaneworld.org/sites/default/files/styles/responsive_8_5_350w/public/2025-09/cat-laptop-H291638.jpg.webp?h=bd87632d&itok=XYlg51Lp — 200 — 10.3 KiB — 19 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/assets/css/fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5awww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/assets/css/fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a — 200 — 131.2 KiB — 35 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Bold.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Bold.woff2 — 200 — 26.5 KiB — 26 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Italic.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Italic.woff2 — 200 — 19.7 KiB — 18 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Medium.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-Medium.woff2 — 200 — 19.3 KiB — 28 ms — h2https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-BoldItalic.woff2www.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/fonts/NotoSans-BoldItalic.woff2 — 200 — 134.0 KiB — 24 ms — h2https://action.humaneworld.org/page/165284/subscribe/1?ea.tracking.id=web_footeraction.humaneworld.org/page/165284/... https://action.humaneworld.org/page/165284/subscribe/1?ea.tracking.id=web_footer — 200 — 12.4 KiB — 1.3 s — h2https://www.humaneworld.org/en/sitewide_alert/loadwww.humaneworld.org/en/sitewide_ale... https://www.humaneworld.org/en/sitewide_alert/load — 200 — 1.2 KiB — 593 ms — h2https://www.googletagmanager.com/gtag/js?id=G-DGPX92WLR5&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DGPX92WLR5&cx=c&gtm=4e64k0 — 200 — 179.1 KiB — 31 ms — h2https://embeds.iubenda.com/widgets/aabe89ca-0af7-4ab9-9cef-8680c735f393.jsembeds.iubenda.com/widgets/aabe89ca... https://embeds.iubenda.com/widgets/aabe89ca-0af7-4ab9-9cef-8680c735f393.js — 200 — 17.5 KiB — 311 ms — h2https://js.ipredictive.com/viant_universal_pixel.jsjs.ipredictive.com/viant_universal_... https://js.ipredictive.com/viant_universal_pixel.js — 200 — 3.5 KiB — 113 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.5 KiB — 24 ms — http/1.1https://wisepops.net/loader.js?v=3&h=adM2V9wGGXwisepops.net/loader.js?v=3&h=adM2V9... https://wisepops.net/loader.js?v=3&h=adM2V9wGGX — 200 — 23.7 KiB — 31 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-13526058&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-13526058&cx=c&gtm=4e64k0 — 200 — 129.2 KiB — 20 ms — h3https://ad.ipredictive.com/d/track/event?upid=110267&cache_buster=1776894421&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&tn=undefined&val=undefined&cust=monthly&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=110267&cache_buster=1776894421&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&tn=undefined&val=undefined&cust=monthly&ps=0 — 200 — 327 B — 915 ms — http/1.1https://ad.ipredictive.com/d/track/event?upid=117130&cache_buster=1776894421&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&val=undefined&tn=undefined&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=117130&cache_buster=1776894421&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&val=undefined&tn=undefined&ps=0 — 200 — 327 B — 1.1 s — http/1.1https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-en.jscdn.iubenda.com/cookie_solution/iub... https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-en.js — 200 — 110.8 KiB — 30 ms — h2https://meow.humaneworld.org/g/collect?v=2&tid=G-DGPX92WLR5&gtm=45je64k0v884888500z86391338za20gzb6391338zd6391338&_p=1776894420888&gcs=G111&gcd=13r3r3r3r5l1&npa=0&dma=0&gdid=dZTJkMz.dMDhkMT&ecid=417848854&_eu=AAAAAGA&_fplc=0&are=1&cid=711464132.1776894422&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=SG&sst.rnd=1382322760.1776894422&sst.etld=google.com.sg&sst.tft=1776894420888&sst.lpc=157066018&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938469~117266401~117512543~118463261&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&sid=1776894421&sct=1&seg=0&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&_tu=LA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.data_collection_source=gtm%20-%20GTM-TS9VRT%20-%20441&ep.event_id=1776894421243.325109.3&tfd=2733&richsstssemeow.humaneworld.org/g/collect?v=2&... https://meow.humaneworld.org/g/collect?v=2&tid=G-DGPX92WLR5&gtm=45je64k0v884888500z86391338za20gzb6391338zd6391338&_p=1776894420888&gcs=G111&gcd=13r3r3r3r5l1&npa=0&dma=0&gdid=dZTJkMz.dMDhkMT&ecid=417848854&_eu=AAAAAGA&_fplc=0&are=1&cid=711464132.1776894422&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=SG&sst.rnd=1382322760.1776894422&sst.etld=google.com.sg&sst.tft=1776894420888&sst.lpc=157066018&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938469~117266401~117512543~118463261&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&sid=1776894421&sct=1&seg=0&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&_tu=LA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.data_collection_source=gtm%20-%20GTM-TS9VRT%20-%20441&ep.event_id=1776894421243.325109.3&tfd=2733&richsstsse — 200 — 2.6 KiB — 482 ms — h2https://ad.doubleclick.net/activity;src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=442629252.1776894422;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=3;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen?ad.doubleclick.net/activity;src=135... https://ad.doubleclick.net/activity;src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=442629252.1776894422;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=3;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen? — 302 — 21 B — 568 ms — h3https://13526058.fls.doubleclick.net/activityi;src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=442629252.1776894422;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=2;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;_dc_test=1;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen?13526058.fls.doubleclick.net/activi... https://13526058.fls.doubleclick.net/activityi;src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=442629252.1776894422;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=2;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;_dc_test=1;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen? — 200 — 997 B — 18 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 95 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 — 46 ms — h3https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIJCVUJC77U1RDO9D7NG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CIJCVUJC77U1RDO9D7NG&lib=ttq — 200 — 3.8 KiB — 330 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CUJA763C77U7V3T8P0K0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CUJA763C77U7V3T8P0K0&lib=ttq — 200 — 3.3 KiB — 316 ms — h2https://c5.adalyser.com/adalyser.js?cid=hsidec5.adalyser.com/adalyser.js?cid=hsi... https://c5.adalyser.com/adalyser.js?cid=hside — 200 — 10.3 KiB — 778 ms — h2https://collector-25995.tvsquared.com/tv2track.jscollector-25995.tvsquared.com/tv2tr... https://collector-25995.tvsquared.com/tv2track.js — 200 — 8.7 KiB — 1.5 s — http/1.1https://www.google.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=1382322760.1776894422&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&auid=442629252.1776894422&navt=n&npa=0&ep.data_collection_source=gtm%20-%20GTM-TS9VRT%20-%20441&gdid=dZTJkMz.dMDhkMT&_tu=LA&gtm=45je64k0v884888500z86391338za20gzb6391338zd6391338xec&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266401~117512543~118463261&apve=1&apvf=f&apvc=1&tids=AW-1071615076&tid=AW-1071615076&tft=1776894421780&tfd=2805www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=1382322760.1776894422&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&auid=442629252.1776894422&navt=n&npa=0&ep.data_collection_source=gtm%20-%20GTM-TS9VRT%20-%20441&gdid=dZTJkMz.dMDhkMT&_tu=LA&gtm=45je64k0v884888500z86391338za20gzb6391338zd6391338xec&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266401~117512543~118463261&apve=1&apvf=f&apvc=1&tids=AW-1071615076&tid=AW-1071615076&tft=1776894421780&tfd=2805 — 200 — 21 B — 66 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=1382322760.1776894422&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&auid=442629252.1776894422&navt=n&npa=0&ep.ads_data_redaction=1&gdid=dZTJkMz.dMDhkMT&_tu=CA&gtm=45He64k0v6391338za200zd6391338xea&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tft=1776894421783&tfd=2808www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=1382322760.1776894422&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&auid=442629252.1776894422&navt=n&npa=0&ep.ads_data_redaction=1&gdid=dZTJkMz.dMDhkMT&_tu=CA&gtm=45He64k0v6391338za200zd6391338xea&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tft=1776894421783&tfd=2808 — 200 — 21 B — 63 ms — h3https://adservice.google.com/ddm/fls/z/src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=*;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=2;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;_dc_test=1;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fenadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=*;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=2;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;_dc_test=1;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen — 302 — 22 B — 26 ms — h3https://wisepops.net/id?h=adM2V9wGGX&vid=&eid=wisepops.net/id?h=adM2V9wGGX&vid=&e... https://wisepops.net/id?h=adM2V9wGGX&vid=&eid= — 200 — 655 B — 278 ms — h2https://meow.humaneworld.org/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.humaneworld.org&1p=1meow.humaneworld.org/_/service_work... https://meow.humaneworld.org/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.humaneworld.org&1p=1 — 200 — 1.8 KiB — 246 ms — h2https://idb.iubenda.com/csdata?db=hits1idb.iubenda.com/csdata?db=hits1 https://idb.iubenda.com/csdata?db=hits1 — 204 — 572 B — 204 ms — h2https://adservice.google.com/ddm/fls/z/src=13526058;dc_pre=CN2Hxca3gpQDFU49gwMdYdcj0A;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=*;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=2;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;_dc_test=1;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fenadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=13526058;dc_pre=CN2Hxca3gpQDFU49gwMdYdcj0A;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=*;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=2;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;_dc_test=1;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen — 200 — 63 B — 9 ms — h3https://connect.facebook.net/signals/config/1621358848084675?v=2.9.303&r=stable&domain=www.humaneworld.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/1621358848084675?v=2.9.303&r=stable&domain=www.humaneworld.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 — 62.3 KiB — 267 ms — h3https://bat.bing.com/p/action/25038367.jsbat.bing.com/p/action/25038367.js https://bat.bing.com/p/action/25038367.js — 200 — 428 B — 63 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=15011706108809303817;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4AjbnDXuTfdHtBDorGODq1g007Kma5g1FeaT;_dc_time=1776894421;src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=442629252.1776894422;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=3;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=15011706108809303817;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4AjbnDXuTfdHtBDorGODq1g007Kma5g1FeaT;_dc_time=1776894421;src=13526058;type=sitev0;cat=sitev0;rcb=3;ord=2081753048924;npa=0;auiddc=442629252.1776894422;u2=https%3A%2F%2Fwww.humaneworld.org%2Fen;gdid=dZTJkMz.dMDhkMT;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64k0v9190572753z86391338za20gzb6391338zd6391338xea;gcs=G111;gcd=13r3r3r3r5l1;dma=0;dc_fmt=3;tag_exp=0~115616986~115938466~115938468~117266401;epver=2;dc_random=1776894421_gsr-duex6y7KIoP77kQaMZGGeULaBu_BwA;~oref=https%3A%2F%2Fwww.humaneworld.org%2Fen? — 200 — 63 B — 341 ms — h3https://bat.bing.com/actionp/0?ti=25038367&tm=gtm002&Ver=2&mid=d9a72498-cb2d-4b48-bc9e-83f9c48c76d6&bo=1&evt=consent&src=update&cdb=AQAS&asc=Gbat.bing.com/actionp/0?ti=25038367&... https://bat.bing.com/actionp/0?ti=25038367&tm=gtm002&Ver=2&mid=d9a72498-cb2d-4b48-bc9e-83f9c48c76d6&bo=1&evt=consent&src=update&cdb=AQAS&asc=G — 204 — 362 B — 64 ms — h2https://bat.bing.com/action/0?ti=25038367&tm=gtm002&Ver=2&mid=d9a72498-cb2d-4b48-bc9e-83f9c48c76d6&bo=2&sid=cbc299903e9411f1baaec7a86014239a&vid=cbc2b2203e9411f1874fed2f7bc3e3a9&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&p=https%3A%2F%2Fwww.humaneworld.org%2Fen&r=&lt=2169&mtp=1&evt=pageLoad&sv=2&asc=G&cdb=AQAS&rn=686137bat.bing.com/action/0?ti=25038367&t... https://bat.bing.com/action/0?ti=25038367&tm=gtm002&Ver=2&mid=d9a72498-cb2d-4b48-bc9e-83f9c48c76d6&bo=2&sid=cbc299903e9411f1baaec7a86014239a&vid=cbc2b2203e9411f1874fed2f7bc3e3a9&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&p=https%3A%2F%2Fwww.humaneworld.org%2Fen&r=&lt=2169&mtp=1&evt=pageLoad&sv=2&asc=G&cdb=AQAS&rn=686137 — 204 — 302 B — 97 ms — h2https://analytics.google.com/g/s/collect?dma=0&npa=0&gcs=G111&gcd=13r3r3r3r5l1&gtm=45j91e64l1v884888500z86391338z99195500987za20gzb6391338zd6391338&tag_exp=0~115938466~115938469~117215454~117266401~117512543~117704210~118463261&_is_sw=f15s0t4&_tu=LA&_gsid=DGPX92WLR58zcuYhdYaNoUuEfgKehZ1Qanalytics.google.com/g/s/collect?dm... https://analytics.google.com/g/s/collect?dma=0&npa=0&gcs=G111&gcd=13r3r3r3r5l1&gtm=45j91e64l1v884888500z86391338z99195500987za20gzb6391338zd6391338&tag_exp=0~115938466~115938469~117215454~117266401~117512543~117704210~118463261&_is_sw=f15s0t4&_tu=LA&_gsid=DGPX92WLR58zcuYhdYaNoUuEfgKehZ1Q — 204 — 505 B — 29 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&dma=0&npa=0&gcs=G111&gcd=13r3r3r3r5l1&tid=G-DGPX92WLR5&cid=xuSfcCLleXfKybZ%2FkdRFaiaHQ86yDXPW%2FW0VH%2BFFxVo%3D.1776894422&gtm=45j91e64l1v884888500z86391338z99195500987za20gzb6391338zd6391338&tag_exp=0~115938466~115938469~117215454~117266401~117512543~117704210~118463261&_is_sw=f15s0t4&_tu=LA&aip=1&z=899441532www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&dma=0&npa=0&gcs=G111&gcd=13r3r3r3r5l1&tid=G-DGPX92WLR5&cid=xuSfcCLleXfKybZ%2FkdRFaiaHQ86yDXPW%2FW0VH%2BFFxVo%3D.1776894422&gtm=45j91e64l1v884888500z86391338z99195500987za20gzb6391338zd6391338&tag_exp=0~115938466~115938469~117215454~117266401~117512543~117704210~118463261&_is_sw=f15s0t4&_tu=LA&aip=1&z=899441532 — 200 — 408 B — 31 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&dma=0&npa=0&gcs=G111&gcd=13r3r3r3r5l1&tid=G-DGPX92WLR5&cid=xuSfcCLleXfKybZ%2FkdRFaiaHQ86yDXPW%2FW0VH%2BFFxVo%3D.1776894422&gtm=45j91e64l1v884888500z86391338z99195500987za20gzb6391338zd6391338&tag_exp=0~115938466~115938469~117215454~117266401~117512543~117704210~118463261&_is_sw=f15s0t4&_tu=LA&aip=1stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&dma=0&npa=0&gcs=G111&gcd=13r3r3r3r5l1&tid=G-DGPX92WLR5&cid=xuSfcCLleXfKybZ%2FkdRFaiaHQ86yDXPW%2FW0VH%2BFFxVo%3D.1776894422&gtm=45j91e64l1v884888500z86391338z99195500987za20gzb6391338zd6391338&tag_exp=0~115938466~115938469~117215454~117266401~117512543~117704210~118463261&_is_sw=f15s0t4&_tu=LA&aip=1 — 204 — 514 B — 26 ms — h2https://meow.humaneworld.org/_/set_cookie?val=6hZgwxri9XsaE7yAkqeSU5foHOi%2BO1uP%2Fqwu6IMkziJGdfgk9EYNxHHMjcFEIfgsV0P%2BR8NMgf1vTSbyS6GFlfWEanVvcht4JyoDFAuvaPjUG7%2F7h6wWsV2BrjZhL24A8%2FbuMnrFNTK2PlTElUr2AYpXtrHAnG5X%2BMIFt5654XGCogn45YqpfLIK80vRKd%2FEYWA%3D&path=%2Fmeow.humaneworld.org/_/set_cookie?v... https://meow.humaneworld.org/_/set_cookie?val=6hZgwxri9XsaE7yAkqeSU5foHOi%2BO1uP%2Fqwu6IMkziJGdfgk9EYNxHHMjcFEIfgsV0P%2BR8NMgf1vTSbyS6GFlfWEanVvcht4JyoDFAuvaPjUG7%2F7h6wWsV2BrjZhL24A8%2FbuMnrFNTK2PlTElUr2AYpXtrHAnG5X%2BMIFt5654XGCogn45YqpfLIK80vRKd%2FEYWA%3D&path=%2F — 200 — 48 B — 285 ms — h2https://meow.humaneworld.org/_/set_cookie?val=Ub%2Bt%2F1PgwilCcaapzVJdfxMX9vkXk6nz%2Bo7VHsos5uNDzxyFywk3713kMsNdyiYW3ca7jSbV1vdlfZSxcfDSoeG%2FJK0wsHLECQ4R5ehf2cBFPtlVQLaFMtgciTHriPF5F32wYwDUie%2Bs1TIknGhXENa22vS0tohWMJ%2BHg170gmwh%2BwedvkYg%2F%2B3Atb2zt0%2BNWxQ%3D&path=%2Fmeow.humaneworld.org/_/set_cookie?v... https://meow.humaneworld.org/_/set_cookie?val=Ub%2Bt%2F1PgwilCcaapzVJdfxMX9vkXk6nz%2Bo7VHsos5uNDzxyFywk3713kMsNdyiYW3ca7jSbV1vdlfZSxcfDSoeG%2FJK0wsHLECQ4R5ehf2cBFPtlVQLaFMtgciTHriPF5F32wYwDUie%2Bs1TIknGhXENa22vS0tohWMJ%2BHg170gmwh%2BwedvkYg%2F%2B3Atb2zt0%2BNWxQ%3D&path=%2F — 200 — 48 B — 283 ms — h2https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/surveys-WOOF-production.css?v=1753716880000aaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/surveys-WOOF-production.css?v=1753716880000 — 200 — 20.9 KiB — 286 ms — http/1.1https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/SharpGroteskBold-16.woff2aaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/SharpGroteskBold-16.woff2 — 200 — 51.0 KiB — 288 ms — http/1.1https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans.woff2aaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans.woff2 — 200 — 39.0 KiB — 286 ms — http/1.1https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans-Italic.woff2aaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/Noto-Sans-Italic.woff2 — 200 — 73.2 KiB — 288 ms — http/1.1https://action.humaneworld.org/pageassets/css/enPage.css?v=4.0.0action.humaneworld.org/pageassets/c... https://action.humaneworld.org/pageassets/css/enPage.css?v=4.0.0 — 200 — 9.3 KiB — 26 ms — h2https://action.humaneworld.org/page/165284/pagedata.js?locale=en-US&ea.profile.id=0action.humaneworld.org/page/165284/... https://action.humaneworld.org/page/165284/pagedata.js?locale=en-US&ea.profile.id=0 — 200 — 1.5 KiB — 955 ms — h2https://action.humaneworld.org/pageassets/js/enPage.js?v=4.0.0action.humaneworld.org/pageassets/j... https://action.humaneworld.org/pageassets/js/enPage.js?v=4.0.0 — 200 — 59.4 KiB — 38 ms — h2https://geoip-js.com/js/apis/geoip2/v2.1/geoip2.jsgeoip-js.com/js/apis/geoip2/v2.1/ge... https://geoip-js.com/js/apis/geoip2/v2.1/geoip2.js — 200 — 1.6 KiB — 49 ms — h3https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/jquery-3-6-4-min.jsaaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/jquery-3-6-4-min.js — 200 — 30.8 KiB — 289 ms — http/1.1https://api.freshaddress.biz/js/lib/freshaddress-client-7.0.min.js?token=211caa4acf70be2a43c238c5d6a77a23d688cfcb1d73305a6bdddacbc3c0bb0c1eb6cecb674f0b28410387e040c6154capi.freshaddress.biz/js/lib/freshad... https://api.freshaddress.biz/js/lib/freshaddress-client-7.0.min.js?token=211caa4acf70be2a43c238c5d6a77a23d688cfcb1d73305a6bdddacbc3c0bb0c1eb6cecb674f0b28410387e040c6154c — 200 — 4.5 KiB — 797 ms — http/1.1https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/surveys-WOOF-production.js?v=1753716893000aaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/104/surveys-WOOF-production.js?v=1753716893000 — 200 — 37.5 KiB — 288 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.6 KiB — 25 ms — h2https://wisepops.net/my-wisepopwisepops.net/my-wisepop https://wisepops.net/my-wisepop — 200 — 596 B — 373 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js — 200 — 121.4 KiB — 24 ms — h2https://www.facebook.com/tr/?id=1621358848084675&ev=PageView&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&rl=&if=false&ts=1776894422213&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776894421857.1897847738&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&pmd[locale]=en&pmd[description]=Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.&plt=2169&it=1776894421895&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt1&rqm=GETwww.facebook.com/tr/?id=16213588480... https://www.facebook.com/tr/?id=1621358848084675&ev=PageView&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&rl=&if=false&ts=1776894422213&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776894421857.1897847738&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&pmd[locale]=en&pmd[description]=Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.&plt=2169&it=1776894421895&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt1&rqm=GET — 200 — 19 B — 16 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1621358848084675&ev=PageView&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&rl=&if=false&ts=1776894422213&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776894421857.1897847738&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&pmd[locale]=en&pmd[description]=Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.&plt=2169&it=1776894421895&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1621358848084675&ev=PageView&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&rl=&if=false&ts=1776894422213&sw=412&sh=823&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12318&fbp=fb.1.1776894421857.1897847738&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&pmd[locale]=en&pmd[description]=Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.&plt=2169&it=1776894421895&coo=false&tm=1&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&expv2[7]=pt1&rqm=FGET — 200 — 199 B — 380 ms — h3https://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 — 11 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 936 B — 439 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 913 B — 387 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 909 B — 268 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 909 B — 274 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 911 B — 393 ms — h2https://c5.adalyser.com/tracking/track/v3/p?stm=1776894422564&e=lce1&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&cid=hside&p=%7B%22et%22%3A1776894422561%2C%22nr%22%3A%22New%22%2C%22cg%22%3A%22Direct%22%2C%22dt%22%3A%22mobile%22%2C%22so%22%3A%22direct%22%2C%22me%22%3A%22none%22%2C%22ca%22%3A%22direct%22%2C%22co%22%3A%22(not%20set)%22%2C%22ke%22%3A%22(not%20set)%22%2C%22vid%22%3A%221%22%2C%22sid%22%3A%2231a62eeb-5d60-41f3-9ed9-5262a32c252e%22%2C%22duid%22%3A%224e878f65-c3b0-4487-a2c7-55c2ee376733%22%2C%22cw%22%3A1776894422561%2C%22lp%22%3A%22https%3A%2F%2Fwww.humaneworld.org%2Fen%22%7D&userAgent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&domain=www.humaneworld.orgc5.adalyser.com/tracking/track/v3/p... https://c5.adalyser.com/tracking/track/v3/p?stm=1776894422564&e=lce1&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&cid=hside&p=%7B%22et%22%3A1776894422561%2C%22nr%22%3A%22New%22%2C%22cg%22%3A%22Direct%22%2C%22dt%22%3A%22mobile%22%2C%22so%22%3A%22direct%22%2C%22me%22%3A%22none%22%2C%22ca%22%3A%22direct%22%2C%22co%22%3A%22(not%20set)%22%2C%22ke%22%3A%22(not%20set)%22%2C%22vid%22%3A%221%22%2C%22sid%22%3A%2231a62eeb-5d60-41f3-9ed9-5262a32c252e%22%2C%22duid%22%3A%224e878f65-c3b0-4487-a2c7-55c2ee376733%22%2C%22cw%22%3A1776894422561%2C%22lp%22%3A%22https%3A%2F%2Fwww.humaneworld.org%2Fen%22%7D&userAgent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&domain=www.humaneworld.org — 200 — 341 B — 170 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 911 B — 540 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NDXH9Q2Hwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NDXH9Q2H — 200 — 127.1 KiB — 23 ms — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' view…www.w3.org/2000/svg' data-name='Lay... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' view… — 200 — 0 B — 0 ms — datahttps://action.humaneworld.org/page/165284/subscribe/1/pagedataaction.humaneworld.org/page/165284/... https://action.humaneworld.org/page/165284/subscribe/1/pagedata — 200 — 1.5 KiB — 255 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 8 ms — h3https://geoip-js.com/geoip/v2.1/country/me?referrer=https%3A%2F%2Faction.humaneworld.orggeoip-js.com/geoip/v2.1/country/me?... https://geoip-js.com/geoip/v2.1/country/me?referrer=https%3A%2F%2Faction.humaneworld.org — 200 — 997 B — 17 ms — h3https://www.googletagmanager.com/gtag/js?id=G-DGPX92WLR5&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DGPX92WLR5&cx=c&gtm=4e64k0 — 200 — 0 B — 5 ms — h2https://action.humaneworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.jsaction.humaneworld.org/cdn-cgi/chal... https://action.humaneworld.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 394 B — 27 ms — h2https://action.humaneworld.org/page/165284/subscribe/1/pagedataaction.humaneworld.org/page/165284/... https://action.humaneworld.org/page/165284/subscribe/1/pagedata — 200 — 921 B — 256 ms — h2https://activity.wisepops.com/?v=2.1.136&site=adM2V9wGGXactivity.wisepops.com/?v=2.1.136&si... https://activity.wisepops.com/?v=2.1.136&site=adM2V9wGGX — 200 — 0 B — 1.0 s — h2https://action.humaneworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?action.humaneworld.org/cdn-cgi/chal... https://action.humaneworld.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.5 KiB — 11 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 49 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=2&en=page_view&dr=www.humaneworld.org&dl=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=2133796141.1776894424&dt=Humane%20World%20Signup%20Form&auid=442629252.1776894422&navt=n&npa=0&ep.data_collection_source=gtm%20-%20GTM-NDXH9Q2H%20-%208&epn.hw_campaign_page_id=165284&epn.hw_campaign_id=346038&ep.hw_campaign_name=165284_HWI_Main_signup_form%20_website_footer_%20integrated%20&ep.page_type=emailsubscribeform&gtm=45je64k0v884888500z89206328354za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&apve=1&apvf=f&apvc=1&tids=AW-1071615076&tid=AW-1071615076&tft=1776894423584&tfd=2579www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=2&en=page_view&dr=www.humaneworld.org&dl=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=2133796141.1776894424&dt=Humane%20World%20Signup%20Form&auid=442629252.1776894422&navt=n&npa=0&ep.data_collection_source=gtm%20-%20GTM-NDXH9Q2H%20-%208&epn.hw_campaign_page_id=165284&epn.hw_campaign_id=346038&ep.hw_campaign_name=165284_HWI_Main_signup_form%20_website_footer_%20integrated%20&ep.page_type=emailsubscribeform&gtm=45je64k0v884888500z89206328354za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&apve=1&apvf=f&apvc=1&tids=AW-1071615076&tid=AW-1071615076&tft=1776894423584&tfd=2579 — 200 — 21 B — 207 ms — h3https://action.humaneworld.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07d3138a1a87c3action.humaneworld.org/cdn-cgi/chal... https://action.humaneworld.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07d3138a1a87c3 — 200 — 829 B — 13 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdjFAUTAAAAAOR0XkVp_ORlGPrlOB_WMer01f2H&co=aHR0cHM6Ly9hY3Rpb24uaHVtYW5ld29ybGQub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=normal&anchor-ms=20000&execute-ms=30000&cb=oojgaulbouszwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdjFAUTAAAAAOR0XkVp_ORlGPrlOB_WMer01f2H&co=aHR0cHM6Ly9hY3Rpb24uaHVtYW5ld29ybGQub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=normal&anchor-ms=20000&execute-ms=30000&cb=oojgaulbousz — 200 — 27.6 KiB — 41 ms — h3https://collector-25995.tvsquared.com/tv2track.php?action_name=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&idsite=TV-7245090945-1&rec=1&r=522032&h=21&m=47&s=3&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&_id=e1efe15f3785b6d5&_idts=1776894424&_idvc=0&_idn=1&_viewts=&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&cookie=1&res=412x823&gt_ms=1798collector-25995.tvsquared.com/tv2tr... https://collector-25995.tvsquared.com/tv2track.php?action_name=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&idsite=TV-7245090945-1&rec=1&r=522032&h=21&m=47&s=3&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&_id=e1efe15f3785b6d5&_idts=1776894424&_idvc=0&_idn=1&_viewts=&pdf=1&qt=0&realp=0&wma=0&dir=0&fla=0&java=0&gears=0&ag=0&cookie=1&res=412x823&gt_ms=1798 — 200 — 276 B — 269 ms — http/1.1https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 18 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 47 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 5 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 272 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 20 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 16 ms — h2https://www.clarity.ms/tag/rfc8ucvsm5www.clarity.ms/tag/rfc8ucvsm5 https://www.clarity.ms/tag/rfc8ucvsm5 — 200 — 1.1 KiB — 52 ms — http/1.1https://www.humaneworld.org/themes/custom/saplings_child/favicon.icowww.humaneworld.org/themes/custom/s... https://www.humaneworld.org/themes/custom/saplings_child/favicon.ico — 200 — 4.5 KiB — 31 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=qbd6ayq&cookie_sync=1&upv=3.0.0&upid=oorvc77&ref=https://www.humaneworld.org/eninsight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=qbd6ayq&cookie_sync=1&upv=3.0.0&upid=oorvc77&ref=https://www.humaneworld.org/en — 302 — 277 B — 21 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=qbd6ayq&cookie_sync=1&upv=3.0.0&upid=oorvc77&ref=https%3a%2f%2fwww.humaneworld.org&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=qbd6ayq&cookie_sync=1&upv=3.0.0&upid=oorvc77&ref=https%3a%2f%2fwww.humaneworld.org&redirect=1 — 200 — 369 B — 12 ms — h2https://scripts.clarity.ms/0.8.59-beta/clarity.jsscripts.clarity.ms/0.8.59-beta/clar... https://scripts.clarity.ms/0.8.59-beta/clarity.js — 200 — 26.2 KiB — 35 ms — h2https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 516 B — 92 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 957 B — 16 ms — http/1.1https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=5E5B124B67FC4621BA77C2907BDE35C9&RedC=c.clarity.ms&MXFR=39416912C5226DE71BD27E51C12263B6c.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=5E5B124B67FC4621BA77C2907BDE35C9&RedC=c.clarity.ms&MXFR=39416912C5226DE71BD27E51C12263B6 — 302 — 582 B — 75 ms — h2https://www.google.com/pagead/form-data/1071615076?gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&rcb=0&npa=0&frm=2&pscdl=noapi&ae=a&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0www.google.com/pagead/form-data/107... https://www.google.com/pagead/form-data/1071615076?gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&rcb=0&npa=0&frm=2&pscdl=noapi&ae=a&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0 — 200 — 16 B — 30 ms — h3https://www.google.com/ccm/form-data/1071615076?gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&rcb=0&npa=0&frm=2&ae=a&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&em=tv.1www.google.com/ccm/form-data/107161... https://www.google.com/ccm/form-data/1071615076?gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&rcb=0&npa=0&frm=2&ae=a&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&em=tv.1 — 204 — 20 B — 28 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1071615076/?random=1776894424432&cv=11&fst=1776894424432&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1071615076/?random=1776894424432&cv=11&fst=1776894424432&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&rfmt=3&fmt=4 — 200 — 2.2 KiB — 34 ms — h3https://www.google.com/rmkt/collect/1071615076/?random=1776894424432&cv=11&fst=1776894424432&fmt=8&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&gcp=5www.google.com/rmkt/collect/1071615... https://www.google.com/rmkt/collect/1071615076/?random=1776894424432&cv=11&fst=1776894424432&fmt=8&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&gcp=5 — 200 — 20 B — 16 ms — h3https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=5E5B124B67FC4621BA77C2907BDE35C9&MUID=17F23F376E966198204628746FF160B2c.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=5E5B124B67FC4621BA77C2907BDE35C9&MUID=17F23F376E966198204628746FF160B2 — 200 — 467 B — 63 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 283 B — 704 ms — http/1.1https://activity.wisepops.com/?v=2.1.136&site=adM2V9wGGXactivity.wisepops.com/?v=2.1.136&si... https://activity.wisepops.com/?v=2.1.136&site=adM2V9wGGX — 200 — 270 B — 269 ms — h2https://www.google.com/pagead/1p-user-list/1071615076/?random=1776894424432&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfQwKvbqN8VkmwpX3iiv6Dm8eRA28FSxSskeZYqNHcA20d1-63SUnj9T-jnscWnZwtmmAmZYmS6ByTuLhoPYK-CGfSxn1Y2-ksMe-vNp0pYNvXB1373BXc3T61P-XWzGx4wD5yg6VKfw_i29s63NZG4qZC6wtHDNJ9TKR9iXz0g17fz1O-4WxfnaLP4oTmVlQpR_-BpAi6rgxuyLMD74V5cXs3lfEskF22hOPELBrturEde2NNd4zlcWEh4K2WCLyqxmJJQ&random=1361740220&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1071615076/?random=1776894424432&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfQwKvbqN8VkmwpX3iiv6Dm8eRA28FSxSskeZYqNHcA20d1-63SUnj9T-jnscWnZwtmmAmZYmS6ByTuLhoPYK-CGfSxn1Y2-ksMe-vNp0pYNvXB1373BXc3T61P-XWzGx4wD5yg6VKfw_i29s63NZG4qZC6wtHDNJ9TKR9iXz0g17fz1O-4WxfnaLP4oTmVlQpR_-BpAi6rgxuyLMD74V5cXs3lfEskF22hOPELBrturEde2NNd4zlcWEh4K2WCLyqxmJJQ&random=1361740220&rmt_tld=0&ipr=y — 200 — 64 B — 10 ms — h3https://www.google.com.sg/pagead/1p-user-list/1071615076/?random=1776894424432&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfQwKvbqN8VkmwpX3iiv6Dm8eRA28FSxSskeZYqNHcA20d1-63SUnj9T-jnscWnZwtmmAmZYmS6ByTuLhoPYK-CGfSxn1Y2-ksMe-vNp0pYNvXB1373BXc3T61P-XWzGx4wD5yg6VKfw_i29s63NZG4qZC6wtHDNJ9TKR9iXz0g17fz1O-4WxfnaLP4oTmVlQpR_-BpAi6rgxuyLMD74V5cXs3lfEskF22hOPELBrturEde2NNd4zlcWEh4K2WCLyqxmJJQ&random=1361740220&rmt_tld=1&ipr=ywww.google.com.sg/pagead/1p-user-li... https://www.google.com.sg/pagead/1p-user-list/1071615076/?random=1776894424432&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=form_start&gtm=45je64k0v884888500za20gzb9206328354zd9206328354xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117512542&u_w=412&u_h=823&url=https%3A%2F%2Faction.humaneworld.org%2Fpage%2F165284%2Fsubscribe%2F1%3Fea.tracking.id%3Dweb_footer&ref=https%3A%2F%2Fwww.humaneworld.org%2Fen&top=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=0&frm=2&tiba=Humane%20World%20Signup%20Form&ae=a&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dform_start&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfQwKvbqN8VkmwpX3iiv6Dm8eRA28FSxSskeZYqNHcA20d1-63SUnj9T-jnscWnZwtmmAmZYmS6ByTuLhoPYK-CGfSxn1Y2-ksMe-vNp0pYNvXB1373BXc3T61P-XWzGx4wD5yg6VKfw_i29s63NZG4qZC6wtHDNJ9TKR9iXz0g17fz1O-4WxfnaLP4oTmVlQpR_-BpAi6rgxuyLMD74V5cXs3lfEskF22hOPELBrturEde2NNd4zlcWEh4K2WCLyqxmJJQ&random=1361740220&rmt_tld=1&ipr=y — 200 — 154 B — 12 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 283 B — 1.2 s — http/1.1https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6LdjFAUTAAAAAOR0XkVp_ORlGPrlOB_WMer01f2H&bft=0dAFcWeA5wlukwKUt3wEYuRo_g2QLTh3Q8wx1o8MeFIAnt2mvzOX8hcGanh_5wIbAtWIueIgvpV0K7iKdBFamKM0S-5p4t7q5PvQwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6LdjFAUTAAAAAOR0XkVp_ORlGPrlOB_WMer01f2H&bft=0dAFcWeA5wlukwKUt3wEYuRo_g2QLTh3Q8wx1o8MeFIAnt2mvzOX8hcGanh_5wIbAtWIueIgvpV0K7iKdBFamKM0S-5p4t7q5PvQ — 200 — 2.2 KiB — 11 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 0 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 0 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 16 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 353 B — 9 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-977709025&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-977709025&cx=c&gtm=4e64k0 — 200 — 144.4 KiB — 42 ms — h3https://s.yimg.com/wi/ytc.jss.yimg.com/wi/ytc.js https://s.yimg.com/wi/ytc.js — 200 — 7.1 KiB — 51 ms — h2https://static.criteo.net/js/ld/ld.jsstatic.criteo.net/js/ld/ld.js https://static.criteo.net/js/ld/ld.js — 200 — 24.7 KiB — 54 ms — h2https://dx.mountain.com/spx?dxver=4.0.0&shaid=38999&tdr=&plh=https%3A%2F%2Fwww.humaneworld.org%2Fen&cb=83384560224972850term=valuedx.mountain.com/spx?dxver=4.0.0&sha... https://dx.mountain.com/spx?dxver=4.0.0&shaid=38999&tdr=&plh=https%3A%2F%2Fwww.humaneworld.org%2Fen&cb=83384560224972850term=value — 200 — 5.8 KiB — 305 ms — h2https://js.ipredictive.com/adelphic_universal_pixel.jsjs.ipredictive.com/adelphic_univers... https://js.ipredictive.com/adelphic_universal_pixel.js — 200 — 3.5 KiB — 22 ms — h2https://cdn.datasteam.io/js/D264C07A85F960.jscdn.datasteam.io/js/D264C07A85F960.... https://cdn.datasteam.io/js/D264C07A85F960.js — 200 — 22.6 KiB — 534 ms — h2https://ad.ipredictive.com/d/track/event?upid=107588&cache_buster=1776894426&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&p1=monthly&tn=undefined&val=undefined&ps=0ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=107588&cache_buster=1776894426&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&p1=monthly&tn=undefined&val=undefined&ps=0 — 200 — 327 B — 207 ms — http/1.1https://s.yimg.com/wi/config/10203542.jsons.yimg.com/wi/config/10203542.json https://s.yimg.com/wi/config/10203542.json — 200 — 424 B — 819 ms — h2https://gum.criteo.com/syncframe?topUrl=www.humaneworld.org&origin=onetaggum.criteo.com/syncframe?topUrl=www... https://gum.criteo.com/syncframe?topUrl=www.humaneworld.org&origin=onetag — 200 — 5.3 KiB — 18 ms — h2https://gum.criteo.com/sid/json?origin=onetag&domain=humaneworld.org&sn=AndroidSyncframe&so=undefined&topUrl=www.humaneworld.org&pm=1gum.criteo.com/sid/json?origin=onet... https://gum.criteo.com/sid/json?origin=onetag&domain=humaneworld.org&sn=AndroidSyncframe&so=undefined&topUrl=www.humaneworld.org&pm=1 — 302 — 711 B — 3 ms — h2https://mug.criteo.com/sid?cpp=e-KP0nwyaEY5ZjBkZHorbU5GOE02RGZxNWtpdUJwR2g0VW93Q0hNV3lkellBd3FFVnRLb0lyOG9naEdSUzlrdW11U1NmSmd6eVNEVVF3TUttQ2k0MzF6YzU3RkRBQm4wOTR3UTdrRmtvTS94UUN4ZTF1dnZkaVVVSWVQdDI3ZCtGOGxvdzRhWFdUWVVtaXZ0cno4VnpjenpseENuZ1kxOTBZcElqR1FtVTZlUndKcFMxbUNOUjQzc1ZPWmRaL3lRckJOaVEycTZ1UmRTUWNFS1JFYUM1Zk5iQjgwNDN6Q2lReVl2ZFVUZThJL1E0UFZvZmIwdm13WlI3a0poV0k4Sks1Vkt3fA&cppv=2mug.criteo.com/sid?cpp=e-KP0nwyaEY5... https://mug.criteo.com/sid?cpp=e-KP0nwyaEY5ZjBkZHorbU5GOE02RGZxNWtpdUJwR2g0VW93Q0hNV3lkellBd3FFVnRLb0lyOG9naEdSUzlrdW11U1NmSmd6eVNEVVF3TUttQ2k0MzF6YzU3RkRBQm4wOTR3UTdrRmtvTS94UUN4ZTF1dnZkaVVVSWVQdDI3ZCtGOGxvdzRhWFdUWVVtaXZ0cno4VnpjenpseENuZ1kxOTBZcElqR1FtVTZlUndKcFMxbUNOUjQzc1ZPWmRaL3lRckJOaVEycTZ1UmRTUWNFS1JFYUM1Zk5iQjgwNDN6Q2lReVl2ZFVUZThJL1E0UFZvZmIwdm13WlI3a0poV0k4Sks1Vkt3fA&cppv=2 — 200 — 750 B — 16 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/977709025/?random=1776894426443&cv=11&fst=1776894426443&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/977709025/?random=1776894426443&cv=11&fst=1776894426443&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=4 — 200 — 2.2 KiB — 14 ms — h3https://www.google.com/rmkt/collect/977709025/?random=1776894426443&cv=11&fst=1776894426443&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&gcp=5www.google.com/rmkt/collect/9777090... https://www.google.com/rmkt/collect/977709025/?random=1776894426443&cv=11&fst=1776894426443&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&gcp=5 — 200 — 20 B — 22 ms — h3https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=1382322760.1776894422&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&auid=442629252.1776894422&navt=n&npa=0&ep.ads_data_redaction=1&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&_tu=KA&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-977709025&tid=AW-977709025&tft=1776894426470&tfd=7494www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.humaneworld.org%2Fen&scrsrc=www.googletagmanager.com&rnd=1382322760.1776894422&dt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&auid=442629252.1776894422&navt=n&npa=0&ep.ads_data_redaction=1&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&_tu=KA&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcs=G111&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-977709025&tid=AW-977709025&tft=1776894426470&tfd=7494 — 200 — 21 B — 18 ms — h3https://sslwidget.criteo.com/event?a=19836&v=5.46.0&p0=e%3Dce%26m%3D%255B%255D&p1=e%3Dexd%26site_type%3Dm&p2=e%3Dvh&p3=e%3Ddis&bundle=qZKGqF9KRHNqS3U5UlJuJTJCODFubFl6cU1kVkRTY25vQ3FKdWVVYUFZbDhLWlVlbElyREp5U0pRc0dOaHZBU1YzRUM5SDhEbEFONTZFVHlGNWFNWGJBUmJpRHFjbTB5aExWU05hRTV5V2RzRGJqRzNuaVYlMkZLR3N6VE5aWGlCN1h6bExybk0&sc=%7B%22fbp%22%3A%22fb.1.1776894421857.1897847738%22%2C%22ttp%22%3A%22mFJL53rkx1oOS6UQM1ipilp0of4.tt.1%22%7D&tld=humaneworld.org&fu=https%253A%252F%252Fwww.humaneworld.org%252Fen&ceid=80f86be7-7292-4e89-8f0e-0fee7abdcd64sslwidget.criteo.com/event?a=19836&... https://sslwidget.criteo.com/event?a=19836&v=5.46.0&p0=e%3Dce%26m%3D%255B%255D&p1=e%3Dexd%26site_type%3Dm&p2=e%3Dvh&p3=e%3Ddis&bundle=qZKGqF9KRHNqS3U5UlJuJTJCODFubFl6cU1kVkRTY25vQ3FKdWVVYUFZbDhLWlVlbElyREp5U0pRc0dOaHZBU1YzRUM5SDhEbEFONTZFVHlGNWFNWGJBUmJpRHFjbTB5aExWU05hRTV5V2RzRGJqRzNuaVYlMkZLR3N6VE5aWGlCN1h6bExybk0&sc=%7B%22fbp%22%3A%22fb.1.1776894421857.1897847738%22%2C%22ttp%22%3A%22mFJL53rkx1oOS6UQM1ipilp0of4.tt.1%22%7D&tld=humaneworld.org&fu=https%253A%252F%252Fwww.humaneworld.org%252Fen&ceid=80f86be7-7292-4e89-8f0e-0fee7abdcd64 — 302 — 778 B — 17 ms — h2https://www.google.com/pagead/1p-user-list/977709025/?random=1776894426443&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZBxx6HkmGdHmy3WnlwnzcKEEejALPPhi6wXQwnZ83wnyeU4QvQBldVWN3eq8F4FFeeBxo9BWwGNo6fkwbG5LEgO535ZhxEEo-aMg6IOf5-BgXYYjzSbtP70qdI9F3kq3rW6PgfH3Ji2Ft5BTMwjvo6PS1RlavOcHmVfU2iCfPTT9Om5zOheimFOquMtSh-66dtzLFcv-jOCnNhN9NCHViogqc4OBAoWqF98wyqQps3yCHWZU56HkmKjX9KapY-xOpelgA&random=4152994015&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/977709025/?random=1776894426443&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZBxx6HkmGdHmy3WnlwnzcKEEejALPPhi6wXQwnZ83wnyeU4QvQBldVWN3eq8F4FFeeBxo9BWwGNo6fkwbG5LEgO535ZhxEEo-aMg6IOf5-BgXYYjzSbtP70qdI9F3kq3rW6PgfH3Ji2Ft5BTMwjvo6PS1RlavOcHmVfU2iCfPTT9Om5zOheimFOquMtSh-66dtzLFcv-jOCnNhN9NCHViogqc4OBAoWqF98wyqQps3yCHWZU56HkmKjX9KapY-xOpelgA&random=4152994015&rmt_tld=0&ipr=y — 200 — 64 B — 14 ms — h3https://www.google.com.sg/pagead/1p-user-list/977709025/?random=1776894426443&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZBxx6HkmGdHmy3WnlwnzcKEEejALPPhi6wXQwnZ83wnyeU4QvQBldVWN3eq8F4FFeeBxo9BWwGNo6fkwbG5LEgO535ZhxEEo-aMg6IOf5-BgXYYjzSbtP70qdI9F3kq3rW6PgfH3Ji2Ft5BTMwjvo6PS1RlavOcHmVfU2iCfPTT9Om5zOheimFOquMtSh-66dtzLFcv-jOCnNhN9NCHViogqc4OBAoWqF98wyqQps3yCHWZU56HkmKjX9KapY-xOpelgA&random=4152994015&rmt_tld=1&ipr=ywww.google.com.sg/pagead/1p-user-li... https://www.google.com.sg/pagead/1p-user-list/977709025/?random=1776894426443&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9213936194z86391338za20gzb6391338zd6391338xea&gcd=13r3r3r3r5l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463261&u_w=412&u_h=823&url=https%3A%2F%2Fwww.humaneworld.org%2Fen&rcb=6&frm=0&tiba=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&did=dZTJkMz%2CdMDhkMT&gdid=dZTJkMz.dMDhkMT&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=442629252.1776894422&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=KA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZBxx6HkmGdHmy3WnlwnzcKEEejALPPhi6wXQwnZ83wnyeU4QvQBldVWN3eq8F4FFeeBxo9BWwGNo6fkwbG5LEgO535ZhxEEo-aMg6IOf5-BgXYYjzSbtP70qdI9F3kq3rW6PgfH3Ji2Ft5BTMwjvo6PS1RlavOcHmVfU2iCfPTT9Om5zOheimFOquMtSh-66dtzLFcv-jOCnNhN9NCHViogqc4OBAoWqF98wyqQps3yCHWZU56HkmKjX9KapY-xOpelgA&random=4152994015&rmt_tld=1&ipr=y — 200 — 64 B — 10 ms — h3https://widget.us.criteo.com/event?a=19836&v=5.46.0&p0=e%3Dce%26m%3D%255B%255D&p1=e%3Dexd%26site_type%3Dm&p2=e%3Dvh&p3=e%3Ddis&bundle=qZKGqF9KRHNqS3U5UlJuJTJCODFubFl6cU1kVkRTY25vQ3FKdWVVYUFZbDhLWlVlbElyREp5U0pRc0dOaHZBU1YzRUM5SDhEbEFONTZFVHlGNWFNWGJBUmJpRHFjbTB5aExWU05hRTV5V2RzRGJqRzNuaVYlMkZLR3N6VE5aWGlCN1h6bExybk0&sc=%7B%22fbp%22%3A%22fb.1.1776894421857.1897847738%22%2C%22ttp%22%3A%22mFJL53rkx1oOS6UQM1ipilp0of4.tt.1%22%7D&tld=humaneworld.org&fu=https%253A%252F%252Fwww.humaneworld.org%252Fen&ceid=80f86be7-7292-4e89-8f0e-0fee7abdcd64widget.us.criteo.com/event?a=19836&... https://widget.us.criteo.com/event?a=19836&v=5.46.0&p0=e%3Dce%26m%3D%255B%255D&p1=e%3Dexd%26site_type%3Dm&p2=e%3Dvh&p3=e%3Ddis&bundle=qZKGqF9KRHNqS3U5UlJuJTJCODFubFl6cU1kVkRTY25vQ3FKdWVVYUFZbDhLWlVlbElyREp5U0pRc0dOaHZBU1YzRUM5SDhEbEFONTZFVHlGNWFNWGJBUmJpRHFjbTB5aExWU05hRTV5V2RzRGJqRzNuaVYlMkZLR3N6VE5aWGlCN1h6bExybk0&sc=%7B%22fbp%22%3A%22fb.1.1776894421857.1897847738%22%2C%22ttp%22%3A%22mFJL53rkx1oOS6UQM1ipilp0of4.tt.1%22%7D&tld=humaneworld.org&fu=https%253A%252F%252Fwww.humaneworld.org%252Fen&ceid=80f86be7-7292-4e89-8f0e-0fee7abdcd64 — 200 — 3.3 KiB — 765 ms — h2https://35.160.46.251/is?cb=177689442658835.160.46.251/is?cb=1776894426588 https://35.160.46.251/is?cb=1776894426588 — 200 — 263 B — 657 ms — h2https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Wed%2C%2022%20Apr%202026%2021%3A47%3A07%20GMT&n=0&b=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&.yp=10203542&f=https%3A%2F%2Fwww.humaneworld.org%2Fen&enc=UTF-8&yv=1.16.6&donation_type=monthly&ec=transaction&et=custom&ea=donate&tagmgr=gtmsp.analytics.yahoo.com/sp.pl?a=1000... https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Wed%2C%2022%20Apr%202026%2021%3A47%3A07%20GMT&n=0&b=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&.yp=10203542&f=https%3A%2F%2Fwww.humaneworld.org%2Fen&enc=UTF-8&yv=1.16.6&donation_type=monthly&ec=transaction&et=custom&ea=donate&tagmgr=gtm — 200 — 677 B — 18 ms — h2https://x.bidswitch.net/sync?dsp_id=46&user_id=k-fnz4d3wMk_M9Dp7EQJ_U4b9RbbM-8BgNPqNLLA&expires=30x.bidswitch.net/sync?dsp_id=46&user... https://x.bidswitch.net/sync?dsp_id=46&user_id=k-fnz4d3wMk_M9Dp7EQJ_U4b9RbbM-8BgNPqNLLA&expires=30 — 302 — 551 B — 264 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=cjp&google_sc&google_ula=913071&CriteoUserId=k-UXOViXwMk_M9Dp7EQJ_U4b9RbbPIIqaTTgdgCA&google_cm&google_hm=ay1VWE9WaVh3TWtfTTlEcDdFUUpfVTRiOVJiYlBJSXFhVFRnZGdDQQcm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=cjp&google_sc&google_ula=913071&CriteoUserId=k-UXOViXwMk_M9Dp7EQJ_U4b9RbbPIIqaTTgdgCA&google_cm&google_hm=ay1VWE9WaVh3TWtfTTlEcDdFUUpfVTRiOVJiYlBJSXFhVFRnZGdDQQ — 302 — 641 B — 56 ms — h2https://ib.adnxs.com/getuid?https://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=$UIDib.adnxs.com/getuid?https://dis.cri... https://ib.adnxs.com/getuid?https://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=$UID — 307 — 948 B — 107 ms — h2https://simage4.pubmatic.com/AdServer/SPug?partnerID=167352&partnerUID=uid:k-SK7WwXwMk_M9Dp7EQJ_U4b9RbbMRJoMtzJz7JQsimage4.pubmatic.com/AdServer/SPug?... https://simage4.pubmatic.com/AdServer/SPug?partnerID=167352&partnerUID=uid:k-SK7WwXwMk_M9Dp7EQJ_U4b9RbbMRJoMtzJz7JQ — 200 — 396 B — 54 ms — h2https://cs.media.net/cksync.php?cs=3&type=crt&ovsid=k-qeOHsHwMk_M9Dp7EQJ_U4b9RbbMBG4tYmJU3zwcs.media.net/cksync.php?cs=3&type=c... https://cs.media.net/cksync.php?cs=3&type=crt&ovsid=k-qeOHsHwMk_M9Dp7EQJ_U4b9RbbMBG4tYmJU3zw — 200 — 579 B — 238 ms — h2https://tg.socdm.com/aux/idsync?proto=criteo&dsp_uid=k-2OrNenwMk_M9Dp7EQJ_U4b9RbbMqQsNOdK-n2Atg.socdm.com/aux/idsync?proto=crite... https://tg.socdm.com/aux/idsync?proto=criteo&dsp_uid=k-2OrNenwMk_M9Dp7EQJ_U4b9RbbMqQsNOdK-n2A — 200 — 854 B — 281 ms — http/1.1https://r.casalemedia.com/rum?cm_dsp_id=20&external_user_id=k-KGglJXwMk_M9Dp7EQJ_U4b9RbbNLm1t4ptHPKAr.casalemedia.com/rum?cm_dsp_id=20&... https://r.casalemedia.com/rum?cm_dsp_id=20&external_user_id=k-KGglJXwMk_M9Dp7EQJ_U4b9RbbNLm1t4ptHPKA — 302 — 872 B — 54 ms — h3https://cs.adingo.jp/sync/?from=criteo&id=k-4dXysHwMk_M9Dp7EQJ_U4b9RbbOqpNfMaRIYlAcs.adingo.jp/sync/?from=criteo&id=k... https://cs.adingo.jp/sync/?from=criteo&id=k-4dXysHwMk_M9Dp7EQJ_U4b9RbbOqpNfMaRIYlA — 302 — 307 B — 243 ms — h2https://ad.360yield.com/match?publisher_dsp_id=38&external_user_id=k-pWQErHwMk_M9Dp7EQJ_U4b9RbbOnkgWtT6qYMAad.360yield.com/match?publisher_dsp... https://ad.360yield.com/match?publisher_dsp_id=38&external_user_id=k-pWQErHwMk_M9Dp7EQJ_U4b9RbbOnkgWtT6qYMA — 302 — 465 B — 58 ms — h2https://idsync.rlcdn.com/362338.gif?partner_uid=k-2LoVJ3wMk_M9Dp7EQJ_U4b9RbbN9-BtzdGXkkQidsync.rlcdn.com/362338.gif?partner... https://idsync.rlcdn.com/362338.gif?partner_uid=k-2LoVJ3wMk_M9Dp7EQJ_U4b9RbbN9-BtzdGXkkQ — 200 — 423 B — 259 ms — h2https://c.bing.com/c.gif?Red3=CTOMS_pd&cbid=k-wPl0bnwMk_M9Dp7EQJ_U4b9RbbMWCHz3na5W3OAFBSug3Fvbc.bing.com/c.gif?Red3=CTOMS_pd&cbid... https://c.bing.com/c.gif?Red3=CTOMS_pd&cbid=k-wPl0bnwMk_M9Dp7EQJ_U4b9RbbMWCHz3na5W3OAFBSug3Fvb — 200 — 408 B — 64 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=cjp&google_sc=&google_ula=913071&CriteoUserId=k-UXOViXwMk_M9Dp7EQJ_U4b9RbbPIIqaTTgdgCA&google_cm=&google_hm=ay1VWE9WaVh3TWtfTTlEcDdFUUpfVTRiOVJiYlBJSXFhVFRnZGdDQQ&google_tc=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=cjp&google_sc=&google_ula=913071&CriteoUserId=k-UXOViXwMk_M9Dp7EQJ_U4b9RbbPIIqaTTgdgCA&google_cm=&google_hm=ay1VWE9WaVh3TWtfTTlEcDdFUUpfVTRiOVJiYlBJSXFhVFRnZGdDQQ&google_tc= — 302 — 148 B — 7 ms — h2https://r.casalemedia.com/rum?cm_dsp_id=20&external_user_id=k-KGglJXwMk_M9Dp7EQJ_U4b9RbbNLm1t4ptHPKA&C=1r.casalemedia.com/rum?cm_dsp_id=20&... https://r.casalemedia.com/rum?cm_dsp_id=20&external_user_id=k-KGglJXwMk_M9Dp7EQJ_U4b9RbbNLm1t4ptHPKA&C=1 — 200 — 467 B — 17 ms — h3https://ad.360yield.com/ul_cb/match?publisher_dsp_id=38&external_user_id=k-pWQErHwMk_M9Dp7EQJ_U4b9RbbOnkgWtT6qYMAad.360yield.com/ul_cb/match?publish... https://ad.360yield.com/ul_cb/match?publisher_dsp_id=38&external_user_id=k-pWQErHwMk_M9Dp7EQJ_U4b9RbbOnkgWtT6qYMA — 200 — 209 B — 6 ms — h2https://dis.criteo.com/dis/rtb/google/cookiematch.aspx?id=&CriteoUserId=k-UXOViXwMk_M9Dp7EQJ_U4b9RbbPIIqaTTgdgCA&google_error=3dis.criteo.com/dis/rtb/google/cooki... https://dis.criteo.com/dis/rtb/google/cookiematch.aspx?id=&CriteoUserId=k-UXOViXwMk_M9Dp7EQJ_U4b9RbbPIIqaTTgdgCA&google_error=3 — 200 — 725 B — 9 ms — h2https://gum.criteo.com/sync?c=9&r=1&a=1&u=https%3A%2F%2Faa.agkn.com%2Fadscores%2Fg.pixel%3Fsid%3D9212273938%26ct%3D%40USERID%40gum.criteo.com/sync?c=9&r=1&a=1&u=h... https://gum.criteo.com/sync?c=9&r=1&a=1&u=https%3A%2F%2Faa.agkn.com%2Fadscores%2Fg.pixel%3Fsid%3D9212273938%26ct%3D%40USERID%40 — 302 — 702 B — 14 ms — h2https://sync.outbrain.com/cookie-sync?p=criteo&uid=k-AAW4HHwMk_M9Dp7EQJ_U4b9RbbMtrIBqF4MFUQ&initiator=partnersync.outbrain.com/cookie-sync?p=cri... https://sync.outbrain.com/cookie-sync?p=criteo&uid=k-AAW4HHwMk_M9Dp7EQJ_U4b9RbbMtrIBqF4MFUQ&initiator=partner — 200 — 360 B — 34 ms — http/1.1https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTE5MjgmdGw9NDMyMDA=&piggybackCookie=uid:k-SK7WwXwMk_M9Dp7EQJ_U4b9RbbMRJoMtzJz7JQsimage2.pubmatic.com/AdServer/Pug?v... https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTE5MjgmdGw9NDMyMDA=&piggybackCookie=uid:k-SK7WwXwMk_M9Dp7EQJ_U4b9RbbMRJoMtzJz7JQ — 200 — 272 B — 17 ms — h2https://gum.criteo.com/sync?s=1&c=9&r=1&a=1&u=https%3A%2F%2Faa.agkn.com%2Fadscores%2Fg.pixel%3Fsid%3D9212273938%26ct%3D%40USERID%40gum.criteo.com/sync?s=1&c=9&r=1&a=1... https://gum.criteo.com/sync?s=1&c=9&r=1&a=1&u=https%3A%2F%2Faa.agkn.com%2Fadscores%2Fg.pixel%3Fsid%3D9212273938%26ct%3D%40USERID%40 — 302 — 610 B — 4 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9212273938&ct=aAhgMl9KNkkwTllCY0NuUW5Yd0ZxNERFUDEyTHkxM2tOQjIyZ3ZWdmVKWmFuOFlyMW1TOENCRGtNSEprZWpNajJ0c2hmaa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9212273938&ct=aAhgMl9KNkkwTllCY0NuUW5Yd0ZxNERFUDEyTHkxM2tOQjIyZ3ZWdmVKWmFuOFlyMW1TOENCRGtNSEprZWpNajJ0c2hm — 200 — 307 B — 215 ms — h2https://pixel.rubiconproject.com/tap.php?v=6434&nid=2149&put=k-PNBQkXwMk_M9Dp7EQJ_U4b9RbbOV8Ll8ZS2CeQ&expires=30pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6434&nid=2149&put=k-PNBQkXwMk_M9Dp7EQJ_U4b9RbbOV8Ll8ZS2CeQ&expires=30 — 200 — 1.5 KiB — 23 ms — http/1.1https://rtb-csync.smartadserver.com/redir/?partnerid=79&partneruserid=k-dcrcknwMk_M9Dp7EQJ_U4b9RbbMhdfWvCpXIWwrtb-csync.smartadserver.com/redir/?... https://rtb-csync.smartadserver.com/redir/?partnerid=79&partneruserid=k-dcrcknwMk_M9Dp7EQJ_U4b9RbbMhdfWvCpXIWw — 200 — 586 B — 24 ms — h2https://ib.adnxs.com/bounce?%2Fgetuid%3Fhttps%3A%2F%2Fdis.criteo.com%2Fdis%2Frtb%2Fappnexus%2Fcookiematch.aspx%3Fappnxsid%3D%24UIDib.adnxs.com/bounce?%2Fgetuid%3Fhtt... https://ib.adnxs.com/bounce?%2Fgetuid%3Fhttps%3A%2F%2Fdis.criteo.com%2Fdis%2Frtb%2Fappnexus%2Fcookiematch.aspx%3Fappnxsid%3D%24UID — 302 — 798 B — 59 ms — h2https://sync-t1.taboola.com/sg/criteortb-network/1/rtb-h/?taboola_hm=k-DBrkvXwMk_M9Dp7EQJ_U4b9RbbNh2I4oluz-fAsync-t1.taboola.com/sg/criteortb-ne... https://sync-t1.taboola.com/sg/criteortb-network/1/rtb-h/?taboola_hm=k-DBrkvXwMk_M9Dp7EQJ_U4b9RbbNh2I4oluz-fA — 200 — 386 B — 25 ms — h2https://criteo-sync.teads.tv/um?eid=80&uid=k-ulwm6HwMk_M9Dp7EQJ_U4b9RbbMpF5dxZVducQcriteo-sync.teads.tv/um?eid=80&uid=... https://criteo-sync.teads.tv/um?eid=80&uid=k-ulwm6HwMk_M9Dp7EQJ_U4b9RbbMpF5dxZVducQ — 200 — 397 B — 89 ms — h2https://ade.clmbtech.com/uid/sync.htm?pid=13079&cuid=k-ZOAqHHwMk_M9Dp7EQJ_U4b9RbbOkLi1Y9zqBFAade.clmbtech.com/uid/sync.htm?pid=1... https://ade.clmbtech.com/uid/sync.htm?pid=13079&cuid=k-ZOAqHHwMk_M9Dp7EQJ_U4b9RbbOkLi1Y9zqBFA — 200 — 411 B — 74 ms — http/1.1https://eb2.3lift.com/xuid?mid=2711&xuid=k-K1phKXwMk_M9Dp7EQJ_U4b9RbbNegn3TlZ22xA&dongle=013beb2.3lift.com/xuid?mid=2711&xuid=k-... https://eb2.3lift.com/xuid?mid=2711&xuid=k-K1phKXwMk_M9Dp7EQJ_U4b9RbbNegn3TlZ22xA&dongle=013b — 302 — 278 B — 13 ms — h2https://eb2.3lift.com/xuid?ld=1&mid=2711&xuid=k-K1phKXwMk_M9Dp7EQJ_U4b9RbbNegn3TlZ22xA&dongle=013b&gdpr=0&cmp_cs=&us_privacy=eb2.3lift.com/xuid?ld=1&mid=2711&xu... https://eb2.3lift.com/xuid?ld=1&mid=2711&xuid=k-K1phKXwMk_M9Dp7EQJ_U4b9RbbNegn3TlZ22xA&dongle=013b&gdpr=0&cmp_cs=&us_privacy= — 200 — 139 B — 3 ms — h2https://sync.1rx.io/usersync/criteodsp/k-9oxsFHwMk_M9Dp7EQJ_U4b9RbbPbX6mX4e-T_j8lj7OUcPwgsync.1rx.io/usersync/criteodsp/k-9o... https://sync.1rx.io/usersync/criteodsp/k-9oxsFHwMk_M9Dp7EQJ_U4b9RbbPbX6mX4e-T_j8lj7OUcPwg — 302 — 444 B — 17 ms — h2https://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=5591998408738470536dis.criteo.com/dis/rtb/appnexus/coo... https://dis.criteo.com/dis/rtb/appnexus/cookiematch.aspx?appnxsid=5591998408738470536 — 200 — 739 B — 4 ms — h2https://api.datasteam.io/v1/C/RawData/64C07A85F960?v=86277a4e-e76a-45a6-928a-768016460cae&se=85e4c8e6-4a2e-492e-af18-3105307da1d9&d=eyJ2IjoiODYyNzdhNGUtZTc2YS00NWE2LTkyOGEtNzY4MDE2NDYwY2FlIiwibSI6Ijg3MmE1YTM2LTkzNzAtNGJhYy05MGRjLTViNmFmNGVlMGIyOSIsImNzaSI6IiIsInNlIjoiODVlNGM4ZTYtNGEyZS00OTJlLWFmMTgtMzEwNTMwN2RhMWQ5IiwibiI6MSwicCI6IjJlMTc5ZTZlLTY1MTMtNDZhZC05NDYxLTc5NTVjOTgyMzQxNyIsInUiOiJodHRwczovL3d3dy5odW1hbmV3b3JsZC5vcmcvZW4iLCJwbiI6Ii9lbiIsInIiOiIiLCJ0IjoiR2xvYmFsIEFuaW1hbCBXZWxmYXJlIHwgSHVtYW5lIFdvcmxkIGZvciBBbmltYWxzIiwiYyI6Imh0dHBzOi8vd3d3Lmh1bWFuZXdvcmxkLm9yZy9lbiIsInByIjoiODVGOTYwIiwicyI6MSwidnMiOjEsImwiOiJDYXRlZ29yeSIsInYwMSI6IjAiLCJ2MDIiOiJIb21lcGFnZSJ9&callback=cb366faa1ad4ba2api.datasteam.io/v1/C/RawData/64C07... https://api.datasteam.io/v1/C/RawData/64C07A85F960?v=86277a4e-e76a-45a6-928a-768016460cae&se=85e4c8e6-4a2e-492e-af18-3105307da1d9&d=eyJ2IjoiODYyNzdhNGUtZTc2YS00NWE2LTkyOGEtNzY4MDE2NDYwY2FlIiwibSI6Ijg3MmE1YTM2LTkzNzAtNGJhYy05MGRjLTViNmFmNGVlMGIyOSIsImNzaSI6IiIsInNlIjoiODVlNGM4ZTYtNGEyZS00OTJlLWFmMTgtMzEwNTMwN2RhMWQ5IiwibiI6MSwicCI6IjJlMTc5ZTZlLTY1MTMtNDZhZC05NDYxLTc5NTVjOTgyMzQxNyIsInUiOiJodHRwczovL3d3dy5odW1hbmV3b3JsZC5vcmcvZW4iLCJwbiI6Ii9lbiIsInIiOiIiLCJ0IjoiR2xvYmFsIEFuaW1hbCBXZWxmYXJlIHwgSHVtYW5lIFdvcmxkIGZvciBBbmltYWxzIiwiYyI6Imh0dHBzOi8vd3d3Lmh1bWFuZXdvcmxkLm9yZy9lbiIsInByIjoiODVGOTYwIiwicyI6MSwidnMiOjEsImwiOiJDYXRlZ29yeSIsInYwMSI6IjAiLCJ2MDIiOiJIb21lcGFnZSJ9&callback=cb366faa1ad4ba2 — 200 — 795 B — 1.0 s — http/1.1https://sync.1rx.io/usersync/criteodsp/k-9oxsFHwMk_M9Dp7EQJ_U4b9RbbPbX6mX4e-T_j8lj7OUcPwg?zcc=1&cb=1776894427471sync.1rx.io/usersync/criteodsp/k-9o... https://sync.1rx.io/usersync/criteodsp/k-9oxsFHwMk_M9Dp7EQJ_U4b9RbbPbX6mX4e-T_j8lj7OUcPwg?zcc=1&cb=1776894427471 — 200 — 172 B — 3 ms — h2https://ib.adnxs.com/setuid?entity=52&code=k-Ob1AwnwMk_M9Dp7EQJ_U4b9RbbMks706OmWJ0Aib.adnxs.com/setuid?entity=52&code=... https://ib.adnxs.com/setuid?entity=52&code=k-Ob1AwnwMk_M9Dp7EQJ_U4b9RbbMks706OmWJ0A — 200 — 929 B — 4 ms — h2https://px.mountain.com/st?ga_tracking_id=G-DGPX92WLR5&ga_client_id=711464132.1776894422&shpt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&dcm_cid=711464132.1776894422&available_ga=%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-DGPX92WLR5%22%2C%22ga_tracking_id%22%3A%22G-DGPX92WLR5%22%2C%22ga_client_id%22%3A%22711464132.1776894422%22%2C%22shpt%22%3A%22Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals%22%2C%22dcm_cid%22%3A%22711464132.1776894422%22%2C%22mntnis%22%3A%227yjQ0FgJXU9Tao3IpUG35v2EeZR%2BWj5o%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-DGPX92WLR5&meta_tag_data=%5B%7B%22description.content%22%3A%22Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.%22%7D%2C%7B%22robots.content%22%3A%22index%2C%20follow%22%7D%5D&dxver=4.0.0&shaid=38999&plh=https%3A%2F%2Fwww.humaneworld.org%2Fen&cb=83384560224972850term%3Dvalue&shadditional=criteo%3Dtrue%2Cgoogletagmanager%3Dtrue%2Cga4%3Dtruepx.mountain.com/st?ga_tracking_id=G... https://px.mountain.com/st?ga_tracking_id=G-DGPX92WLR5&ga_client_id=711464132.1776894422&shpt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&dcm_cid=711464132.1776894422&available_ga=%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-DGPX92WLR5%22%2C%22ga_tracking_id%22%3A%22G-DGPX92WLR5%22%2C%22ga_client_id%22%3A%22711464132.1776894422%22%2C%22shpt%22%3A%22Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals%22%2C%22dcm_cid%22%3A%22711464132.1776894422%22%2C%22mntnis%22%3A%227yjQ0FgJXU9Tao3IpUG35v2EeZR%2BWj5o%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-DGPX92WLR5&meta_tag_data=%5B%7B%22description.content%22%3A%22Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.%22%7D%2C%7B%22robots.content%22%3A%22index%2C%20follow%22%7D%5D&dxver=4.0.0&shaid=38999&plh=https%3A%2F%2Fwww.humaneworld.org%2Fen&cb=83384560224972850term%3Dvalue&shadditional=criteo%3Dtrue%2Cgoogletagmanager%3Dtrue%2Cga4%3Dtrue — 200 — 1.2 KiB — 261 ms — h2https://cdn.wisepops.com/shared/wisepops/KeS7WMjujvwTBsLxo5VE/601159.js?v=1776804652418cdn.wisepops.com/shared/wisepops/Ke... https://cdn.wisepops.com/shared/wisepops/KeS7WMjujvwTBsLxo5VE/601159.js?v=1776804652418 — 200 — 79.7 KiB — 48 ms — h2https://cs.fluctssp.smt.docomo.ne.jp/sync/?from=criteo&id=k-4dXysHwMk_M9Dp7EQJ_U4b9RbbOqpNfMaRIYlAcs.fluctssp.smt.docomo.ne.jp/sync/?... https://cs.fluctssp.smt.docomo.ne.jp/sync/?from=criteo&id=k-4dXysHwMk_M9Dp7EQJ_U4b9RbbOqpNfMaRIYlA — 200 — 383 B — 74 ms — h2https://x.bidswitch.net/ul_cb/sync?dsp_id=46&user_id=k-fnz4d3wMk_M9Dp7EQJ_U4b9RbbM-8BgNPqNLLA&expires=30x.bidswitch.net/ul_cb/sync?dsp_id=4... https://x.bidswitch.net/ul_cb/sync?dsp_id=46&user_id=k-fnz4d3wMk_M9Dp7EQJ_U4b9RbbM-8BgNPqNLLA&expires=30 — 200 — 103 B — 78 ms — h2https://cdn.wisepops.net/cdn-cgi/image/fit=scale-down,format=auto,width=380/images-secure/popups/w.adM2V9wGGX/63b1b141960b1cef17f44db0599c88fe.pngcdn.wisepops.net/cdn-cgi/image/fit=... https://cdn.wisepops.net/cdn-cgi/image/fit=scale-down,format=auto,width=380/images-secure/popups/w.adM2V9wGGX/63b1b141960b1cef17f44db0599c88fe.png — 200 — 14.8 KiB — 37 ms — h2https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2253/Noto-Sans.woff2aaf1a18515da0e792f78-c27fdabe952dfc... https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/2253/Noto-Sans.woff2 — 200 — 39.0 KiB — 8 ms — http/1.1https://gs.mountain.com/gsgs.mountain.com/gs https://gs.mountain.com/gs — 200 — 345 B — 294 ms — h2https://px.mountain.com/st?ga_tracking_id=G-DGPX92WLR5&ga_client_id=711464132.1776894422&shpt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&dcm_cid=711464132.1776894422&available_ga=%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-DGPX92WLR5%22%2C%22ga_tracking_id%22%3A%22G-DGPX92WLR5%22%2C%22ga_client_id%22%3A%22711464132.1776894422%22%2C%22shpt%22%3A%22Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals%22%2C%22dcm_cid%22%3A%22711464132.1776894422%22%2C%22mntnis%22%3A%227yjQ0FgJXU9Tao3IpUG35v2EeZR%2BWj5o%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-DGPX92WLR5&meta_tag_data=%5B%7B%22description.content%22%3A%22Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.%22%7D%2C%7B%22robots.content%22%3A%22index%2C%20follow%22%7D%5D&dxver=4.0.0&shaid=38999&plh=https%3A%2F%2Fwww.humaneworld.org%2Fen&shadditional=criteo%3Dtrue%2Cgoogletagmanager%3Dtrue%2Cga4%3Dtrue&cb=1776894427611552&shguid=e6be7817-cd8b-3cb6-a151-f5c8a501e7ea&shgts=1776894427926px.mountain.com/st?ga_tracking_id=G... https://px.mountain.com/st?ga_tracking_id=G-DGPX92WLR5&ga_client_id=711464132.1776894422&shpt=Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals&dcm_cid=711464132.1776894422&available_ga=%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D&ga_info=%7B%22status%22%3A%22OK%22%2C%22available_ga%22%3A%5B%7B%22id%22%3A%22G-DGPX92WLR5%22%2C%22sess_id%22%3A%221776894421%22%7D%5D%2C%22hardcoded_ga%22%3A%22G-DGPX92WLR5%22%2C%22ga_tracking_id%22%3A%22G-DGPX92WLR5%22%2C%22ga_client_id%22%3A%22711464132.1776894422%22%2C%22shpt%22%3A%22Global%20Animal%20Welfare%20%7C%20Humane%20World%20for%20Animals%22%2C%22dcm_cid%22%3A%22711464132.1776894422%22%2C%22mntnis%22%3A%227yjQ0FgJXU9Tao3IpUG35v2EeZR%2BWj5o%22%2C%22execution_workflow%22%3A%7B%22iteration%22%3A4%2C%22getClientIdByCookie%22%3A%22OK%22%2C%22shpt%22%3A%22OK%22%2C%22dcm_cid%22%3A%22OK%22%7D%7D&hardcoded_ga=G-DGPX92WLR5&meta_tag_data=%5B%7B%22description.content%22%3A%22Humane%20World%20for%20Animals%20(formerly%20the%20Humane%20Society%20of%20the%20United%20States%20and%20Humane%20Society%20International)%20is%20a%20global%20leader%20in%20animal%20welfare%2C%20working%20to%20end%20animal%20suffering%20and%20promote%20compassionate%20living.%22%7D%2C%7B%22robots.content%22%3A%22index%2C%20follow%22%7D%5D&dxver=4.0.0&shaid=38999&plh=https%3A%2F%2Fwww.humaneworld.org%2Fen&shadditional=criteo%3Dtrue%2Cgoogletagmanager%3Dtrue%2Cga4%3Dtrue&cb=1776894427611552&shguid=e6be7817-cd8b-3cb6-a151-f5c8a501e7ea&shgts=1776894427926 — 200 — 581 B — 299 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 283 B — 232 ms — http/1.1https://fid.agkn.com/f?apiKey=2520642820fid.agkn.com/f?apiKey=2520642820 https://fid.agkn.com/f?apiKey=2520642820 — 200 — 371 B — 816 ms — h2https://aa.agkn.com/adscores/g.jsonp?sid=9202274878&userid=85F960-86277A4E-E76A-45A6-928A-768016460CAEaa.agkn.com/adscores/g.jsonp?sid=92... https://aa.agkn.com/adscores/g.jsonp?sid=9202274878&userid=85F960-86277A4E-E76A-45A6-928A-768016460CAE — 200 — 306 B — 74 ms — h2https://i.liadm.com/s/63537?bidder_id=242861&bidder_uuid=85F960-86277A4E-E76A-45A6-928A-768016460CAEi.liadm.com/s/63537?bidder_id=24286... https://i.liadm.com/s/63537?bidder_id=242861&bidder_uuid=85F960-86277A4E-E76A-45A6-928A-768016460CAE — 200 — 208 B — 986 ms — http/1.1https://aa.agkn.com/adscores/g.pixel?sid=9202283468&_userID=85F960-86277A4E-E76A-45A6-928A-768016460CAE&_takID=64C07A85F960aa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9202283468&_userID=85F960-86277A4E-E76A-45A6-928A-768016460CAE&_takID=64C07A85F960 — 200 — 306 B — 71 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — -1 — 0 B — 0 ms —
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 12609ms · 1751KB · €137/mo
Unattributable
Other
Costly
Execution 1440ms
Transfer 0 KB
Monthly Cost €16/mo
www.gstatic.com
Other
Costly
Execution 1319ms
Transfer 0 KB
Unused 49%
Monthly Cost €14/mo
Google Tag Manager
Tag Manager
Costly
Execution 1312ms
Transfer 0 KB
Unused 30%
Monthly Cost €14/mo
action.humaneworld.org
Other
Costly
Execution 1129ms
Transfer 59 KB
Unused 70%
Monthly Cost €12/mo
www.humaneworld.org
Other
Costly
Execution 832ms
Transfer 32 KB
Monthly Cost €9/mo
Iubenda
Consent
Essential
Execution 728ms
Transfer 111 KB
Unused 69%
Monthly Cost €8/mo
cdn.wisepops.com
Other
Costly
Execution 727ms
Transfer 80 KB
Unused 35%
Monthly Cost €8/mo
Google Tag Manager
Tag Manager
Costly
Execution 651ms
Transfer 191 KB
Unused 30%
Monthly Cost €7/mo
Google Tag Manager
Tag Manager
Costly
Execution 417ms
Transfer 144 KB
Unused 42%
Monthly Cost €5/mo
aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com
Other
Costly
Execution 376ms
Transfer 38 KB
Unused 55%
Monthly Cost €4/mo
action.humaneworld.org
Other
Costly
Execution 355ms
Transfer 0 KB
Monthly Cost €4/mo
Microsoft Clarity
Session Replay
Costly
Execution 341ms
Transfer 26 KB
Monthly Cost €4/mo
analytics.tiktok.com
Other
Costly
Execution 307ms
Transfer 110 KB
Unused 48%
Monthly Cost €3/mo
action.humaneworld.org
Other
Costly
Execution 222ms
Transfer 12 KB
Monthly Cost €2/mo
www.humaneworld.org
Other
Costly
Execution 220ms
Transfer 7 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 219ms
Transfer 127 KB
Unused 50%
Monthly Cost €2/mo
analytics.tiktok.com
Other
Optional
Execution 199ms
Transfer 40 KB
Monthly Cost €2/mo
Facebook Pixel
Advertising
Optional
Execution 192ms
Transfer 62 KB
Unused 33%
Monthly Cost €2/mo
Facebook Pixel
Advertising
Optional
Execution 192ms
Transfer 97 KB
Unused 33%
Monthly Cost €2/mo
wisepops.net
Other
Optional
Execution 190ms
Transfer 24 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 189ms
Transfer 129 KB
Unused 48%
Monthly Cost €2/mo
analytics.tiktok.com
Other
Optional
Execution 155ms
Transfer 121 KB
Unused 77%
Monthly Cost €2/mo
static.criteo.net
Other
Optional
Execution 127ms
Transfer 25 KB
Monthly Cost €1/mo
sslwidget.criteo.com
Other
Optional
Execution 120ms
Transfer 1 KB
Monthly Cost €1/mo
cdn.datasteam.io
Other
Optional
Execution 117ms
Transfer 23 KB
Monthly Cost €1/mo
www.humaneworld.org
Other
Optional
Execution 109ms
Transfer 85 KB
Unused 69%
Monthly Cost €1/mo
px.mountain.com
Other
Optional
Execution 84ms
Transfer 1 KB
Monthly Cost €1/mo
www.humaneworld.org
Other
Optional
Execution 68ms
Transfer 23 KB
Monthly Cost €1/mo
www.humaneworld.org
Other
Optional
Execution 60ms
Transfer 102 KB
Monthly Cost €1/mo
www.humaneworld.org
Other
Optional
Execution 58ms
Transfer 32 KB
Unused 66%
Monthly Cost €1/mo
c5.adalyser.com
Other
Optional
Execution 52ms
Transfer 10 KB
Monthly Cost €1/mo
aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com
Other
Optional
Execution 51ms
Transfer 31 KB
Unused 73%
Monthly Cost €1/mo
collector-25995.tvsquared.com
Other
Optional
Execution 50ms
Transfer 9 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1440ms and costs ~€16/month
  • www.gstatic.com adds 1319ms and costs ~€14/month
  • Google Tag Manager adds 1312ms and costs ~€14/month
  • action.humaneworld.org adds 1129ms and costs ~€12/month
  • www.humaneworld.org adds 832ms and costs ~€9/month
  • cdn.wisepops.com adds 727ms and costs ~€8/month
  • Google Tag Manager adds 651ms and costs ~€7/month
  • Google Tag Manager adds 417ms and costs ~€5/month
  • aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com adds 376ms and costs ~€4/month
  • action.humaneworld.org adds 355ms and costs ~€4/month
  • Microsoft Clarity adds 341ms and costs ~€4/month
  • analytics.tiktok.com adds 307ms and costs ~€3/month
  • action.humaneworld.org adds 222ms and costs ~€2/month
  • www.humaneworld.org adds 220ms and costs ~€2/month
  • Google Tag Manager adds 219ms and costs ~€2/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 1440ms 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.gstatic.com takes 1319ms 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

Google Tag Manager takes 1312ms 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

action.humaneworld.org takes 1129ms 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

70% of action.humaneworld.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

www.humaneworld.org takes 832ms 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

69% of Iubenda'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

cdn.wisepops.com takes 727ms 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

Google Tag Manager takes 651ms 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

Google Tag Manager takes 417ms 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

aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com takes 376ms 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

55% of aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.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

action.humaneworld.org takes 355ms 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

Microsoft Clarity takes 341ms 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

analytics.tiktok.com takes 307ms 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

action.humaneworld.org takes 222ms 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.humaneworld.org takes 220ms 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

Google Tag Manager takes 219ms 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

77% 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

69% of www.humaneworld.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

66% of www.humaneworld.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

73% of aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.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