Skip to content
https://pages.dev

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
2
REVIEW
2
PASS
9
INFO
2

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

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

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

1.25 s

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

1.25 s

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

0 ms

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

0.006

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

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

1.25 s

Page Load Progression

408 ms
815 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.9 s
3.3 s
Checks
15
9 PASS 2 REVIEW 2 FIX
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 (648.8 KiB of 648.9 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
8 images, 0 KB saveable
REVIEW
8 images, 0 KB saveable
Warning::
https://pages.cloudflare.com/resources/illustratio... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pages.cloudflare.com/resources/logo/logo.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pages.cloudflare.com/resources/illustratio... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
8 images 27 KB
0 oversized -0 KB
6 legacy format
3 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

C
JS Bundles
Action
12 scripts, 179 KB unused
REVIEW
12 scripts, 179 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PKQ...: 65 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 64 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202303.2...: 50 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 179 KB
179 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer169 KB65 KB (39%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0&bs=ctrl2132 KB64 KB (49%)3rd
https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js97 KB50 KB (51%)3rd
https://static.cloudflareinsights.com/beacon.min.js11 KB3rd
https://pages.cloudflare.com/resources/js/index.js3 KB3rd
https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/OtAutoBlock.js2 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js9 KB3rd
https://pages.cloudflare.com/webpack-runtime-27d8a1a375563431d4ff.js2 KB3rd
https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js45 KB3rd
https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js21 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

A+
Page Weight Budget
649 KB transferred, 37 requests
PASS
649 KB transferred, 37 requests
Info::
Page weighs 2.3 MB (649 KB transferred)
Warning::
JavaScript is 510 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 510 KB
Info::
37 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
649 KB / 2.4 MB budget
649 KB transferred
37 requests
0.13 g CO2 per page load
JavaScript 510.2 KiB 79%
CSS 50.1 KiB 8%
Other 31.5 KiB 5%
Images 27.3 KiB 4%
HTML 24.7 KiB 4%
Other 3.5 KiB 1%
Other 1.6 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

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

Why this matters

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

Source: web.dev

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+
JS Execution Cost
485ms total JS execution
PASS
485ms total JS execution
Info::
https://pages.cloudflare.com/: 148ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PKQ...: 95ms CPU time
Info::
Unattributable: 89ms CPU time
Info::
https://pages.cloudflare.com/resources/js/index.js: 87ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202303.2...: 66ms CPU time
Warning::
Third-party scripts: 485ms (100% of total)

Main Thread Breakdown

Script Evaluation 38% Other 23% Style & Layout 22% Script Parsing & Compilation 7% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://pages.cloudflare.com/148ms2ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer95ms79ms15ms3rd
Unattributable89ms16ms0ms3rd
https://pages.cloudflare.com/resources/js/index.js87ms5ms0ms3rd
https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js66ms38ms11ms3rd
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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
Page Weight Inventory
37 resources · 649 KB · 179 KB savings available
PASS
37 resources · 649 KB · 179 KB savings available
Info::
Within 1MB page-weight target
Got: 649 KB
Info::
~179 KB of savings available
Warning::
36 third-party resources (100% of weight)
37 resources · 648.9 KiB · 36 third-party Within 1MB page-weight target
JavaScript 79% · 510.2 KiB
CSS 8% · 53.9 KiB
Other 5% · 30.7 KiB
Image 5% · 29.3 KiB
Document 4% · 24.7 KiB

~178.8 KiB of savings available

Remove unused JavaScript: 178.8 KiB
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
37 requests over 956ms
INFO
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.2 shttps://pages.dev// https://pages.dev/ — 301 — 97 B — 59 ms — h2https://pages.cloudflare.com/pages.cloudflare.com/ https://pages.cloudflare.com/ — 200 — 24.7 KiB — 77 ms — h2https://static.cloud.coveo.com/searchui/v2.10096/css/CoveoFullSearch.min.cssstatic.cloud.coveo.com/searchui/v2.... https://static.cloud.coveo.com/searchui/v2.10096/css/CoveoFullSearch.min.css — 200 — 49.2 KiB — 75 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 64 ms — h2https://pages.cloudflare.com/resources/illustrations/global-network.svgpages.cloudflare.com/resources/illu... https://pages.cloudflare.com/resources/illustrations/global-network.svg — 200 — 12.6 KiB — 30 ms — h2https://pages.cloudflare.com/resources/illustrations/scaling.svgpages.cloudflare.com/resources/illu... https://pages.cloudflare.com/resources/illustrations/scaling.svg — 200 — 828 B — 29 ms — h2https://pages.cloudflare.com/resources/logo/logo.svgpages.cloudflare.com/resources/logo... https://pages.cloudflare.com/resources/logo/logo.svg — 200 — 611 B — 26 ms — h2https://pages.cloudflare.com/resources/js/index.jspages.cloudflare.com/resources/js/i... https://pages.cloudflare.com/resources/js/index.js — 200 — 3.1 KiB — 27 ms — h2https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/OtAutoBlock.jscdn.cookielaw.org/consent/9cc6cfdf-... https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/OtAutoBlock.js — 200 — 2.0 KiB — 84 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 68 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,700fonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,700 — 200 — 906 B — 151 ms — h2https://pages.cloudflare.com/webpack-runtime-27d8a1a375563431d4ff.jspages.cloudflare.com/webpack-runtim... https://pages.cloudflare.com/webpack-runtime-27d8a1a375563431d4ff.js — 200 — 2.0 KiB — 27 ms — h2https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.jspages.cloudflare.com/framework-5a35... https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js — 200 — 44.5 KiB — 43 ms — h2https://pages.cloudflare.com/app-7b2ef64624d09bee845f.jspages.cloudflare.com/app-7b2ef64624... https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js — 200 — 21.2 KiB — 29 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer — 200 — 168.9 KiB — 249 ms — h2data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 68"><path fill="%23…www.w3.org/2000/svg" viewBox="0 0 4... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 68"><path fill="%23… — 200 — 0 B — 0 ms — datahttps://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test.jsoncdn.cookielaw.org/consent/9cc6cfdf-... https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test.json — 200 — 2.5 KiB — 77 ms — h2https://pages.cloudflare.com/page-data/app-data.jsonpages.cloudflare.com/page-data/app-... https://pages.cloudflare.com/page-data/app-data.json — 200 — 169 B — 28 ms — h2https://pages.cloudflare.com/page-data/index/page-data.jsonpages.cloudflare.com/page-data/inde... https://pages.cloudflare.com/page-data/index/page-data.json — 200 — 227 B — 30 ms — h2https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.jspages.cloudflare.com/e50e9c162871c1... https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.js — 200 — 9.3 KiB — 32 ms — h2https://pages.cloudflare.com/component---src-pages-index-js-6c1aa3a46ebc479bdca0.jspages.cloudflare.com/component---sr... https://pages.cloudflare.com/component---src-pages-index-js-6c1aa3a46ebc479bdca0.js — 200 — 10.9 KiB — 34 ms — h2https://pages.cloudflare.com/page-data/sq/d/1652458390.jsonpages.cloudflare.com/page-data/sq/d... https://pages.cloudflare.com/page-data/sq/d/1652458390.json — 200 — 273 B — 28 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 70 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js — 200 — 96.9 KiB — 49 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 131.6 KiB — 96 ms — h2https://www.google.com/ccm/collect?rcb=14&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=851350090.1776359972&dt=Cloudflare%20Pages&auid=1974009281.1776359972&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405~118289195&apve=1&apvf=f&apvc=1&tft=1776359971935&tfd=718www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=851350090.1776359972&dt=Cloudflare%20Pages&auid=1974009281.1776359972&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405~118289195&apve=1&apvf=f&apvc=1&tft=1776359971935&tfd=718 — -1 — 0 B — 0 ms — https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/018debfb-4ca4-7537-992d-44786afb66f9/en.jsoncdn.cookielaw.org/consent/9cc6cfdf-... https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/018debfb-4ca4-7537-992d-44786afb66f9/en.json — 200 — 11.4 KiB — 40 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otFlat.json — 200 — 3.3 KiB — 32 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/v2/otPcCenter.json — 200 — 12.5 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otCommonStyles.css — 200 — 3.8 KiB — 30 ms — h2
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.2 shttps://pages.dev// https://pages.dev/ — 301 — 97 B — 59 ms — h2https://pages.cloudflare.com/pages.cloudflare.com/ https://pages.cloudflare.com/ — 200 — 24.7 KiB — 77 ms — h2https://static.cloud.coveo.com/searchui/v2.10096/css/CoveoFullSearch.min.cssstatic.cloud.coveo.com/searchui/v2.... https://static.cloud.coveo.com/searchui/v2.10096/css/CoveoFullSearch.min.css — 200 — 49.2 KiB — 75 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 64 ms — h2https://pages.cloudflare.com/resources/illustrations/global-network.svgpages.cloudflare.com/resources/illu... https://pages.cloudflare.com/resources/illustrations/global-network.svg — 200 — 12.6 KiB — 30 ms — h2https://pages.cloudflare.com/resources/illustrations/scaling.svgpages.cloudflare.com/resources/illu... https://pages.cloudflare.com/resources/illustrations/scaling.svg — 200 — 828 B — 29 ms — h2https://pages.cloudflare.com/resources/logo/logo.svgpages.cloudflare.com/resources/logo... https://pages.cloudflare.com/resources/logo/logo.svg — 200 — 611 B — 26 ms — h2https://pages.cloudflare.com/resources/js/index.jspages.cloudflare.com/resources/js/i... https://pages.cloudflare.com/resources/js/index.js — 200 — 3.1 KiB — 27 ms — h2https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/OtAutoBlock.jscdn.cookielaw.org/consent/9cc6cfdf-... https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/OtAutoBlock.js — 200 — 2.0 KiB — 84 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 68 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,700fonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,700 — 200 — 906 B — 151 ms — h2https://pages.cloudflare.com/webpack-runtime-27d8a1a375563431d4ff.jspages.cloudflare.com/webpack-runtim... https://pages.cloudflare.com/webpack-runtime-27d8a1a375563431d4ff.js — 200 — 2.0 KiB — 27 ms — h2https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.jspages.cloudflare.com/framework-5a35... https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js — 200 — 44.5 KiB — 43 ms — h2https://pages.cloudflare.com/app-7b2ef64624d09bee845f.jspages.cloudflare.com/app-7b2ef64624... https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js — 200 — 21.2 KiB — 29 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer — 200 — 168.9 KiB — 249 ms — h2data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 68"><path fill="%23…www.w3.org/2000/svg" viewBox="0 0 4... data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 68"><path fill="%23… — 200 — 0 B — 0 ms — datahttps://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test.jsoncdn.cookielaw.org/consent/9cc6cfdf-... https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test.json — 200 — 2.5 KiB — 77 ms — h2https://pages.cloudflare.com/page-data/app-data.jsonpages.cloudflare.com/page-data/app-... https://pages.cloudflare.com/page-data/app-data.json — 200 — 169 B — 28 ms — h2https://pages.cloudflare.com/page-data/index/page-data.jsonpages.cloudflare.com/page-data/inde... https://pages.cloudflare.com/page-data/index/page-data.json — 200 — 227 B — 30 ms — h2https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.jspages.cloudflare.com/e50e9c162871c1... https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.js — 200 — 9.3 KiB — 32 ms — h2https://pages.cloudflare.com/component---src-pages-index-js-6c1aa3a46ebc479bdca0.jspages.cloudflare.com/component---sr... https://pages.cloudflare.com/component---src-pages-index-js-6c1aa3a46ebc479bdca0.js — 200 — 10.9 KiB — 34 ms — h2https://pages.cloudflare.com/page-data/sq/d/1652458390.jsonpages.cloudflare.com/page-data/sq/d... https://pages.cloudflare.com/page-data/sq/d/1652458390.json — 200 — 273 B — 28 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 70 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js — 200 — 96.9 KiB — 49 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 131.6 KiB — 96 ms — h2https://www.google.com/ccm/collect?rcb=14&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=851350090.1776359972&dt=Cloudflare%20Pages&auid=1974009281.1776359972&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405~118289195&apve=1&apvf=f&apvc=1&tft=1776359971935&tfd=718www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=851350090.1776359972&dt=Cloudflare%20Pages&auid=1974009281.1776359972&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~117384405~118289195&apve=1&apvf=f&apvc=1&tft=1776359971935&tfd=718 — -1 — 0 B — 0 ms — https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/018debfb-4ca4-7537-992d-44786afb66f9/en.jsoncdn.cookielaw.org/consent/9cc6cfdf-... https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/018debfb-4ca4-7537-992d-44786afb66f9/en.json — 200 — 11.4 KiB — 40 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otFlat.json — 200 — 3.3 KiB — 32 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/v2/otPcCenter.json — 200 — 12.5 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202303.2.0/assets/otCommonStyles.css — 200 — 3.8 KiB — 30 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 200 — 0 B — 65 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 631 B — 36 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 523 B — 32 ms — h2https://cdn.cookielaw.org/logos/6b10d640-dc80-4fbf-a462-ae81dbad56e4/f2b3f698-2a83-400c-ab3d-ae88a0a1d3c4/fca68c5f-051b-4269-9463-b0ba60c90bde/Logo.pngcdn.cookielaw.org/logos/6b10d640-dc... https://cdn.cookielaw.org/logos/6b10d640-dc80-4fbf-a462-ae81dbad56e4/f2b3f698-2a83-400c-ab3d-ae88a0a1d3c4/fca68c5f-051b-4269-9463-b0ba60c90bde/Logo.png — 200 — 10.2 KiB — 36 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 32 ms — h2https://pages.cloudflare.com/favicon.icopages.cloudflare.com/favicon.ico https://pages.cloudflare.com/favicon.ico — 200 — 1.5 KiB — 35 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 204 — 35 B — 28 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 485ms · 294KB · €1/mo
pages.cloudflare.com
Other
Optional
Execution 148ms
Transfer 25 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 95ms
Transfer 169 KB
Unused 39%
Monthly Cost €0/mo
Unattributable
Other
Optional
Execution 89ms
Transfer 0 KB
Monthly Cost €0/mo
pages.cloudflare.com
Other
Optional
Execution 87ms
Transfer 3 KB
Monthly Cost €0/mo
OneTrust
Consent
Essential
Execution 66ms
Transfer 97 KB
Unused 51%
Monthly Cost €0/mo

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

Why this matters

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

Learn more

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

Source: web.dev

51% of OneTrust'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