Skip to content
https://etsi.org

Performance

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

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

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

1.47 s

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

2.30 s

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

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

2.85 s

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

2.30 s

Page Load Progression

767 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.4 s
6.1 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
16.0 MB transferred, 115 requests
FIX
16.0 MB transferred, 115 requests
Critical::
Page weighs 18.2 MB (16.0 MB transferred)
Warning::
Images are 2.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.3 MB
Warning::
JavaScript is 595 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 595 KB
Warning::
115 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.4 g CO2 per page load
16.0 MB / 2.4 MB budget
16.0 MB transferred
115 requests
3.4 g CO2 per page load
Other 12.7 MiB 80%
Images 2.3 MiB 15%
JavaScript 595.4 KiB 4%
CSS 168.7 KiB 1%
Fonts 157.7 KiB 1%
HTML 32.5 KiB 0%
Other 8.0 KiB 0%
Other 1.4 KiB 0%
Other 968 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

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 (16.0 MiB of 16.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
115 resources · 16.0 MB · 224 KB savings available
FIX
115 resources · 16.0 MB · 224 KB savings available
Warning::
Page weight 15.0 MB over 1MB target
Got: 16.0 MB Expected: ≤ 1 MB
Info::
~224 KB of savings available
Warning::
114 third-party resources (100% of weight)
Info::
5 resources over 200KB
115 resources · 16.0 MiB · 114 third-party 15.0 MiB over 1MB target
Media 80% · 12.7 MiB
Image 15% · 2.3 MiB
JavaScript 4% · 595.4 KiB
CSS 1% · 168.7 KiB
Font 1% · 157.7 KiB
Document 0% · 41.1 KiB
Other 0% · 968 B

~223.9 KiB of savings available

Remove unused JavaScript: 223.9 KiB
C
Image Optimization
Action
44 images, 0 KB saveable
REVIEW
44 images, 0 KB saveable
Warning::
https://www.etsi.org/wp-content/uploads/icon-sunri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.etsi.org/wp-content/uploads/disributio... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.etsi.org/wp-content/uploads/icon-globa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.etsi.org/wp-content/uploads/icon-peopl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
44 images 2.3 MB
0 oversized -0 KB
44 legacy format
4 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

B
JS Execution Cost
674ms total JS execution
REVIEW
674ms total JS execution
Info::
Unattributable: 213ms CPU time
Info::
https://www.etsi.org/: 188ms CPU time
Info::
https://www.etsi.org/wp-content/plugins/webtoffee-...: 107ms CPU time
Info::
https://www.etsi.org/wp-includes/js/jquery/jquery....: 98ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-L34W...: 67ms CPU time
Warning::
Third-party scripts: 674ms (100% of total)

Main Thread Breakdown

Other 31% Script Evaluation 29% Style & Layout 25% Script Parsing & Compilation 5% Parse HTML & CSS 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable213ms4ms0ms3rd
https://www.etsi.org/188ms8ms3ms3rd
https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/script.min.js?ver=3.5.1107ms21ms1ms3rd
https://www.etsi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.198ms54ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-L34WJL1P2Z&cx=c&gtm=4e64m0h267ms55ms11ms3rd
C
JS Bundles
Action
31 scripts, 224 KB unused
REVIEW
31 scripts, 224 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-L34W...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.juicer.io/embed_juicer20.js: 64 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NM6...: 62 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.etsi.org/wp-content/themes/etsi/js/swi...: 27 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 224 KB
224 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-L34WJL1P2Z&cx=c&gtm=4e64m0h2176 KB70 KB (40%)3rd
https://www.juicer.io/embed_juicer20.js83 KB64 KB (78%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NM67VXCX123 KB62 KB (51%)3rd
https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.js?ver=1.043 KB27 KB (64%)3rd
https://www.etsi.org/wp-content/themes/etsi/js/etsi-builder-tabs-ajax.js?ver=17750315241 KB3rd
https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=5.0.413 KB3rd
https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.8.0.28 KB3rd
https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/script.js?ver=5.0.41 KB3rd
https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=5.0.43 KB3rd
https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/js/frontend.js?ver=1.6.283 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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

Web fonts

6

158 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 2.3 shttps://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Regular.woff2SpaceGrotesk-Regular.woff2 https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Regular.woff2 — 30.8 KiB — 30 ms — font-display: swaphttps://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Light.woff2SpaceGrotesk-Light.woff2 https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Light.woff2 — 30.0 KiB — 33 ms — font-display: swaphttps://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Medium.woff2SpaceGrotesk-Medium.woff2 https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Medium.woff2 — 30.9 KiB — 38 ms — font-display: swaphttps://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-SemiBold.woff2SpaceGrotesk-SemiBold.w... https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-SemiBold.woff2 — 30.8 KiB — 36 ms — font-display: swaphttps://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Bold.woff2SpaceGrotesk-Bold.woff2 https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Bold.woff2 — 29.6 KiB — 30 ms — font-display: swaphttps://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.ttf?e0vk6bld-icons.ttf https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.ttf?e0vk6b — 5.5 KiB — 55 ms — font-display: swap
SpaceGrotesk-Regular.woff2 woff2 swap
Size 31 KB
Load time 30 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
SpaceGrotesk-Light.woff2 woff2 swap
Size 30 KB
Load time 33 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
SpaceGrotesk-Medium.woff2 woff2 swap
Size 31 KB
Load time 38 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
SpaceGrotesk-SemiBold.w... woff2 swap
Size 31 KB
Load time 36 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
SpaceGrotesk-Bold.woff2 woff2 swap
Size 30 KB
Load time 30 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
ld-icons.ttf ttf swap
Size 6 KB
Load time 55 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~2 KB and ~4 ms

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

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3600

DirectiveValueMeaning
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
115 requests over 3839ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 2.3 shttps://etsi.org// https://etsi.org/ — 301 — 626 B — 548 ms — h2https://www.etsi.org/www.etsi.org/ https://www.etsi.org/ — 200 — 32.5 KiB — 1.9 s — h2https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=7.3.8www.etsi.org/wp-content/plugins/wor... https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=7.3.8 — 200 — 1.7 KiB — 25 ms — h2https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.8.0.2www.etsi.org/wp-content/plugins/unc... https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.8.0.2 — 200 — 4.8 KiB — 26 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=5.0.4 — 200 — 2.7 KiB — 29 ms — h2https://www.etsi.org/wp-includes/css/dashicons.min.css?ver=6.9.4www.etsi.org/wp-includes/css/dashic... https://www.etsi.org/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 34.7 KiB — 65 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=5.0.4 — 200 — 3.8 KiB — 46 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=5.0.4 — 200 — 752 B — 48 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=5.0.4 — 200 — 618 B — 35 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=5.0.4 — 200 — 491 B — 36 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=5.0.4 — 200 — 463 B — 41 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=5.0.4 — 200 — 651 B — 42 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=5.0.4 — 200 — 1.5 KiB — 43 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=5.0.4 — 200 — 1.1 KiB — 37 ms — h2https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/social-buttons.css?ver=1.6.28www.etsi.org/wp-content/plugins/lea... https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/social-buttons.css?ver=1.6.28 — 200 — 4.6 KiB — 45 ms — h2https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.21www.etsi.org/wp-content/plugins/sea... https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.21 — 200 — 7.0 KiB — 49 ms — h2https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/css/wpp.css?ver=7.3.8www.etsi.org/wp-content/plugins/wor... https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/css/wpp.css?ver=7.3.8 — 200 — 886 B — 47 ms — h2https://www.etsi.org/wp-content/themes/etsi/style.css?ver=1776862476www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/style.css?ver=1776862476 — 200 — 24.8 KiB — 67 ms — h2https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.css?ver=1.0www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.css?ver=1.0 — 200 — 5.1 KiB — 60 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=5.0.4 — 200 — 25.9 KiB — 71 ms — h2https://www.etsi.org/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css?ver=6.9.4www.etsi.org/wp-content/plugins/eas... https://www.etsi.org/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css?ver=6.9.4 — 200 — 1.6 KiB — 57 ms — h2https://www.etsi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.etsi.org/wp-includes/js/jquery/... https://www.etsi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.1 KiB — 71 ms — h2https://www.etsi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.etsi.org/wp-includes/js/jquery/... https://www.etsi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 53 ms — h2https://www.etsi.org/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.27www.etsi.org/wp-content/plugins/nin... https://www.etsi.org/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.27 — 200 — 748 B — 54 ms — h2https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/script.min.js?ver=3.5.1www.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/script.min.js?ver=3.5.1 — 200 — 13.1 KiB — 55 ms — h2https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/gcm.min.js?ver=3.5.1www.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/gcm.min.js?ver=3.5.1 — 200 — 2.2 KiB — 55 ms — h2https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.8.0.2www.etsi.org/wp-content/plugins/unc... https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.8.0.2 — 200 — 8.3 KiB — 63 ms — h2https://www.etsi.org/wp-content/uploads/EC-INT1.jpgwww.etsi.org/wp-content/uploads/EC-... https://www.etsi.org/wp-content/uploads/EC-INT1.jpg — 200 — 24.7 KiB — 48 ms — h2https://www.etsi.org/wp-content/uploads/banner-first-frame.jpgwww.etsi.org/wp-content/uploads/ban... https://www.etsi.org/wp-content/uploads/banner-first-frame.jpg — 200 — 276.5 KiB — 44 ms — h2https://www.etsi.org/wp-content/uploads/header-technology-radar-2-1024x249.pngwww.etsi.org/wp-content/uploads/hea... https://www.etsi.org/wp-content/uploads/header-technology-radar-2-1024x249.png — 200 — 397.5 KiB — 74 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 2.3 shttps://etsi.org// https://etsi.org/ — 301 — 626 B — 548 ms — h2https://www.etsi.org/www.etsi.org/ https://www.etsi.org/ — 200 — 32.5 KiB — 1.9 s — h2https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=7.3.8www.etsi.org/wp-content/plugins/wor... https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=7.3.8 — 200 — 1.7 KiB — 25 ms — h2https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.8.0.2www.etsi.org/wp-content/plugins/unc... https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.8.0.2 — 200 — 4.8 KiB — 26 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=5.0.4 — 200 — 2.7 KiB — 29 ms — h2https://www.etsi.org/wp-includes/css/dashicons.min.css?ver=6.9.4www.etsi.org/wp-includes/css/dashic... https://www.etsi.org/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 34.7 KiB — 65 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css?ver=5.0.4 — 200 — 3.8 KiB — 46 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=5.0.4 — 200 — 752 B — 48 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=5.0.4 — 200 — 618 B — 35 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=5.0.4 — 200 — 491 B — 36 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=5.0.4 — 200 — 463 B — 41 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=5.0.4 — 200 — 651 B — 42 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/filter/style.css?ver=5.0.4 — 200 — 1.5 KiB — 43 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=5.0.4 — 200 — 1.1 KiB — 37 ms — h2https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/social-buttons.css?ver=1.6.28www.etsi.org/wp-content/plugins/lea... https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/social-buttons.css?ver=1.6.28 — 200 — 4.6 KiB — 45 ms — h2https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.21www.etsi.org/wp-content/plugins/sea... https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.21 — 200 — 7.0 KiB — 49 ms — h2https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/css/wpp.css?ver=7.3.8www.etsi.org/wp-content/plugins/wor... https://www.etsi.org/wp-content/plugins/wordpress-popular-posts/assets/css/wpp.css?ver=7.3.8 — 200 — 886 B — 47 ms — h2https://www.etsi.org/wp-content/themes/etsi/style.css?ver=1776862476www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/style.css?ver=1776862476 — 200 — 24.8 KiB — 67 ms — h2https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.css?ver=1.0www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.css?ver=1.0 — 200 — 5.1 KiB — 60 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=5.0.4 — 200 — 25.9 KiB — 71 ms — h2https://www.etsi.org/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css?ver=6.9.4www.etsi.org/wp-content/plugins/eas... https://www.etsi.org/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css?ver=6.9.4 — 200 — 1.6 KiB — 57 ms — h2https://www.etsi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.etsi.org/wp-includes/js/jquery/... https://www.etsi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.1 KiB — 71 ms — h2https://www.etsi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.etsi.org/wp-includes/js/jquery/... https://www.etsi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 53 ms — h2https://www.etsi.org/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.27www.etsi.org/wp-content/plugins/nin... https://www.etsi.org/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.27 — 200 — 748 B — 54 ms — h2https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/script.min.js?ver=3.5.1www.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/script.min.js?ver=3.5.1 — 200 — 13.1 KiB — 55 ms — h2https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/gcm.min.js?ver=3.5.1www.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/js/gcm.min.js?ver=3.5.1 — 200 — 2.2 KiB — 55 ms — h2https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.8.0.2www.etsi.org/wp-content/plugins/unc... https://www.etsi.org/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.8.0.2 — 200 — 8.3 KiB — 63 ms — h2https://www.etsi.org/wp-content/uploads/EC-INT1.jpgwww.etsi.org/wp-content/uploads/EC-... https://www.etsi.org/wp-content/uploads/EC-INT1.jpg — 200 — 24.7 KiB — 48 ms — h2https://www.etsi.org/wp-content/uploads/banner-first-frame.jpgwww.etsi.org/wp-content/uploads/ban... https://www.etsi.org/wp-content/uploads/banner-first-frame.jpg — 200 — 276.5 KiB — 44 ms — h2https://www.etsi.org/wp-content/uploads/header-technology-radar-2-1024x249.pngwww.etsi.org/wp-content/uploads/hea... https://www.etsi.org/wp-content/uploads/header-technology-radar-2-1024x249.png — 200 — 397.5 KiB — 74 ms — h2https://www.etsi.org/wp-content/uploads/car-image-eaa-plugtests.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/car-image-eaa-plugtests.png — 200 — 121.8 KiB — 53 ms — h2https://www.etsi.org/wp-content/uploads/logo-etsi.pngwww.etsi.org/wp-content/uploads/log... https://www.etsi.org/wp-content/uploads/logo-etsi.png — 200 — 23.8 KiB — 28 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/script.js?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/script.js?ver=5.0.4 — 200 — 911 B — 43 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=5.0.4 — 200 — 3.1 KiB — 35 ms — h2https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/js/frontend.js?ver=1.6.28www.etsi.org/wp-content/plugins/lea... https://www.etsi.org/wp-content/plugins/learndash-certificate-verify-and-share/assets/js/frontend.js?ver=1.6.28 — 200 — 3.0 KiB — 37 ms — h2https://www.juicer.io/embed/etsi/wp-plugin-1-12.js?nojquery=true&per=3&pages=3&ver=6.9.4www.juicer.io/embed/etsi/wp-plugin-... https://www.juicer.io/embed/etsi/wp-plugin-1-12.js?nojquery=true&per=3&pages=3&ver=6.9.4 — 200 — 5.7 KiB — 78 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NM67VXCXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NM67VXCX — 200 — 122.6 KiB — 228 ms — h2https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.js?ver=1.0www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/js/swiper-bundle.min.js?ver=1.0 — 200 — 42.9 KiB — 36 ms — h2https://www.youtube.com/embed/2p9sIugbIwo?si=hkED86hKT0qVXukJwww.youtube.com/embed/2p9sIugbIwo?s... https://www.youtube.com/embed/2p9sIugbIwo?si=hkED86hKT0qVXukJ — -1 — 0 B — 82 ms — https://www.etsi.org/wp-content/themes/etsi/js/main.js?ver=1776433418www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/js/main.js?ver=1776433418 — 200 — 10.4 KiB — 28 ms — h2https://www.etsi.org/wp-content/themes/etsi/js/etsi-builder-tabs-ajax.js?ver=1775031524www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/js/etsi-builder-tabs-ajax.js?ver=1775031524 — 200 — 1.2 KiB — 31 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/main.js?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/main.js?ver=5.0.4 — 200 — 889 B — 29 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/breakpoints.js?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/src/assets/dist/js/breakpoints.js?ver=5.0.4 — 200 — 942 B — 32 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=5.0.4www.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=5.0.4 — 200 — 12.8 KiB — 31 ms — h2https://www.etsi.org/wp-content/plugins/easy-fancybox/vendor/purify.min.js?ver=6.9.4www.etsi.org/wp-content/plugins/eas... https://www.etsi.org/wp-content/plugins/easy-fancybox/vendor/purify.min.js?ver=6.9.4 — 200 — 8.9 KiB — 29 ms — h2https://www.etsi.org/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.js?ver=6.9.4www.etsi.org/wp-content/plugins/eas... https://www.etsi.org/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.js?ver=6.9.4 — 200 — 6.0 KiB — 31 ms — h2https://www.etsi.org/wp-content/plugins/easy-fancybox/vendor/jquery.easing.min.js?ver=1.4.1www.etsi.org/wp-content/plugins/eas... https://www.etsi.org/wp-content/plugins/easy-fancybox/vendor/jquery.easing.min.js?ver=1.4.1 — 200 — 1.1 KiB — 27 ms — h2https://www.etsi.org/wp-content/plugins/easy-fancybox/vendor/jquery.mousewheel.min.js?ver=3.1.13www.etsi.org/wp-content/plugins/eas... https://www.etsi.org/wp-content/plugins/easy-fancybox/vendor/jquery.mousewheel.min.js?ver=3.1.13 — 200 — 1.4 KiB — 29 ms — h2https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.21www.etsi.org/wp-content/plugins/sea... https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.21 — 200 — 19.3 KiB — 35 ms — h2https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.21www.etsi.org/wp-content/plugins/sea... https://www.etsi.org/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.21 — 200 — 7.3 KiB — 37 ms — h2https://www.etsi.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3www.etsi.org/wp-includes/js/jquery/... https://www.etsi.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.4 KiB — 28 ms — h2https://www.etsi.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3www.etsi.org/wp-includes/js/jquery/... https://www.etsi.org/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3 — 200 — 11.5 KiB — 52 ms — h2https://www.etsi.org/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/assets/js/client-locale-loader.js?ver=1.16.19www.etsi.org/wp-content/plugins/int... https://www.etsi.org/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/assets/js/client-locale-loader.js?ver=1.16.19 — 200 — 1.0 KiB — 47 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/logo-etsi.pngwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/logo-etsi.png — 200 — 23.8 KiB — 33 ms — h2https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Regular.woff2www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Regular.woff2 — 200 — 30.8 KiB — 30 ms — h2https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Light.woff2www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Light.woff2 — 200 — 30.0 KiB — 33 ms — h2https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Medium.woff2www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Medium.woff2 — 200 — 30.9 KiB — 38 ms — h2https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-SemiBold.woff2www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-SemiBold.woff2 — 200 — 30.8 KiB — 36 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/logo-etsi-w.pngwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/logo-etsi-w.png — 200 — 11.0 KiB — 34 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/icon-youtube.pngwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/icon-youtube.png — 200 — 2.6 KiB — 43 ms — h2https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Bold.woff2www.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/fonts/SpaceGrotesk-Bold.woff2 — 200 — 29.6 KiB — 30 ms — h2https://img.youtube.com/vi/2p9sIugbIwo/maxresdefault.jpgimg.youtube.com/vi/2p9sIugbIwo/maxr... https://img.youtube.com/vi/2p9sIugbIwo/maxresdefault.jpg — 200 — 205.3 KiB — 184 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/icon-linkedin.pngwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/icon-linkedin.png — 200 — 2.3 KiB — 37 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/bkg_banner_blue.pngwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/bkg_banner_blue.png — 200 — 42.3 KiB — 100 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/arrow-down.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/arrow-down.svg — 200 — 449 B — 45 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/arrow-right.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/arrow-right.svg — 200 — 525 B — 36 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/icon-members.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/icon-members.svg — 200 — 22.9 KiB — 43 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/icon-search.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/icon-search.svg — 200 — 597 B — 42 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/icon-search-w.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/icon-search-w.svg — 200 — 633 B — 40 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/arrow-left-scroller.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/arrow-left-scroller.svg — 200 — 701 B — 40 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/arrow-right-scroller.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/arrow-right-scroller.svg — 200 — 679 B — 30 ms — h2https://www.etsi.org/wp-content/themes/etsi/images/arrow-right-w.svgwww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/images/arrow-right-w.svg — 200 — 503 B — 34 ms — h2https://www.etsi.org/wp-content/uploads/cover-image-ga-2026.pngwww.etsi.org/wp-content/uploads/cov... https://www.etsi.org/wp-content/uploads/cover-image-ga-2026.png — 200 — 145.8 KiB — 42 ms — h2https://www.etsi.org/wp-content/uploads/card-futurenet-world-2026.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-futurenet-world-2026.png — 200 — 98.9 KiB — 43 ms — h2https://www.etsi.org/wp-content/uploads/HEADER-CRA-2026-315x245-1.pngwww.etsi.org/wp-content/uploads/HEA... https://www.etsi.org/wp-content/uploads/HEADER-CRA-2026-315x245-1.png — 200 — 86.4 KiB — 41 ms — h2https://www.etsi.org/wp-content/uploads/card-defense-communications-forum-2026.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-defense-communications-forum-2026.png — 200 — 142.0 KiB — 37 ms — h2https://www.etsi.org/wp-content/uploads/icon-people.svgwww.etsi.org/wp-content/uploads/ico... https://www.etsi.org/wp-content/uploads/icon-people.svg — 200 — 985 B — 29 ms — h2https://www.etsi.org/wp-content/uploads/disribution-icon.svgwww.etsi.org/wp-content/uploads/dis... https://www.etsi.org/wp-content/uploads/disribution-icon.svg — 200 — 12.4 KiB — 30 ms — h2https://www.etsi.org/wp-content/uploads/icon-sunrise.svgwww.etsi.org/wp-content/uploads/ico... https://www.etsi.org/wp-content/uploads/icon-sunrise.svg — 200 — 812 B — 26 ms — h2https://www.etsi.org/wp-content/uploads/icon-global.svgwww.etsi.org/wp-content/uploads/ico... https://www.etsi.org/wp-content/uploads/icon-global.svg — 200 — 936 B — 28 ms — h2https://www.etsi.org/wp-content/uploads/timelapse-jungle-small-6_25-speed.mp4www.etsi.org/wp-content/uploads/tim... https://www.etsi.org/wp-content/uploads/timelapse-jungle-small-6_25-speed.mp4 — 206 — 3.3 MiB — 235 ms — h2https://www.juicer.io/embed_juicer20.csswww.juicer.io/embed_juicer20.css https://www.juicer.io/embed_juicer20.css — -1 — 0 B — 3 ms — https://www.juicer.io/tailwind_embed.csswww.juicer.io/tailwind_embed.css https://www.juicer.io/tailwind_embed.css — 200 — 20.6 KiB — 29 ms — h2https://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.csscdn.jsdelivr.net/npm/remixicon@4.6.... https://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.css — 200 — 19.3 KiB — 14 ms — h2https://www.etsi.org/wp-content/themes/etsi/css/embed_juicer20.csswww.etsi.org/wp-content/themes/etsi... https://www.etsi.org/wp-content/themes/etsi/css/embed_juicer20.css — 200 — 7.4 KiB — 65 ms — h2blob:https://www.etsi.org/0a0f0077-79f4-45e3-935b-f64470baebd2www.etsi.org/0a0f0077-79f4-45e3-935... blob:https://www.etsi.org/0a0f0077-79f4-45e3-935b-f64470baebd2 — 200 — -1 B — 226 ms — blobhttps://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/revisit.svgwww.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/revisit.svg — 200 — 1.6 KiB — 67 ms — h2https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/close.svgwww.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/close.svg — 200 — 948 B — 65 ms — h2https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/webtoffee.svgwww.etsi.org/wp-content/plugins/web... https://www.etsi.org/wp-content/plugins/webtoffee-cookie-consent/lite/frontend/images/webtoffee.svg — 200 — 3.1 KiB — 66 ms — h2https://www.etsi.org/wp-content/uploads/timelapse-jungle-small-6_25-speed.mp4www.etsi.org/wp-content/uploads/tim... https://www.etsi.org/wp-content/uploads/timelapse-jungle-small-6_25-speed.mp4 — 206 — 21.5 KiB — 136 ms — h2https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.ttf?e0vk6bwww.etsi.org/wp-content/plugins/sfw... https://www.etsi.org/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.ttf?e0vk6b — 200 — 5.5 KiB — 55 ms — h2https://www.etsi.org/wp-content/uploads/card-webinars-300x233.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-webinars-300x233.png — 200 — 99.1 KiB — 50 ms — h2https://www.etsi.org/wp-content/uploads/card-image-mcx-plugtests-300x233.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-image-mcx-plugtests-300x233.png — 200 — 133.7 KiB — 96 ms — h2https://www.etsi.org/wp-content/uploads/card-image-tfs-hackfest-9-300x233.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-image-tfs-hackfest-9-300x233.png — 200 — 108.2 KiB — 51 ms — h2https://www.juicer.io/embed_juicer20.jswww.juicer.io/embed_juicer20.js https://www.juicer.io/embed_juicer20.js — 200 — 83.4 KiB — 34 ms — h2https://www.etsi.org/wp-content/uploads/card-image-ng112-plugtests-300x233.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-image-ng112-plugtests-300x233.png — 200 — 109.4 KiB — 105 ms — h2https://www.etsi.org/wp-content/uploads/card-image-ng-ecall-plugtests-300x233.pngwww.etsi.org/wp-content/uploads/car... https://www.etsi.org/wp-content/uploads/card-image-ng-ecall-plugtests-300x233.png — 200 — 114.6 KiB — 172 ms — h2https://www.googletagmanager.com/gtag/js?id=G-L34WJL1P2Z&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-L34WJL1P2Z&cx=c&gtm=4e64m0h2 — 200 — 175.8 KiB — 73 ms — h2https://www.etsi.org/wp-content/uploads/timelapse-jungle-small-6_25-speed.mp4www.etsi.org/wp-content/uploads/tim... https://www.etsi.org/wp-content/uploads/timelapse-jungle-small-6_25-speed.mp4 — 206 — 9.4 MiB — 256 ms — h2https://www.etsi.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.etsi.org/wp-includes/js/wp-emoj... https://www.etsi.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.6 KiB — 53 ms — h2https://www.juicer.io/api/feeds/etsi.html?origin=wp-plugin-1-12&pages=3&per=3www.juicer.io/api/feeds/etsi.html?o... https://www.juicer.io/api/feeds/etsi.html?origin=wp-plugin-1-12&pages=3&per=3 — 200 — 0 B — 176 ms — h2https://www.etsi.org/favicon.icowww.etsi.org/favicon.ico https://www.etsi.org/favicon.ico — 200 — 792 B — 63 ms — h2https://www.juicer.io/api/feeds/etsi.html?origin=wp-plugin-1-12&pages=3&per=3www.juicer.io/api/feeds/etsi.html?o... https://www.juicer.io/api/feeds/etsi.html?origin=wp-plugin-1-12&pages=3&per=3 — 200 — 8.0 KiB — 25 ms — h2https://www.juicer.io/api/media/28371375?s=ec69ef1c26cebe203f197ef9f1ffb620add1b3ebwww.juicer.io/api/media/28371375?s=... https://www.juicer.io/api/media/28371375?s=ec69ef1c26cebe203f197ef9f1ffb620add1b3eb — 200 — 42.4 KiB — 30 ms — h2https://media.licdn.com/dms/image/v2/C4D0BAQFKMxoWuTF-Aw/company-logo_100_100/company-logo_100_100/0/1631363945289/etsi_logo?e=2147483647&v=beta&t=m_NBWCVGC5Gm-E5RuFypQ3IRSg9YaPjWBXOsrATjyi4media.licdn.com/dms/image/v2/C4D0BA... https://media.licdn.com/dms/image/v2/C4D0BAQFKMxoWuTF-Aw/company-logo_100_100/company-logo_100_100/0/1631363945289/etsi_logo?e=2147483647&v=beta&t=m_NBWCVGC5Gm-E5RuFypQ3IRSg9YaPjWBXOsrATjyi4 — 200 — 3.1 KiB — 75 ms — h2https://www.juicer.io/api/media/28367641?s=bbd89c9f559cdbcf4a7991bbde3469ea0739c068www.juicer.io/api/media/28367641?s=... https://www.juicer.io/api/media/28367641?s=bbd89c9f559cdbcf4a7991bbde3469ea0739c068 — 200 — 42.2 KiB — 40 ms — h2https://www.juicer.io/api/media/28277826?s=24ffb1be9ad2b3e23225998b965a758604042f7awww.juicer.io/api/media/28277826?s=... https://www.juicer.io/api/media/28277826?s=24ffb1be9ad2b3e23225998b965a758604042f7a — 200 — 76.7 KiB — 39 ms — h2https://www.juicer.io/api/posts/507350490/poster_images.jpg?external_id=etsi_99fefe0d0ce45a03286016e58181e3b16ddfa59c&s=06c61015b8d40528f07d8c33aa3813fcbbffc83fwww.juicer.io/api/posts/507350490/p... https://www.juicer.io/api/posts/507350490/poster_images.jpg?external_id=etsi_99fefe0d0ce45a03286016e58181e3b16ddfa59c&s=06c61015b8d40528f07d8c33aa3813fcbbffc83f — 200 — 2.7 KiB — 39 ms — h2https://s.w.org/images/core/emoji/17.0.2/svg/1f50c.svgs.w.org/images/core/emoji/17.0.2/sv... https://s.w.org/images/core/emoji/17.0.2/svg/1f50c.svg — 200 — 771 B — 19 ms — h2https://s.w.org/images/core/emoji/17.0.2/svg/1f50e.svgs.w.org/images/core/emoji/17.0.2/sv... https://s.w.org/images/core/emoji/17.0.2/svg/1f50e.svg — 200 — 810 B — 17 ms — h2https://s.w.org/images/core/emoji/17.0.2/svg/1f310.svgs.w.org/images/core/emoji/17.0.2/sv... https://s.w.org/images/core/emoji/17.0.2/svg/1f310.svg — 200 — 1.0 KiB — 16 ms — h2https://s.w.org/images/core/emoji/17.0.2/svg/1f4c5.svgs.w.org/images/core/emoji/17.0.2/sv... https://s.w.org/images/core/emoji/17.0.2/svg/1f4c5.svg — 200 — 1.1 KiB — 16 ms — h2https://www.juicer.io/api/page_viewswww.juicer.io/api/page_views https://www.juicer.io/api/page_views — 200 — 0 B — 133 ms — h2https://www.juicer.io/api/page_viewswww.juicer.io/api/page_views https://www.juicer.io/api/page_views — 200 — 421 B — 148 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-L34WJL1P2Z&gtm=45je64m0h2v889041124z89232855316za20gzb9232855316zd9232855316&_p=1776900060020&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZDk4Nz&_eu=AAAAAGA&_ng=1&_prs=wg&are=1&cid=64371607.1776900061&frm=0&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938469~117266400~117512543&sid=1776900060&sct=1&seg=0&dl=https%3A%2F%2Fwww.etsi.org%2F&dt=Welcome%20-%20ETSI&en=page_view&_fv=2&_nsi=1&_ss=1&_c=1&tfd=3755region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-L34WJL1P2Z&gtm=45je64m0h2v889041124z89232855316za20gzb9232855316zd9232855316&_p=1776900060020&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZDk4Nz&_eu=AAAAAGA&_ng=1&_prs=wg&are=1&cid=64371607.1776900061&frm=0&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938469~117266400~117512543&sid=1776900060&sct=1&seg=0&dl=https%3A%2F%2Fwww.etsi.org%2F&dt=Welcome%20-%20ETSI&en=page_view&_fv=2&_nsi=1&_ss=1&_c=1&tfd=3755 — 204 — 547 B — 83 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 674ms · 252KB · £7/mo
Unattributable
Other
Costly
Execution 213ms
Transfer 0 KB
Monthly Cost £2/mo
www.etsi.org
Other
Optional
Execution 188ms
Transfer 32 KB
Monthly Cost £2/mo
www.etsi.org
Other
Optional
Execution 107ms
Transfer 13 KB
Monthly Cost £1/mo
www.etsi.org
Other
Optional
Execution 98ms
Transfer 31 KB
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 176 KB
Unused 40%
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • Unattributable adds 213ms 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 213ms 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

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