Skip to content
https://unodc.org

Performance

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

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

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

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

898 ms

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

4.06 s

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

32 ms

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

0.001

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

1.14 s

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

4.13 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 5 REVIEW 3 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 56 requests
FIX
4.8 MB transferred, 56 requests
Critical::
Page weighs 8.4 MB (4.8 MB transferred)
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 437 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 437 KB
Info::
56 HTTP requests
Info::
Estimated 1.00 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
56 requests
1.00 g CO2 per page load
Images 2.9 MiB 61%
JavaScript 1.2 MiB 25%
Fonts 437.2 KiB 9%
CSS 168.2 KiB 3%
HTML 68.2 KiB 1%
Other 2.9 KiB 0%
Other 1.1 KiB 0%
Other 838 B 0%
Other 557 B 0%
Other 458 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
56 resources · 4.8 MB · 176 KB savings available
FIX
56 resources · 4.8 MB · 176 KB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~176 KB of savings available
Warning::
55 third-party resources (100% of weight)
Info::
4 resources over 200KB
56 resources · 4.8 MiB · 55 third-party 3.8 MiB over 1MB target
Image 61% · 2.9 MiB
JavaScript 25% · 1.2 MiB
Font 9% · 437.2 KiB
CSS 3% · 168.2 KiB
Document 1% · 68.2 KiB
Other 0% · 3.1 KiB

~176.0 KiB of savings available

Remove unused JavaScript: 176.0 KiB
C
Image Optimization
Action
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://www.unodc.org/res/index_html/resources-box... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/cdn/shared/standard/images/u... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/res/index_html/scam-artist_4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/res/index_html/Captagon_Tabl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/res/news/2026/April/why-comm... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/res/index_html/generic_detai... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/res/index_html/dataUNODC_450... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/cdn/shared/standard/images/u... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/images/data-and-analysis/Cri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unodc.org/res/_config/template/default... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 2.9 MB
0 oversized -0 KB
8 legacy format
10 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
574ms total JS execution
REVIEW
574ms total JS execution
Info::
https://www.unodc.org/: 224ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-JPDL...: 176ms CPU time
Info::
Unattributable: 116ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-W2K...: 58ms CPU time
Warning::
Third-party scripts: 574ms (100% of total)

Main Thread Breakdown

