Skip to content
https://develop-corporate-site.quiet-sunset-55b2.workers.dev

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
7
PASS
11
INFO
2

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

98
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
90
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
54
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.

839 ms

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

1.04 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.000

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

875 ms

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.04 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
21
11 PASS 7 REVIEW 1 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 16 requests
FIX
2.7 MB transferred, 16 requests
Warning::
Page weighs 3.4 MB (2.7 MB transferred)
Warning::
Images are 2.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.4 MB
Info::
16 HTTP requests
Info::
Estimated 0.56 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
16 requests
0.56 g CO2 per page load
Images 2.4 MiB 92%
JavaScript 131.4 KiB 5%
Fonts 74.0 KiB 3%
CSS 19.3 KiB 1%
HTML 1.4 KiB 0%
Other 539 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

B
Image Optimization
9 images, 0 KB saveable
REVIEW
9 images, 0 KB saveable
Warning::
https://develop-corporate-site.quiet-sunset-55b2.w... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
9 images 2.4 MB
0 oversized -0 KB
2 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

Performance issues directly impact user engagement and conversion rates.

B
JS Execution Cost
600ms total JS execution
REVIEW
600ms total JS execution
Warning::
https://develop-corporate-site.quiet-sunset-55b2.w...: 414ms CPU time
Info::
https://develop-corporate-site.quiet-sunset-55b2.w...: 107ms CPU time
Info::
Unattributable: 79ms CPU time

Main Thread Breakdown

Other 46% Style & Layout 32% Rendering 12% Script Evaluation 10%
ScriptTotalScriptingParse/CompileParty
https://develop-corporate-site.quiet-sunset-55b2.workers.dev/414ms1ms0ms1st
https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-BAvvfShy.js107ms48ms0ms1st
Unattributable79ms8ms0ms1st
B
JS Bundles
1 scripts, 56 KB unused
REVIEW
1 scripts, 56 KB unused
Warning::
https://develop-corporate-site.quiet-sunset-55b2.w...: 56 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 56 KB
56 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-BAvvfShy.js131 KB56 KB (43%)1st

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

B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
16 resources · 2.7 MB · 56 KB savings available
REVIEW
16 resources · 2.7 MB · 56 KB savings available
Warning::
Page weight 2.7 MB exceeds 1 MB target by 1.7 MB
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~56 KB of savings available
Info::
4 third-party resources (3% of weight)
Info::
4 resources over 200KB
16 resources · 2.7 MiB · 4 third-party 1.7 MiB over 1MB target
Image 92% · 2.4 MiB
JavaScript 5% · 131.4 KiB
Font 3% · 74.0 KiB
CSS 1% · 19.3 KiB
Document 0% · 1.4 KiB

~55.9 KiB of savings available

Remove unused JavaScript: 55.9 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (76.1 KiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
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
2 fonts (74 KB)
PASS
2 fonts (74 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

74 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 839 ms LCP 1.0 shttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 47 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 30 ms
Start 533 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 47 ms
Start 534 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, max-age=0, must-revalidate
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: br` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
16 requests over 687ms
INFO
0 ms 500 ms 1.0 s FCP 839 ms LCP 1.0 shttps://develop-corporate-site.quiet-sunset-55b2.workers.dev// https://develop-corporate-site.quiet-sunset-55b2.workers.dev/ — 200 — 1.4 KiB — 315 ms — h3https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Caveat:wght@500;600;700&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Caveat:wght@500;600;700&display=swap — 200 — 1.5 KiB — 77 ms — h2https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-BAvvfShy.js/assets/index-BAvvfShy.js https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-BAvvfShy.js — 200 — 131.4 KiB — 77 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-oGcq4DrJ.css/assets/index-oGcq4DrJ.css https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-oGcq4DrJ.css — 200 — 17.1 KiB — 47 ms — h3https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swapfonts.googleapis.com/css2?family=Fr... https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap — 200 — 642 B — 27 ms — h2https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/Logo%20O2-BsqWkVek.svg/assets/Logo%20O2-BsqWkVek.svg https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/Logo%20O2-BsqWkVek.svg — 200 — 33.7 KiB — 50 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/hero-CfUJRTCv.avif/assets/hero-CfUJRTCv.avif https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/hero-CfUJRTCv.avif — 200 — 95.5 KiB — 66 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/Icon.svg/Icon.svg https://develop-corporate-site.quiet-sunset-55b2.workers.dev/Icon.svg — 200 — 53.1 KiB — 67 ms — h3https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 26.7 KiB — 30 ms — h3https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 47 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about1-BqEMGjpT.avif/assets/about1-BqEMGjpT.avif https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about1-BqEMGjpT.avif — 200 — 214.2 KiB — 105 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about2-B6JOYGIv.avif/assets/about2-B6JOYGIv.avif https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about2-B6JOYGIv.avif — 200 — 222.5 KiB — 107 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about3-DR1brHAw.avif/assets/about3-DR1brHAw.avif https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about3-DR1brHAw.avif — 200 — 259.0 KiB — 92 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about4-CGir62MO.avif/assets/about4-CGir62MO.avif https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about4-CGir62MO.avif — 200 — 176.5 KiB — 103 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/tech1-BDswpTUj.avif/assets/tech1-BDswpTUj.avif https://develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/tech1-BDswpTUj.avif — 200 — 1.4 MiB — 136 ms — h3https://develop-corporate-site.quiet-sunset-55b2.workers.dev/Icon.svg/Icon.svg https://develop-corporate-site.quiet-sunset-55b2.workers.dev/Icon.svg — 200 — 539 B — 68 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
18 images, 233 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

18

Total Size

233 KB

18 missing dimensions 2 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback