Skip to content
https://pages.dev

Performance

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

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

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

4.06 s

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

7.13 s

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

392 ms

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

0.060

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

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

7.15 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
10 PASS 2 REVIEW 3 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
D
JS Execution Cost
Action
2576ms total JS execution
FIX
2576ms total JS execution
Warning::
https://pages.cloudflare.com/: 767ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PKQ...: 345ms CPU time
Warning::
https://pages.cloudflare.com/resources/js/index.js: 313ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202303.2...: 308ms CPU time
Warning::
Unattributable: 304ms CPU time
Warning::
Third-party scripts: 2576ms (100% of total)

Main Thread Breakdown

Script Evaluation 37% Style & Layout 26% Other 23% Script Parsing & Compilation 6% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://pages.cloudflare.com/767ms10ms6ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer345ms300ms40ms3rd
https://pages.cloudflare.com/resources/js/index.js313ms24ms1ms3rd
https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js308ms191ms36ms3rd
Unattributable304ms66ms0ms3rd
https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0203ms170ms33ms3rd
https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js183ms105ms10ms3rd
https://static.cloudflareinsights.com/beacon.min.js87ms25ms10ms3rd
https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js65ms48ms4ms3rd
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.
8 images 27 KB
0 oversized -0 KB
6 legacy format
2 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