Script Evaluation 37% Style & Layout 25% Other 21% Script Parsing & Compilation 8% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.unodc.org/224ms3ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JPDLBDFSRC176ms144ms19ms3rd
Unattributable116ms2ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W2KPP7N&l=unodc58ms38ms19ms3rd
C
JS Bundles
Action
13 scripts, 176 KB unused
REVIEW
13 scripts, 176 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-W2K...: 75 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JPDL...: 62 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.unodc.org/unodc/misc/webpack/js/vendor...: 40 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 176 KB
176 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-W2KPP7N&l=unodc125 KB75 KB (60%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JPDLBDFSRC160 KB62 KB (38%)3rd
https://www.unodc.org/unodc/misc/webpack/js/vendor.bdcc73a3.js61 KB40 KB (66%)3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base193 KB3rd
https://www.unodc.org/unodc/misc/webpack/js/addon.0857808c.js26 KB3rd
https://www.unodc.org/unodc/misc/webpack/js/main.e5dd0f82.js10 KB3rd
https://www.unodc.org/unodc/misc/webpack/js/runtime.4cb30282.js3 KB3rd
https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js436 KB3rd
https://www.unodc.org/unodc/misc/webpack/js/misc.c37202fd.js14 KB3rd
https://www.unodc.org/unodc/misc/webpack/js/date-formatter.c8573d56.js2 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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
8 fonts (437 KB)
PASS
8 fonts (437 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

437 KB total

Render-blocking

0

of 8

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 FCP 898 ms LCP 4.1 shttps://www.unodc.org/unodc/misc/webpack/css/fonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-solid-900.woff2 — 77.0 KiB — 44 ms — font-display: swaphttps://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2roboto-v30-latin-ext_la... https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2 — 49.7 KiB — 140 ms — font-display: swaphttps://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2roboto-v30-latin-ext_la... https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2 — 49.6 KiB — 144 ms — font-display: swaphttps://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2roboto-condensed-v25-la... https://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2 — 49.1 KiB — 145 ms — font-display: swaphttps://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2roboto-v30-latin-ext_la... https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2 — 53.5 KiB — 152 ms — font-display: swaphttps://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2roboto-condensed-v25-la... https://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2 — 49.1 KiB — 153 ms — font-display: swaphttps://www.unodc.org/unodc/misc/webpack/css/fonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-brands-400.woff2 — 75.5 KiB — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 36 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 44 ms
Start 673 ms
Risk FOUT — text flashes from fallback to web font
roboto-v30-latin-ext_la... woff2 swap
Size 50 KB
Load time 140 ms
Start 674 ms
Risk FOUT — text flashes from fallback to web font
roboto-v30-latin-ext_la... woff2 swap
Size 50 KB
Load time 144 ms
Start 675 ms
Risk FOUT — text flashes from fallback to web font
roboto-condensed-v25-la... woff2 swap
Size 49 KB
Load time 145 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
roboto-v30-latin-ext_la... woff2 swap
Size 53 KB
Load time 152 ms
Start 676 ms
Risk FOUT — text flashes from fallback to web font
roboto-condensed-v25-la... woff2 swap
Size 49 KB
Load time 153 ms
Start 677 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 75 KB
Load time 46 ms
Start 846 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 36 ms
Start 941 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
56 requests over 2250ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 898 ms LCP 4.1 shttps://unodc.org// https://unodc.org/ — 302 — 178 B — 114 ms — http/1.1https://www.unodc.org/www.unodc.org/ https://www.unodc.org/ — 200 — 11.6 KiB — 246 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-JPDLBDFSRCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JPDLBDFSRC — 200 — 160.2 KiB — 38 ms — h2https://www.unodc.org/unodc/misc/webpack/css/main.e5dd0f82.csswww.unodc.org/unodc/misc/webpack/cs... https://www.unodc.org/unodc/misc/webpack/css/main.e5dd0f82.css — 200 — 64.2 KiB — 66 ms — http/1.1https://www.unodc.org/cdn/shared/standard/images/un-emblem.svgwww.unodc.org/cdn/shared/standard/i... https://www.unodc.org/cdn/shared/standard/images/un-emblem.svg — 200 — 22.6 KiB — 89 ms — http/1.1https://www.unodc.org/res/_config/template/default_template_html/donate_SQUARE2.pngwww.unodc.org/res/_config/template/... https://www.unodc.org/res/_config/template/default_template_html/donate_SQUARE2.png — 200 — 31.3 KiB — 122 ms — http/1.1https://www.unodc.org/res/frontpage/2026/April/from-destruction-to-hope_-a-survivors-journey-through-human-trafficking_html/Cedric_Berset_Sosa_EGM_1500x644.webpwww.unodc.org/res/frontpage/2026/Ap... https://www.unodc.org/res/frontpage/2026/April/from-destruction-to-hope_-a-survivors-journey-through-human-trafficking_html/Cedric_Berset_Sosa_EGM_1500x644.webp — 200 — 198.0 KiB — 169 ms — http/1.1https://www.unodc.org/res/frontpage/2026/April/strengthening-nigerias-fight-against-terrorism_html/Military_Police_Crime_Scene_Investigators_in_Nigeria._UNODC_1500X644.webpwww.unodc.org/res/frontpage/2026/Ap... https://www.unodc.org/res/frontpage/2026/April/strengthening-nigerias-fight-against-terrorism_html/Military_Police_Crime_Scene_Investigators_in_Nigeria._UNODC_1500X644.webp — 200 — 617.9 KiB — 274 ms — http/1.1https://www.unodc.org/res/frontpage/2026/March/responding-to-underwater-security-threats-in-tanzania_html/Diving_Tanzania-blue_1350x580px.webpwww.unodc.org/res/frontpage/2026/Ma... https://www.unodc.org/res/frontpage/2026/March/responding-to-underwater-security-threats-in-tanzania_html/Diving_Tanzania-blue_1350x580px.webp — 200 — 151.6 KiB — 157 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-W2KPP7N&l=unodcwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-W2KPP7N&l=unodc — 200 — 124.7 KiB — 39 ms — h2https://www.unodc.org/unodc/misc/webpack/js/runtime.4cb30282.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/runtime.4cb30282.js — 200 — 3.2 KiB — 55 ms — http/1.1https://static.unodc.org/cdn/shared/standard/fonts/fonts.cssstatic.unodc.org/cdn/shared/standar... https://static.unodc.org/cdn/shared/standard/fonts/fonts.css — 200 — 1.6 KiB — 131 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/vendor.bdcc73a3.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/vendor.bdcc73a3.js — 200 — 61.2 KiB — 66 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/addon.0857808c.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/addon.0857808c.js — 200 — 25.7 KiB — 42 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/main.e5dd0f82.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/main.e5dd0f82.js — 200 — 10.3 KiB — 28 ms — http/1.1https://www.unodc.org/cdn/favicon/standard/site.webmanifestwww.unodc.org/cdn/favicon/standard/... https://www.unodc.org/cdn/favicon/standard/site.webmanifest — 200 — 1.1 KiB — 103 ms — http/1.1https://www.unodc.org/res/frontpage/2026/March/a-global-wake-up-call-to-organized-fraud_html/dark-room_1350x580.webpwww.unodc.org/res/frontpage/2026/Ma... https://www.unodc.org/res/frontpage/2026/March/a-global-wake-up-call-to-organized-fraud_html/dark-room_1350x580.webp — 200 — 114.0 KiB — 43 ms — http/1.1https://www.unodc.org/res/index_html/Captagon_Tablet_675x450.webpwww.unodc.org/res/index_html/Captag... https://www.unodc.org/res/index_html/Captagon_Tablet_675x450.webp — 200 — 19.3 KiB — 24 ms — http/1.1https://www.unodc.org/res/news/2026/April/why-communities-matter-in-the-response-to-ieds_html/WhatsApp_Image_2026-02-26_at_21.27.09_675x450.webpwww.unodc.org/res/news/2026/April/w... https://www.unodc.org/res/news/2026/April/why-communities-matter-in-the-response-to-ieds_html/WhatsApp_Image_2026-02-26_at_21.27.09_675x450.webp — 200 — 120.7 KiB — 44 ms — http/1.1https://www.unodc.org/res/index_html/generic_details_B.pngwww.unodc.org/res/index_html/generi... https://www.unodc.org/res/index_html/generic_details_B.png — 200 — 1.1 MiB — 426 ms — http/1.1https://www.unodc.org/res/index_html/resources-box_450px.webpwww.unodc.org/res/index_html/resour... https://www.unodc.org/res/index_html/resources-box_450px.webp — 200 — 29.5 KiB — 25 ms — http/1.1https://www.unodc.org/images/data-and-analysis/Crime%20on%20Environment/1_Cover_3a.pngwww.unodc.org/images/data-and-analy... https://www.unodc.org/images/data-and-analysis/Crime%20on%20Environment/1_Cover_3a.png — 200 — 446.8 KiB — 154 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-JPDLBDFSRC&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_nsi=1&_ss=1&_c=1&_ee=1&tfd=595region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-JPDLBDFSRC&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_nsi=1&_ss=1&_c=1&_ee=1&tfd=595 — 204 — 548 B — 176 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344 — 204 — 557 B — 26 ms — h2https://www.unodc.org/res/index_html/dataUNODC_450px.webpwww.unodc.org/res/index_html/dataUN... https://www.unodc.org/res/index_html/dataUNODC_450px.webp — 200 — 12.6 KiB — 42 ms — http/1.1https://www.unodc.org/res/index_html/scam-artist_450px.webpwww.unodc.org/res/index_html/scam-a... https://www.unodc.org/res/index_html/scam-artist_450px.webp — 200 — 19.6 KiB — 43 ms — http/1.1https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344&z=1226302592www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344&z=1226302592 — 200 — 408 B — 56 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ND1P88FWT5&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_ss=1&_c=1&_ee=1&tfd=609region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ND1P88FWT5&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_ss=1&_c=1&_ee=1&tfd=609 — 204 — 290 B — 247 ms — h2https://www.unodc.org/cdn/shared/standard/images/un-emblem-white.svgwww.unodc.org/cdn/shared/standard/i... https://www.unodc.org/cdn/shared/standard/images/un-emblem-white.svg — 200 — 22.6 KiB — 30 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-solid-900.woff2www.unodc.org/unodc/misc/webpack/cs... https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-solid-900.woff2 — 200 — 77.0 KiB — 44 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 898 ms LCP 4.1 shttps://unodc.org// https://unodc.org/ — 302 — 178 B — 114 ms — http/1.1https://www.unodc.org/www.unodc.org/ https://www.unodc.org/ — 200 — 11.6 KiB — 246 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-JPDLBDFSRCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JPDLBDFSRC — 200 — 160.2 KiB — 38 ms — h2https://www.unodc.org/unodc/misc/webpack/css/main.e5dd0f82.csswww.unodc.org/unodc/misc/webpack/cs... https://www.unodc.org/unodc/misc/webpack/css/main.e5dd0f82.css — 200 — 64.2 KiB — 66 ms — http/1.1https://www.unodc.org/cdn/shared/standard/images/un-emblem.svgwww.unodc.org/cdn/shared/standard/i... https://www.unodc.org/cdn/shared/standard/images/un-emblem.svg — 200 — 22.6 KiB — 89 ms — http/1.1https://www.unodc.org/res/_config/template/default_template_html/donate_SQUARE2.pngwww.unodc.org/res/_config/template/... https://www.unodc.org/res/_config/template/default_template_html/donate_SQUARE2.png — 200 — 31.3 KiB — 122 ms — http/1.1https://www.unodc.org/res/frontpage/2026/April/from-destruction-to-hope_-a-survivors-journey-through-human-trafficking_html/Cedric_Berset_Sosa_EGM_1500x644.webpwww.unodc.org/res/frontpage/2026/Ap... https://www.unodc.org/res/frontpage/2026/April/from-destruction-to-hope_-a-survivors-journey-through-human-trafficking_html/Cedric_Berset_Sosa_EGM_1500x644.webp — 200 — 198.0 KiB — 169 ms — http/1.1https://www.unodc.org/res/frontpage/2026/April/strengthening-nigerias-fight-against-terrorism_html/Military_Police_Crime_Scene_Investigators_in_Nigeria._UNODC_1500X644.webpwww.unodc.org/res/frontpage/2026/Ap... https://www.unodc.org/res/frontpage/2026/April/strengthening-nigerias-fight-against-terrorism_html/Military_Police_Crime_Scene_Investigators_in_Nigeria._UNODC_1500X644.webp — 200 — 617.9 KiB — 274 ms — http/1.1https://www.unodc.org/res/frontpage/2026/March/responding-to-underwater-security-threats-in-tanzania_html/Diving_Tanzania-blue_1350x580px.webpwww.unodc.org/res/frontpage/2026/Ma... https://www.unodc.org/res/frontpage/2026/March/responding-to-underwater-security-threats-in-tanzania_html/Diving_Tanzania-blue_1350x580px.webp — 200 — 151.6 KiB — 157 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-W2KPP7N&l=unodcwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-W2KPP7N&l=unodc — 200 — 124.7 KiB — 39 ms — h2https://www.unodc.org/unodc/misc/webpack/js/runtime.4cb30282.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/runtime.4cb30282.js — 200 — 3.2 KiB — 55 ms — http/1.1https://static.unodc.org/cdn/shared/standard/fonts/fonts.cssstatic.unodc.org/cdn/shared/standar... https://static.unodc.org/cdn/shared/standard/fonts/fonts.css — 200 — 1.6 KiB — 131 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/vendor.bdcc73a3.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/vendor.bdcc73a3.js — 200 — 61.2 KiB — 66 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/addon.0857808c.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/addon.0857808c.js — 200 — 25.7 KiB — 42 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/main.e5dd0f82.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/main.e5dd0f82.js — 200 — 10.3 KiB — 28 ms — http/1.1https://www.unodc.org/cdn/favicon/standard/site.webmanifestwww.unodc.org/cdn/favicon/standard/... https://www.unodc.org/cdn/favicon/standard/site.webmanifest — 200 — 1.1 KiB — 103 ms — http/1.1https://www.unodc.org/res/frontpage/2026/March/a-global-wake-up-call-to-organized-fraud_html/dark-room_1350x580.webpwww.unodc.org/res/frontpage/2026/Ma... https://www.unodc.org/res/frontpage/2026/March/a-global-wake-up-call-to-organized-fraud_html/dark-room_1350x580.webp — 200 — 114.0 KiB — 43 ms — http/1.1https://www.unodc.org/res/index_html/Captagon_Tablet_675x450.webpwww.unodc.org/res/index_html/Captag... https://www.unodc.org/res/index_html/Captagon_Tablet_675x450.webp — 200 — 19.3 KiB — 24 ms — http/1.1https://www.unodc.org/res/news/2026/April/why-communities-matter-in-the-response-to-ieds_html/WhatsApp_Image_2026-02-26_at_21.27.09_675x450.webpwww.unodc.org/res/news/2026/April/w... https://www.unodc.org/res/news/2026/April/why-communities-matter-in-the-response-to-ieds_html/WhatsApp_Image_2026-02-26_at_21.27.09_675x450.webp — 200 — 120.7 KiB — 44 ms — http/1.1https://www.unodc.org/res/index_html/generic_details_B.pngwww.unodc.org/res/index_html/generi... https://www.unodc.org/res/index_html/generic_details_B.png — 200 — 1.1 MiB — 426 ms — http/1.1https://www.unodc.org/res/index_html/resources-box_450px.webpwww.unodc.org/res/index_html/resour... https://www.unodc.org/res/index_html/resources-box_450px.webp — 200 — 29.5 KiB — 25 ms — http/1.1https://www.unodc.org/images/data-and-analysis/Crime%20on%20Environment/1_Cover_3a.pngwww.unodc.org/images/data-and-analy... https://www.unodc.org/images/data-and-analysis/Crime%20on%20Environment/1_Cover_3a.png — 200 — 446.8 KiB — 154 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-JPDLBDFSRC&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_nsi=1&_ss=1&_c=1&_ee=1&tfd=595region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-JPDLBDFSRC&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_nsi=1&_ss=1&_c=1&_ee=1&tfd=595 — 204 — 548 B — 176 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344 — 204 — 557 B — 26 ms — h2https://www.unodc.org/res/index_html/dataUNODC_450px.webpwww.unodc.org/res/index_html/dataUN... https://www.unodc.org/res/index_html/dataUNODC_450px.webp — 200 — 12.6 KiB — 42 ms — http/1.1https://www.unodc.org/res/index_html/scam-artist_450px.webpwww.unodc.org/res/index_html/scam-a... https://www.unodc.org/res/index_html/scam-artist_450px.webp — 200 — 19.6 KiB — 43 ms — http/1.1https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344&z=1226302592www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JPDLBDFSRC&cid=114833042.1776805646&gtm=45je64h1v892258677za200zd892258677&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117884344&z=1226302592 — 200 — 408 B — 56 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ND1P88FWT5&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_ss=1&_c=1&_ee=1&tfd=609region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ND1P88FWT5&gtm=45je64h1v892258677za200zd892258677&_p=1776805645442&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=114833042.1776805646&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117884344&sid=1776805645&sct=1&seg=0&dl=https%3A%2F%2Fwww.unodc.org%2F&dt=United%20Nations%20Office%20on%20Drugs%20and%20Crime&en=page_view&_fv=1&_ss=1&_c=1&_ee=1&tfd=609 — 204 — 290 B — 247 ms — h2https://www.unodc.org/cdn/shared/standard/images/un-emblem-white.svgwww.unodc.org/cdn/shared/standard/i... https://www.unodc.org/cdn/shared/standard/images/un-emblem-white.svg — 200 — 22.6 KiB — 30 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-solid-900.woff2www.unodc.org/unodc/misc/webpack/cs... https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-solid-900.woff2 — 200 — 77.0 KiB — 44 ms — http/1.1https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2static.unodc.org/cdn/fonts/roboto/r... https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2 — 200 — 49.7 KiB — 140 ms — http/1.1https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2static.unodc.org/cdn/fonts/roboto/r... https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2 — 200 — 49.6 KiB — 144 ms — http/1.1https://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2static.unodc.org/cdn/fonts/roboto-c... https://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2 — 200 — 49.1 KiB — 145 ms — http/1.1https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2static.unodc.org/cdn/fonts/roboto/r... https://static.unodc.org/cdn/fonts/roboto/roboto-v30-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2 — 200 — 53.5 KiB — 152 ms — http/1.1https://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2static.unodc.org/cdn/fonts/roboto-c... https://static.unodc.org/cdn/fonts/roboto-condensed/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2 — 200 — 49.1 KiB — 153 ms — http/1.1https://www.youtube.com/embed/p2M_qLFLwjc?si=je2gmxytOv_WJZsgwww.youtube.com/embed/p2M_qLFLwjc?s... https://www.youtube.com/embed/p2M_qLFLwjc?si=je2gmxytOv_WJZsg — 200 — 56.5 KiB — 91 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' …www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' … — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' …www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' … — 200 — 0 B — 0 ms — datahttps://www.unodc.org/unodc/misc/webpack/css/fonts/fa-brands-400.woff2www.unodc.org/unodc/misc/webpack/cs... https://www.unodc.org/unodc/misc/webpack/css/fonts/fa-brands-400.woff2 — 200 — 75.5 KiB — 46 ms — http/1.1https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 52 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.4 KiB — 56 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.1 KiB — 79 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.8 KiB — 98 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 — 33.9 KiB — 36 ms — h3https://www.unodc.org/unodc/misc/webpack/js/misc.c37202fd.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/misc.c37202fd.js — 200 — 13.5 KiB — 33 ms — http/1.1https://www.unodc.org/unodc/misc/webpack/js/date-formatter.c8573d56.jswww.unodc.org/unodc/misc/webpack/js... https://www.unodc.org/unodc/misc/webpack/js/date-formatter.c8573d56.js — 200 — 1.7 KiB — 29 ms — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 127 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 14 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 14 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 9 ms — h3https://www.unodc.org/cdn/favicon/standard/favicon-32x32.pngwww.unodc.org/cdn/favicon/standard/... https://www.unodc.org/cdn/favicon/standard/favicon-32x32.png — 200 — 2.7 KiB — 23 ms — http/1.1https://i.ytimg.com/vi/p2M_qLFLwjc/sddefault.jpgi.ytimg.com/vi/p2M_qLFLwjc/sddefaul... https://i.ytimg.com/vi/p2M_qLFLwjc/sddefault.jpg — 200 — 68.0 KiB — 20 ms — h2https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 23.1 KiB — 15 ms — h3https://www.youtube.com/generate_204?UPNZ4Qwww.youtube.com/generate_204?UPNZ4Q https://www.youtube.com/generate_204?UPNZ4Q — 204 — 10 B — 9 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 20 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 14 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 574ms · 297KB · $8/mo
www.unodc.org
Other
Costly
Execution 224ms
Transfer 12 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 176ms
Transfer 160 KB
Unused 38%
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 116ms
Transfer 0 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 125 KB
Unused 60%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.unodc.org adds 224ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.unodc.org takes 224ms 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

60% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback