Skip to content
https://wipo.int

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
2
PASS
8
INFO
2

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

23.77 s

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

34.65 s

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

84 ms

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.

23.77 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.77 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
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.7 MB transferred, 112 requests
FIX
5.7 MB transferred, 112 requests
Critical::
Page weighs 8.9 MB (5.7 MB transferred)
Info::
Fonts are 2.8 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 2.8 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
CSS is 1.1 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 1.1 MB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.7 MB / 2.4 MB budget
5.7 MB transferred
112 requests
1.2 g CO2 per page load
Fonts 2.8 MiB 48%
JavaScript 1.1 MiB 19%
CSS 1.1 MiB 18%
Images 718.8 KiB 12%
HTML 74.3 KiB 1%
Other 37.8 KiB 1%
Other 16.7 KiB 0%
Other 9.7 KiB 0%
Other 2.4 KiB 0%
Other 1.3 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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 (5.7 MiB of 5.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
3025ms total JS execution
FIX
3025ms total JS execution
Warning::
Unattributable: 516ms CPU time
Warning::
https://webcomponents.wipo.int/wipo-navbar/wipo-na...: 425ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P7R...: 359ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-15TS...: 301ms CPU time
Info::
https://script.crazyegg.com/pages/versioned/common...: 244ms CPU time
Warning::
Third-party scripts: 3025ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 22% Style & Layout 15% Script Parsing & Compilation 8% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
Unattributable516ms21ms0ms3rd
https://webcomponents.wipo.int/wipo-navbar/wipo-navbar-v4.js425ms164ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P7RLS2359ms311ms44ms3rd
https://www.googletagmanager.com/gtag/js?id=G-15TSHJ0HWP&cx=c&gtm=4e64h1301ms228ms46ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js244ms214ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-381553970&cx=c&gtm=4e64h1229ms198ms30ms3rd
https://www.wipo.int/portal/en/index.html189ms7ms2ms3rd
https://wipoanalytics.wipo.int/matomo/js/container_oj6DkAWh.js187ms151ms33ms3rd
https://webcomponents.wipo.int/wipo-navbar/wipo-cookie-consent.js172ms24ms0ms3rd
https://script.crazyegg.com/scripts/addons/1.0.146/survey.js121ms84ms32ms3rd

Showing top 10 of 14 scripts

F
JS Bundles
Action
33 scripts, 385 KB unused
FIX
33 scripts, 385 KB unused
Warning::
https://script.crazyegg.com/scripts/addons/1.0.146...: 74 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-15TS...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P7R...: 60 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-381...: 58 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wipo.int/shared/scripts/jquery.flexsli...: 49 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wipo.int/shared/scripts/jquery.flexsli...: unminified — 24 KB could be saved
Info::
Total unused JavaScript: 385 KB
385 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://script.crazyegg.com/scripts/addons/1.0.146/survey.js100 KB74 KB (77%)3rd
https://www.googletagmanager.com/gtag/js?id=G-15TSHJ0HWP&cx=c&gtm=4e64h1174 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P7RLS2159 KB60 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-381553970&cx=c&gtm=4e64h1146 KB58 KB (40%)3rd
https://www.wipo.int/shared/scripts/jquery.flexslider.js1 KB49 KB (88%)3rd
https://webcomponents.wipo.int/wipo-navbar/wipo-navbar-v4.js88 KB27 KB (31%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB26 KB (47%)3rd
https://wipoanalytics.wipo.int/matomo/js/container_oj6DkAWh.js76 KB24 KB (32%)3rd
https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/constants-d11aa849.js11 KB3rd
https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/custom-element-ba1c37b2.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
112 resources · 5.7 MB · 385 KB savings available
FIX
112 resources · 5.7 MB · 385 KB savings available
Warning::
Page weight 4.7 MB over 1MB target
Got: 5.7 MB Expected: ≤ 1 MB
Info::
~385 KB of savings available
Warning::
111 third-party resources (100% of weight)
Info::
2 resources over 200KB
112 resources · 5.7 MiB · 111 third-party 4.7 MiB over 1MB target
Font 48% · 2.8 MiB
JavaScript 19% · 1.1 MiB
CSS 18% · 1.1 MiB
Image 13% · 754.6 KiB
Document 1% · 76.9 KiB
Other 0% · 28.7 KiB

~385.2 KiB of savings available

Remove unused JavaScript: 385.2 KiB
B
Image Optimization
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
https://www.wipo.int/documents/d/wipo/images-banne... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wipo.int/shared/images/assemblies-2019... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wipo.int/documents/d/wipo/images-ipday... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wipo.int/documents/d/director-general/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wipo.int/documents/d/wipo/images-banne... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wipo.int/documents/d/wipo/images-photo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wipo.int/documents/d/ip-advantage/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
11 images 719 KB
0 oversized -0 KB
2 legacy format
7 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

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

Web fonts

6

2838 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 23.8 s LCP 34.7 shttps://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-400-normal.woff2noto-sans-display-latin... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-400-normal.woff2 — 11.5 KiB — 23 ms — font-display: swaphttps://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-300-normal.woff2noto-sans-display-latin... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-300-normal.woff2 — 11.7 KiB — 22 ms — font-display: swaphttps://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-600-normal.woff2noto-sans-display-latin... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-600-normal.woff2 — 11.7 KiB — 24 ms — font-display: swaphttps://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-500-normal.woff2noto-sans-display-latin... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-500-normal.woff2 — 11.6 KiB — 26 ms — font-display: swaphttps://webcomponents.wipo.int/fonts/files/material-symbols-outlined.woff2material-symbols-outlin... https://webcomponents.wipo.int/fonts/files/material-symbols-outlined.woff2 — 2.7 MiB — 115 ms — font-display: swaphttps://webcomponents.wipo.int/fonts/files/noto-sans-dropdown.woffnoto-sans-dropdown.woff https://webcomponents.wipo.int/fonts/files/noto-sans-dropdown.woff — 2.5 KiB — 51 ms — font-display: swap
noto-sans-display-latin... woff2 swap
Size 11 KB
Load time 23 ms
Start 773 ms
Risk FOUT — text flashes from fallback to web font
noto-sans-display-latin... woff2 swap
Size 12 KB
Load time 22 ms
Start 773 ms
Risk FOUT — text flashes from fallback to web font
noto-sans-display-latin... woff2 swap
Size 12 KB
Load time 24 ms
Start 773 ms
Risk FOUT — text flashes from fallback to web font
noto-sans-display-latin... woff2 swap
Size 12 KB
Load time 26 ms
Start 773 ms
Risk FOUT — text flashes from fallback to web font
material-symbols-outlin... woff2 swap
Size 2789 KB
Load time 115 ms
Start 773 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
noto-sans-dropdown.woff woff swap
Size 2 KB
Load time 51 ms
Start 839 ms
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 ~1395 KB and ~2790 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+
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
A
HTTP Caching
max-age=10800 (3 hours)
PASS
max-age=10800 (3 hours)
Info::
Cache-Control header is set
Got: max-age=10800
Info::
Effective TTL: 3 hours (max-age=10800)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=10800

DirectiveValueMeaning
max-age10800Cache for 3 hours
Effective TTL: 10800 seconds
Network Waterfall
112 requests over 1973ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 23.8 s LCP 34.7 shttps://wipo.int// https://wipo.int/ — 301 — 444 B — 126 ms — http/1.1https://www.wipo.int/www.wipo.int/ https://www.wipo.int/ — 302 — 829 B — 64 ms — h2https://www.wipo.int/portal/en/index.htmlwww.wipo.int/portal/en/index.html https://www.wipo.int/portal/en/index.html — 200 — 74.3 KiB — 179 ms — h2https://www.wipo.int/export/system/modules/org.wipo.internet.rwd.universal.templates/resources/css/ulf-wipo.csswww.wipo.int/export/system/modules/... https://www.wipo.int/export/system/modules/org.wipo.internet.rwd.universal.templates/resources/css/ulf-wipo.css — 200 — 710.8 KiB — 222 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/wipo-footer.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/wipo-footer.js — 200 — 21.6 KiB — 157 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/style/footer.csscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/style/footer.css — 200 — 475 B — 154 ms — h2https://webcomponents.wipo.int/polyfills/webcomponents-loader.jswebcomponents.wipo.int/polyfills/we... https://webcomponents.wipo.int/polyfills/webcomponents-loader.js — 200 — 392 B — 127 ms — h2https://webcomponents.wipo.int/wipo-navbar/wipo-navbar.jswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/wipo-navbar.js — 200 — 2.2 KiB — 125 ms — h2https://webcomponents.wipo.int/wipo-analytics/wipo-analytics-oj6DkAWh.jswebcomponents.wipo.int/wipo-analyti... https://webcomponents.wipo.int/wipo-analytics/wipo-analytics-oj6DkAWh.js — 200 — 747 B — 124 ms — h2https://www.wipo.int/site.webmanifestwww.wipo.int/site.webmanifest https://www.wipo.int/site.webmanifest — 200 — 1.3 KiB — 57 ms — h2https://www.wipo.int/documents/d/wipo/images-photos-director-general-daren-tang-assemblies-67th-session-960.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-photos-director-general-daren-tang-assemblies-67th-session-960.webp — 200 — 32.1 KiB — 83 ms — h2https://www.wipo.int/documents/d/ip-advantage/images-madrid-system-success-story-apr-medicube-960.webpwww.wipo.int/documents/d/ip-advanta... https://www.wipo.int/documents/d/ip-advantage/images-madrid-system-success-story-apr-medicube-960.webp — 200 — 97.0 KiB — 68 ms — h2https://www.wipo.int/documents/d/wipo/images-guide-to-copyright-960.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-guide-to-copyright-960.webp — 200 — 27.6 KiB — 69 ms — h2https://www.wipo.int/documents/d/wipo/images-rose-smell-tires.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-rose-smell-tires.webp — 200 — 34.1 KiB — 91 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/lit-element-49732949.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/lit-element-49732949.js — 200 — 6.3 KiB — 34 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/custom-element-ba1c37b2.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/custom-element-ba1c37b2.js — 200 — 791 B — 30 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/property-4274d0eb.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/property-4274d0eb.js — 200 — 1.5 KiB — 26 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/query-dbc88ca5.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/query-dbc88ca5.js — 200 — 1.0 KiB — 31 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/constants-d11aa849.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/constants-d11aa849.js — 200 — 10.6 KiB — 37 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/global-d3f344c0.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/global-d3f344c0.js — 200 — 4.1 KiB — 27 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/i18-short-62210206.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/i18-short-62210206.js — 200 — 977 B — 34 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/base-c1199ef8.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/base-c1199ef8.js — 200 — 802 B — 38 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/de-f545d098.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/de-f545d098.js — 200 — 6.3 KiB — 39 ms — h2https://www.wipo.int/documents/d/wipo/images-ipday-2026-index-960.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-ipday-2026-index-960.webp — 200 — 146.6 KiB — 72 ms — h2https://www.wipo.int/export/sites/www/universal-design-system/assets/js/universal.jswww.wipo.int/export/sites/www/unive... https://www.wipo.int/export/sites/www/universal-design-system/assets/js/universal.js — 200 — 3.9 KiB — 143 ms — h2https://cdnjs.wipo.int/npm/jquery/jquery-3.4.1.slim.min.jscdnjs.wipo.int/npm/jquery/jquery-3.... https://cdnjs.wipo.int/npm/jquery/jquery-3.4.1.slim.min.js — 200 — 24.6 KiB — 24 ms — h2https://webcomponents.wipo.int/wipo-navbar/ulf-fonts.csswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/ulf-fonts.css — 200 — 1.1 KiB — 20 ms — h2https://webcomponents.wipo.int/wipo-navbar/wipo-navbar-v4.jswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/wipo-navbar-v4.js — 200 — 88.5 KiB — 103 ms — h2https://cdnjs.wipo.int/npm/popper.js@1.16.0/popper.min.jscdnjs.wipo.int/npm/popper.js@1.16.0... https://cdnjs.wipo.int/npm/popper.js@1.16.0/popper.min.js — 200 — 8.0 KiB — 28 ms — h2https://cdnjs.wipo.int/npm/bootstrap@4.4.1/bootstrap.min.jscdnjs.wipo.int/npm/bootstrap@4.4.1/... https://cdnjs.wipo.int/npm/bootstrap@4.4.1/bootstrap.min.js — 200 — 16.3 KiB — 28 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 23.8 s LCP 34.7 shttps://wipo.int// https://wipo.int/ — 301 — 444 B — 126 ms — http/1.1https://www.wipo.int/www.wipo.int/ https://www.wipo.int/ — 302 — 829 B — 64 ms — h2https://www.wipo.int/portal/en/index.htmlwww.wipo.int/portal/en/index.html https://www.wipo.int/portal/en/index.html — 200 — 74.3 KiB — 179 ms — h2https://www.wipo.int/export/system/modules/org.wipo.internet.rwd.universal.templates/resources/css/ulf-wipo.csswww.wipo.int/export/system/modules/... https://www.wipo.int/export/system/modules/org.wipo.internet.rwd.universal.templates/resources/css/ulf-wipo.css — 200 — 710.8 KiB — 222 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/wipo-footer.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/wipo-footer.js — 200 — 21.6 KiB — 157 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/style/footer.csscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/style/footer.css — 200 — 475 B — 154 ms — h2https://webcomponents.wipo.int/polyfills/webcomponents-loader.jswebcomponents.wipo.int/polyfills/we... https://webcomponents.wipo.int/polyfills/webcomponents-loader.js — 200 — 392 B — 127 ms — h2https://webcomponents.wipo.int/wipo-navbar/wipo-navbar.jswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/wipo-navbar.js — 200 — 2.2 KiB — 125 ms — h2https://webcomponents.wipo.int/wipo-analytics/wipo-analytics-oj6DkAWh.jswebcomponents.wipo.int/wipo-analyti... https://webcomponents.wipo.int/wipo-analytics/wipo-analytics-oj6DkAWh.js — 200 — 747 B — 124 ms — h2https://www.wipo.int/site.webmanifestwww.wipo.int/site.webmanifest https://www.wipo.int/site.webmanifest — 200 — 1.3 KiB — 57 ms — h2https://www.wipo.int/documents/d/wipo/images-photos-director-general-daren-tang-assemblies-67th-session-960.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-photos-director-general-daren-tang-assemblies-67th-session-960.webp — 200 — 32.1 KiB — 83 ms — h2https://www.wipo.int/documents/d/ip-advantage/images-madrid-system-success-story-apr-medicube-960.webpwww.wipo.int/documents/d/ip-advanta... https://www.wipo.int/documents/d/ip-advantage/images-madrid-system-success-story-apr-medicube-960.webp — 200 — 97.0 KiB — 68 ms — h2https://www.wipo.int/documents/d/wipo/images-guide-to-copyright-960.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-guide-to-copyright-960.webp — 200 — 27.6 KiB — 69 ms — h2https://www.wipo.int/documents/d/wipo/images-rose-smell-tires.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-rose-smell-tires.webp — 200 — 34.1 KiB — 91 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/lit-element-49732949.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/lit-element-49732949.js — 200 — 6.3 KiB — 34 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/custom-element-ba1c37b2.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/custom-element-ba1c37b2.js — 200 — 791 B — 30 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/property-4274d0eb.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/property-4274d0eb.js — 200 — 1.5 KiB — 26 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/query-dbc88ca5.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/query-dbc88ca5.js — 200 — 1.0 KiB — 31 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/constants-d11aa849.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/constants-d11aa849.js — 200 — 10.6 KiB — 37 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/global-d3f344c0.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/global-d3f344c0.js — 200 — 4.1 KiB — 27 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/i18-short-62210206.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/i18-short-62210206.js — 200 — 977 B — 34 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/base-c1199ef8.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/base-c1199ef8.js — 200 — 802 B — 38 ms — h2https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/de-f545d098.jscdnjs.wipo.int/universal-lf-webcomp... https://cdnjs.wipo.int/universal-lf-webcomponents/latest/components/de-f545d098.js — 200 — 6.3 KiB — 39 ms — h2https://www.wipo.int/documents/d/wipo/images-ipday-2026-index-960.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-ipday-2026-index-960.webp — 200 — 146.6 KiB — 72 ms — h2https://www.wipo.int/export/sites/www/universal-design-system/assets/js/universal.jswww.wipo.int/export/sites/www/unive... https://www.wipo.int/export/sites/www/universal-design-system/assets/js/universal.js — 200 — 3.9 KiB — 143 ms — h2https://cdnjs.wipo.int/npm/jquery/jquery-3.4.1.slim.min.jscdnjs.wipo.int/npm/jquery/jquery-3.... https://cdnjs.wipo.int/npm/jquery/jquery-3.4.1.slim.min.js — 200 — 24.6 KiB — 24 ms — h2https://webcomponents.wipo.int/wipo-navbar/ulf-fonts.csswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/ulf-fonts.css — 200 — 1.1 KiB — 20 ms — h2https://webcomponents.wipo.int/wipo-navbar/wipo-navbar-v4.jswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/wipo-navbar-v4.js — 200 — 88.5 KiB — 103 ms — h2https://cdnjs.wipo.int/npm/popper.js@1.16.0/popper.min.jscdnjs.wipo.int/npm/popper.js@1.16.0... https://cdnjs.wipo.int/npm/popper.js@1.16.0/popper.min.js — 200 — 8.0 KiB — 28 ms — h2https://cdnjs.wipo.int/npm/bootstrap@4.4.1/bootstrap.min.jscdnjs.wipo.int/npm/bootstrap@4.4.1/... https://cdnjs.wipo.int/npm/bootstrap@4.4.1/bootstrap.min.js — 200 — 16.3 KiB — 28 ms — h2https://www.wipo.int/shared/scripts/jquery.flexslider.jswww.wipo.int/shared/scripts/jquery.... https://www.wipo.int/shared/scripts/jquery.flexslider.js — 302 — 856 B — 177 ms — h2https://script.crazyegg.com/pages/scripts/0115/2064.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0115/2064.js — 200 — 2.7 KiB — 93 ms — h3https://www.wipo.int/documents/d/wipo/images-banners-innovation-capabilities-outlook-2026.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-banners-innovation-capabilities-outlook-2026.webp — 200 — 122.6 KiB — 99 ms — h2https://www.wipo.int/shared/images/assemblies-2019-hero-1280.webpwww.wipo.int/shared/images/assembli... https://www.wipo.int/shared/images/assemblies-2019-hero-1280.webp — 302 — 851 B — 174 ms — h2https://www.wipo.int/documents/d/director-general/images-f-55176911824-960.jpgwww.wipo.int/documents/d/director-g... https://www.wipo.int/documents/d/director-general/images-f-55176911824-960.jpg — 200 — 115.4 KiB — 99 ms — h2https://www.wipo.int/documents/d/wipo/images-banners-wipo-face-1920.webpwww.wipo.int/documents/d/wipo/image... https://www.wipo.int/documents/d/wipo/images-banners-wipo-face-1920.webp — 200 — 50.8 KiB — 97 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-P7RLS2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P7RLS2 — 200 — 159.0 KiB — 199 ms — h2https://wipoanalytics.wipo.int/matomo/js/container_oj6DkAWh.jswipoanalytics.wipo.int/matomo/js/co... https://wipoanalytics.wipo.int/matomo/js/container_oj6DkAWh.js — 200 — 75.9 KiB — 277 ms — h2https://webcomponents.wipo.int/fonts/noto-sans.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans.css — 200 — 1.0 KiB — 20 ms — h2https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-300.csswebcomponents.wipo.int/fonts/ibm-pl... https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-300.css — 200 — 1023 B — 35 ms — h2https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-400.csswebcomponents.wipo.int/fonts/ibm-pl... https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-400.css — 200 — 1023 B — 41 ms — h2https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-500.csswebcomponents.wipo.int/fonts/ibm-pl... https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-500.css — 200 — 1.0 KiB — 39 ms — h2https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-600.csswebcomponents.wipo.int/fonts/ibm-pl... https://webcomponents.wipo.int/fonts/ibm-plex-sans-arabic-600.css — 200 — 1.0 KiB — 28 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-arabic-300.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-arabic-300.css — 200 — 1.8 KiB — 28 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-arabic-400.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-arabic-400.css — 200 — 1.9 KiB — 34 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-arabic-500.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-arabic-500.css — 200 — 1.8 KiB — 29 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-arabic-600.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-arabic-600.css — 200 — 1.8 KiB — 30 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-300.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-300.css — 200 — 860 B — 35 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-400.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-400.css — 200 — 861 B — 34 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-500.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-500.css — 200 — 861 B — 30 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-600.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-600.css — 200 — 861 B — 42 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-300-italic.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-300-italic.css — 200 — 860 B — 43 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-400-italic.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-400-italic.css — 200 — 863 B — 36 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-500-italic.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-500-italic.css — 200 — 862 B — 38 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-display-600-italic.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-display-600-italic.css — 200 — 863 B — 40 ms — h2https://webcomponents.wipo.int/fonts/icon-fonts.csswebcomponents.wipo.int/fonts/icon-f... https://webcomponents.wipo.int/fonts/icon-fonts.css — 200 — 481 B — 38 ms — h2https://webcomponents.wipo.int/fonts/icons-ulf.csswebcomponents.wipo.int/fonts/icons-... https://webcomponents.wipo.int/fonts/icons-ulf.css — 200 — 532 B — 27 ms — h2https://webcomponents.wipo.int/fonts/language-dropdown.csswebcomponents.wipo.int/fonts/langua... https://webcomponents.wipo.int/fonts/language-dropdown.css — 200 — 604 B — 25 ms — h2https://webcomponents.wipo.int/fonts/outlined.csswebcomponents.wipo.int/fonts/outlin... https://webcomponents.wipo.int/fonts/outlined.css — 200 — 944 B — 28 ms — h2https://webcomponents.wipo.int/wipo-navbar/assets/i18n/labels/en.jsonwebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/assets/i18n/labels/en.json — 200 — 1.3 KiB — 22 ms — h2https://webcomponents.wipo.int/wipo-navbar/assets/i18n/menu/en.jsonwebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/assets/i18n/menu/en.json — 200 — 4.5 KiB — 20 ms — h2https://webcomponents.wipo.int/wipo-navbar/assets/i18n/bookmarks/en.jsonwebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/assets/i18n/bookmarks/en.json — 200 — 10.4 KiB — 20 ms — h2https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-400-normal.woff2webcomponents.wipo.int/fonts/files/... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-400-normal.woff2 — 200 — 11.5 KiB — 23 ms — h2https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-300-normal.woff2webcomponents.wipo.int/fonts/files/... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-300-normal.woff2 — 200 — 11.7 KiB — 22 ms — h2https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-600-normal.woff2webcomponents.wipo.int/fonts/files/... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-600-normal.woff2 — 200 — 11.7 KiB — 24 ms — h2https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-500-normal.woff2webcomponents.wipo.int/fonts/files/... https://webcomponents.wipo.int/fonts/files/noto-sans-display-latin-500-normal.woff2 — 200 — 11.6 KiB — 26 ms — h2https://webcomponents.wipo.int/fonts/files/material-symbols-outlined.woff2webcomponents.wipo.int/fonts/files/... https://webcomponents.wipo.int/fonts/files/material-symbols-outlined.woff2 — 200 — 2.7 MiB — 115 ms — h2https://www.wipo.int/export/sites/www/shared/images/assemblies-2019-hero-1280.webpwww.wipo.int/export/sites/www/share... https://www.wipo.int/export/sites/www/shared/images/assemblies-2019-hero-1280.webp — 200 — 92.0 KiB — 163 ms — h2https://www.wipo.int/export/sites/www/shared/scripts/jquery.flexslider.jswww.wipo.int/export/sites/www/share... https://www.wipo.int/export/sites/www/shared/scripts/jquery.flexslider.js — 200 — 57.0 KiB — 169 ms — h2https://webcomponents.wipo.int/wipo-navbar/wipo-cookie-consent.jswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/wipo-cookie-consent.js — 200 — 11.0 KiB — 55 ms — h2https://webcomponents.wipo.int/fonts/files/noto-sans-dropdown.woffwebcomponents.wipo.int/fonts/files/... https://webcomponents.wipo.int/fonts/files/noto-sans-dropdown.woff — 200 — 2.5 KiB — 51 ms — h2https://script.crazyegg.com/pages/data-scripts/0115/2064/site/www.wipo.int.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0115/2064/site/www.wipo.int.json?t=1 — 200 — 8.3 KiB — 49 ms — h3https://www.googletagmanager.com/gtag/js?id=G-15TSHJ0HWP&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-15TSHJ0HWP&cx=c&gtm=4e64h1 — 200 — 174.2 KiB — 53 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&scrsrc=www.googletagmanager.com&rnd=964552368.1776799961&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72685737za200zd72685737xea&gcs=G111&gcd=13t3t3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776799961274&tfd=943pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&scrsrc=www.googletagmanager.com&rnd=964552368.1776799961&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72685737za200zd72685737xea&gcs=G111&gcd=13t3t3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776799961274&tfd=943 — 200 — 21 B — 117 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-381553970&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-381553970&cx=c&gtm=4e64h1 — 200 — 145.8 KiB — 49 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-sc-400.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-sc-400.css — 200 — 30.8 KiB — 29 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-kr-400.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-kr-400.css — 200 — 23.4 KiB — 28 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-jp-400.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-jp-400.css — 200 — 30.3 KiB — 41 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 58 ms — h3https://webcomponents.wipo.int/wipo-navbar/cookieconsent.csswebcomponents.wipo.int/wipo-navbar/... https://webcomponents.wipo.int/wipo-navbar/cookieconsent.css — 200 — 5.6 KiB — 22 ms — h2https://wipoanalytics.wipo.int/matomo/matomo.php?action_name=WIPO%20-%20World%20Intellectual%20Property%20Organization&idsite=14&rec=1&r=005961&h=19&m=32&s=41&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&_id=a3576546bf81ce21&_idn=1&send_image=0&_refts=0&dimension1=WIPO%20Website&dimension2=en&pv_id=NjlRt5&nwefftype=4g&pf_net=0&pf_srv=143&pf_tfr=36&pf_dm1=499&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823wipoanalytics.wipo.int/matomo/matom... https://wipoanalytics.wipo.int/matomo/matomo.php?action_name=WIPO%20-%20World%20Intellectual%20Property%20Organization&idsite=14&rec=1&r=005961&h=19&m=32&s=41&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&_id=a3576546bf81ce21&_idn=1&send_image=0&_refts=0&dimension1=WIPO%20Website&dimension2=en&pv_id=NjlRt5&nwefftype=4g&pf_net=0&pf_srv=143&pf_tfr=36&pf_dm1=499&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 624 B — 74 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-sc-weights.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-sc-weights.css — 200 — 476 B — 20 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-kr-weights.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-kr-weights.css — 200 — 496 B — 21 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-jp-weights.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-jp-weights.css — 200 — 494 B — 22 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-15TSHJ0HWP&gtm=45je64h1v876068306z872685737za20gzb72685737zd72685737&_p=1776799960928&_gaz=1&gcs=G111&gcd=13t3t3p2p5l1&npa=1&dma_cps=-&dma=1&_eu=AAAAAGA&are=1&cid=1167134240.1776799961&frm=0&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~118463261&sid=1776799961&sct=1&seg=0&dl=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&dt=WIPO%20-%20World%20Intellectual%20Property%20Organization&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1123region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-15TSHJ0HWP&gtm=45je64h1v876068306z872685737za20gzb72685737zd72685737&_p=1776799960928&_gaz=1&gcs=G111&gcd=13t3t3p2p5l1&npa=1&dma_cps=-&dma=1&_eu=AAAAAGA&are=1&cid=1167134240.1776799961&frm=0&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~118463261&sid=1776799961&sct=1&seg=0&dl=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&dt=WIPO%20-%20World%20Intellectual%20Property%20Organization&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1123 — 204 — 547 B — 138 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-15TSHJ0HWP&cid=1167134240.1776799961&gtm=45je64h1v876068306z872685737za20gzb72685737zd72685737&rcb=0&aip=1&dma=1&dma_cps=-&gcs=G111&gcd=13t3t3p2p5l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-15TSHJ0HWP&cid=1167134240.1776799961&gtm=45je64h1v876068306z872685737za20gzb72685737zd72685737&rcb=0&aip=1&dma=1&dma_cps=-&gcs=G111&gcd=13t3t3p2p5l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~118463261 — 204 — 547 B — 75 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-15TSHJ0HWP&cid=1167134240.1776799961&gtm=45je64h1v876068306z872685737za20gzb72685737zd72685737&rcb=0&aip=1&dma=1&dma_cps=-&gcs=G111&gcd=13t3t3p2p5l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~118463261&z=974504419www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-15TSHJ0HWP&cid=1167134240.1776799961&gtm=45je64h1v876068306z872685737za20gzb72685737zd72685737&rcb=0&aip=1&dma=1&dma_cps=-&gcs=G111&gcd=13t3t3p2p5l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266400~118463261&z=974504419 — 200 — 408 B — 82 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-sc-300.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-sc-300.css — 200 — 30.8 KiB — 31 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-sc-500.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-sc-500.css — 200 — 32.6 KiB — 47 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-sc-600.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-sc-600.css — 200 — 30.9 KiB — 30 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-kr-300.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-kr-300.css — 200 — 23.4 KiB — 39 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-kr-500.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-kr-500.css — 200 — 23.4 KiB — 41 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-kr-600.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-kr-600.css — 200 — 23.4 KiB — 33 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-jp-300.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-jp-300.css — 200 — 30.3 KiB — 40 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-jp-500.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-jp-500.css — 200 — 30.3 KiB — 41 ms — h2https://webcomponents.wipo.int/fonts/noto-sans-jp-600.csswebcomponents.wipo.int/fonts/noto-s... https://webcomponents.wipo.int/fonts/noto-sans-jp-600.css — 200 — 30.3 KiB — 44 ms — h2https://pagead2.googlesyndication.com/pagead/conversion/381553970/?random=1776799961522&cv=11&fst=1776799961522&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64h1v870608002za20gzb72685737zd72685737xec&gcs=G111&gcd=13t3t3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&rcb=5&frm=0&tiba=WIPO%20-%20World%20Intellectual%20Property%20Organization&npa=1&pscdl=noapi&label=W-mdCIOfm-4DELKa-LUB&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&category=acrcp_v1_512&fmt=8pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/conversion/381553970/?random=1776799961522&cv=11&fst=1776799961522&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64h1v870608002za20gzb72685737zd72685737xec&gcs=G111&gcd=13t3t3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&rcb=5&frm=0&tiba=WIPO%20-%20World%20Intellectual%20Property%20Organization&npa=1&pscdl=noapi&label=W-mdCIOfm-4DELKa-LUB&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&category=acrcp_v1_512&fmt=8 — 204 — 21 B — 68 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&scrsrc=www.googletagmanager.com&rnd=964552368.1776799961&navt=n&npa=1&gtm=45be64h1v870608002z872685737za20gzb72685737zd72685737xec&gcs=G111&gcd=13t3t3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-381553970&tid=AW-381553970&tft=1776799961528&tfd=1197pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&scrsrc=www.googletagmanager.com&rnd=964552368.1776799961&navt=n&npa=1&gtm=45be64h1v870608002z872685737za20gzb72685737zd72685737xec&gcs=G111&gcd=13t3t3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-381553970&tid=AW-381553970&tft=1776799961528&tfd=1197 — 200 — 21 B — 66 ms — h3https://script.crazyegg.com/pages/data-scripts/0115/2064/sampling/www.wipo.int.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0115/2064/sampling/www.wipo.int.json?t=1 — 200 — 370 B — 24 ms — h3https://www.wipo.int/web-assets/images/favicon.svgwww.wipo.int/web-assets/images/favi... https://www.wipo.int/web-assets/images/favicon.svg — 200 — 34.9 KiB — 103 ms — h2https://tracking.crazyegg.com/clock?u=1152064&st=411929&t=1776799961676&tk=44a16ad66459d1157427fdc17942cff6tracking.crazyegg.com/clock?u=11520... https://tracking.crazyegg.com/clock?u=1152064&st=411929&t=1776799961676&tk=44a16ad66459d1157427fdc17942cff6 — 204 — 0 B — 157 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 460 B — 92 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 461 B — 89 ms — h2blob:https://www.wipo.int/22ce3ea7-eae0-4d75-b603-f896c7f2a2bcwww.wipo.int/22ce3ea7-eae0-4d75-b60... blob:https://www.wipo.int/22ce3ea7-eae0-4d75-b603-f896c7f2a2bc — 200 — -1 B — 8 ms — blobhttps://tracking.crazyegg.com/clock?u=1152064&st=411929&t=1776799961676&tk=44a16ad66459d1157427fdc17942cff6tracking.crazyegg.com/clock?u=11520... https://tracking.crazyegg.com/clock?u=1152064&st=411929&t=1776799961676&tk=44a16ad66459d1157427fdc17942cff6 — 200 — 147 B — 46 ms — h2https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 26 ms — h3blob:https://www.wipo.int/41c71627-25e4-4c34-bd1c-3ece1c98df46www.wipo.int/41c71627-25e4-4c34-bd1... blob:https://www.wipo.int/41c71627-25e4-4c34-bd1c-3ece1c98df46 — -1 — 0 B — 0 ms — https://script.crazyegg.com/scripts/addons/1.0.146/index.jsscript.crazyegg.com/scripts/addons/... https://script.crazyegg.com/scripts/addons/1.0.146/index.js — 200 — 720 B — 25 ms — h3https://script.crazyegg.com/scripts/addons/thirdparty/c00d2378dcf12c80724efc85b3c84902.jsscript.crazyegg.com/scripts/addons/... https://script.crazyegg.com/scripts/addons/thirdparty/c00d2378dcf12c80724efc85b3c84902.js — 200 — 85.1 KiB — 45 ms — h3https://script.crazyegg.com/scripts/addons/1.0.146/survey.jsscript.crazyegg.com/scripts/addons/... https://script.crazyegg.com/scripts/addons/1.0.146/survey.js — 200 — 99.9 KiB — 43 ms — h3https://wipoanalytics.wipo.int/matomo/matomo.php?e_c=Navbar&e_a=wipoPageLoaded&e_n=1302&e_v=1302&ca=1&idsite=14&rec=1&r=051138&h=19&m=32&s=41&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&_id=a3576546bf81ce21&_idn=0&send_image=0&_refts=0&dimension1=WIPO%20Website&dimension2=en&pf_net=0&pf_srv=143&pf_tfr=36&pf_dm1=499&pf_dm2=456&pf_onl=4&pv_id=NjlRt5&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823wipoanalytics.wipo.int/matomo/matom... https://wipoanalytics.wipo.int/matomo/matomo.php?e_c=Navbar&e_a=wipoPageLoaded&e_n=1302&e_v=1302&ca=1&idsite=14&rec=1&r=051138&h=19&m=32&s=41&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&_id=a3576546bf81ce21&_idn=0&send_image=0&_refts=0&dimension1=WIPO%20Website&dimension2=en&pf_net=0&pf_srv=143&pf_tfr=36&pf_dm1=499&pf_dm2=456&pf_onl=4&pv_id=NjlRt5&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 627 B — 77 ms — h2https://wipoanalytics.wipo.int/matomo/matomo.php?e_c=Navigation&e_a=wsitPageLoaded&e_n=PageLoaded&e_v=1302&ca=1&idsite=14&rec=1&r=917152&h=19&m=32&s=41&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&_id=a3576546bf81ce21&_idn=0&send_image=0&_refts=0&dimension1=WIPO%20Website&dimension2=en&pv_id=NjlRt5&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823wipoanalytics.wipo.int/matomo/matom... https://wipoanalytics.wipo.int/matomo/matomo.php?e_c=Navigation&e_a=wsitPageLoaded&e_n=PageLoaded&e_v=1302&ca=1&idsite=14&rec=1&r=917152&h=19&m=32&s=41&url=https%3A%2F%2Fwww.wipo.int%2Fportal%2Fen%2Findex.html&_id=a3576546bf81ce21&_idn=0&send_image=0&_refts=0&dimension1=WIPO%20Website&dimension2=en&pv_id=NjlRt5&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 622 B — 75 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 3025ms · 1727KB · CHF46/mo
Unattributable
Other
Costly
Execution 516ms
Transfer 0 KB
Monthly Cost CHF8/mo
webcomponents.wipo.int
Other
Costly
Execution 425ms
Transfer 88 KB
Unused 31%
Monthly Cost CHF6/mo
Google Tag Manager
Tag Manager
Costly
Execution 359ms
Transfer 159 KB
Unused 38%
Monthly Cost CHF5/mo
Google Tag Manager
Tag Manager
Costly
Execution 301ms
Transfer 174 KB
Unused 38%
Monthly Cost CHF5/mo
script.crazyegg.com
Other
Costly
Execution 244ms
Transfer 55 KB
Unused 47%
Monthly Cost CHF4/mo
Google Tag Manager
Tag Manager
Costly
Execution 229ms
Transfer 146 KB
Unused 40%
Monthly Cost CHF4/mo
www.wipo.int
Other
Optional
Execution 189ms
Transfer 74 KB
Monthly Cost CHF3/mo
wipoanalytics.wipo.int
Other
Optional
Execution 187ms
Transfer 76 KB
Unused 32%
Monthly Cost CHF3/mo
webcomponents.wipo.int
Other
Optional
Execution 172ms
Transfer 11 KB
Monthly Cost CHF3/mo
script.crazyegg.com
Other
Optional
Execution 121ms
Transfer 100 KB
Unused 77%
Monthly Cost CHF2/mo
script.crazyegg.com
Other
Optional
Execution 82ms
Transfer 85 KB
Monthly Cost CHF1/mo
www.wipo.int
Other
Optional
Execution 74ms
Transfer 711 KB
Monthly Cost CHF1/mo
script.crazyegg.com
Other
Optional
Execution 72ms
Transfer 23 KB
Monthly Cost CHF1/mo
cdnjs.wipo.int
Other
Optional
Execution 53ms
Transfer 25 KB
Monthly Cost CHF1/mo

These scripts may cost more than they're worth

  • Unattributable adds 516ms and costs ~CHF8/month
  • webcomponents.wipo.int adds 425ms and costs ~CHF6/month
  • Google Tag Manager adds 359ms and costs ~CHF5/month
  • Google Tag Manager adds 301ms and costs ~CHF5/month
  • script.crazyegg.com adds 244ms and costs ~CHF4/month
  • Google Tag Manager adds 229ms and costs ~CHF4/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 516ms 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

webcomponents.wipo.int takes 425ms 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 359ms 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 301ms 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

script.crazyegg.com takes 244ms 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 229ms 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 script.crazyegg.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