C
JS Bundles
Action
12 scripts, 178 KB unused
REVIEW
12 scripts, 178 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PKQ...: 65 KB unused (38%)
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: 178 KB
178 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer169 KB65 KB (38%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0132 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.3 KiB 79%
CSS 50.1 KiB 8%
Other 31.5 KiB 5%
Images 27.4 KiB 4%
HTML 24.7 KiB 4%
Other 3.4 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+
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 · 178 KB savings available
PASS
37 resources · 649 KB · 178 KB savings available
Info::
Within 1MB page-weight target
Got: 649 KB
Info::
~178 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.3 KiB
CSS 8% · 53.9 KiB
Other 5% · 30.7 KiB
Image 5% · 29.3 KiB
Document 4% · 24.7 KiB

~178.3 KiB of savings available

Remove unused JavaScript: 178.3 KiB
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+
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 1330ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.1 s LCP 7.1 shttps://pages.dev// https://pages.dev/ — 301 — 97 B — 67 ms — h2https://pages.cloudflare.com/pages.cloudflare.com/ https://pages.cloudflare.com/ — 200 — 24.7 KiB — 90 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 — 387 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 97 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 — 36 ms — h2https://pages.cloudflare.com/resources/illustrations/scaling.svgpages.cloudflare.com/resources/illu... https://pages.cloudflare.com/resources/illustrations/scaling.svg — 200 — 828 B — 34 ms — h2https://pages.cloudflare.com/resources/logo/logo.svgpages.cloudflare.com/resources/logo... https://pages.cloudflare.com/resources/logo/logo.svg — 200 — 611 B — 29 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 — 29 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 — 110 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 98 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 — 30 ms — h2https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.jspages.cloudflare.com/framework-5a35... https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js — 200 — 44.5 KiB — 39 ms — h2https://pages.cloudflare.com/app-7b2ef64624d09bee845f.jspages.cloudflare.com/app-7b2ef64624... https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js — 200 — 21.2 KiB — 33 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 — 156 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 — 254 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://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 — 29 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 — 31 ms — h2https://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 — 76 ms — h2https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.jspages.cloudflare.com/e50e9c162871c1... https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.js — 200 — 9.3 KiB — 34 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 — 35 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 — 30 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 308 B — 75 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 — 57 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0 — 200 — 131.6 KiB — 100 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=1837388874.1776359957&dt=Cloudflare%20Pages&auid=791298921.1776359957&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384405~118128922&apve=1&apvf=f&apvc=1&tft=1776359957100&tfd=1065www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=1837388874.1776359957&dt=Cloudflare%20Pages&auid=791298921.1776359957&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384405~118128922&apve=1&apvf=f&apvc=1&tft=1776359957100&tfd=1065 — -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 — 41 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.2 KiB — 36 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.6 KiB — 31 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 — 33 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.1 s LCP 7.1 shttps://pages.dev// https://pages.dev/ — 301 — 97 B — 67 ms — h2https://pages.cloudflare.com/pages.cloudflare.com/ https://pages.cloudflare.com/ — 200 — 24.7 KiB — 90 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 — 387 ms — h2https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 97 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 — 36 ms — h2https://pages.cloudflare.com/resources/illustrations/scaling.svgpages.cloudflare.com/resources/illu... https://pages.cloudflare.com/resources/illustrations/scaling.svg — 200 — 828 B — 34 ms — h2https://pages.cloudflare.com/resources/logo/logo.svgpages.cloudflare.com/resources/logo... https://pages.cloudflare.com/resources/logo/logo.svg — 200 — 611 B — 29 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 — 29 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 — 110 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 98 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 — 30 ms — h2https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.jspages.cloudflare.com/framework-5a35... https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js — 200 — 44.5 KiB — 39 ms — h2https://pages.cloudflare.com/app-7b2ef64624d09bee845f.jspages.cloudflare.com/app-7b2ef64624... https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js — 200 — 21.2 KiB — 33 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 — 156 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 — 254 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://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 — 29 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 — 31 ms — h2https://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 — 76 ms — h2https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.jspages.cloudflare.com/e50e9c162871c1... https://pages.cloudflare.com/e50e9c162871c1d91fba5ce567a5656e16dc6783-d991373ae76b15dbbba5.js — 200 — 9.3 KiB — 34 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 — 35 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 — 30 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 308 B — 75 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 — 57 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c&gtm=4e64f0 — 200 — 131.6 KiB — 100 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=1837388874.1776359957&dt=Cloudflare%20Pages&auid=791298921.1776359957&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384405~118128922&apve=1&apvf=f&apvc=1&tft=1776359957100&tfd=1065www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fpages.cloudflare.com%2F&scrsrc=www.googletagmanager.com&rnd=1837388874.1776359957&dt=Cloudflare%20Pages&auid=791298921.1776359957&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64f0v77207555za200zd77207555xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117384405~118128922&apve=1&apvf=f&apvc=1&tft=1776359957100&tfd=1065 — -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 — 41 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.2 KiB — 36 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.6 KiB — 31 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 — 33 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 200 — 0 B — 95 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 — 608 B — 31 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 — 495 B — 29 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 — 35 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 — 37 ms — h2https://pages.cloudflare.com/favicon.icopages.cloudflare.com/favicon.ico https://pages.cloudflare.com/favicon.ico — 200 — 1.5 KiB — 37 ms — h2https://cloudflareinsights.com/cdn-cgi/rumcloudflareinsights.com/cdn-cgi/rum https://cloudflareinsights.com/cdn-cgi/rum — 204 — 35 B — 22 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 2576ms · 502KB · €8/mo
pages.cloudflare.com
Other
Costly
Execution 767ms
Transfer 25 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 345ms
Transfer 169 KB
Unused 38%
Monthly Cost €1/mo
pages.cloudflare.com
Other
Costly
Execution 313ms
Transfer 3 KB
Monthly Cost €1/mo
OneTrust
Consent
Essential
Execution 308ms
Transfer 97 KB
Unused 51%
Monthly Cost €1/mo
Unattributable
Other
Costly
Execution 304ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Costly
Execution 203ms
Transfer 132 KB
Unused 49%
Monthly Cost €1/mo
pages.cloudflare.com
Other
Optional
Execution 183ms
Transfer 45 KB
Monthly Cost €1/mo
static.cloudflareinsights.com
Other
Optional
Execution 87ms
Transfer 11 KB
Monthly Cost €0/mo
pages.cloudflare.com
Other
Optional
Execution 65ms
Transfer 21 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • pages.cloudflare.com adds 767ms and costs ~€2/month
  • Google Tag Manager adds 345ms and costs ~€1/month
  • pages.cloudflare.com adds 313ms and costs ~€1/month
  • Unattributable adds 304ms and costs ~€1/month
  • Google Tag Manager adds 203ms and costs ~€1/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

pages.cloudflare.com takes 767ms 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 345ms 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

pages.cloudflare.com takes 313ms 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

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

Unattributable takes 304ms 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 203ms 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