Skip to content
https://www.happygang.org

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
7
PASS
13
INFO
3

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

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

2.88 s

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

10.16 s

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

864 ms

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

0.008

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

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

10.67 s

Page Load Progression

1.4 s
2.8 s
4.2 s
5.5 s
6.9 s
8.3 s
9.7 s
11.1 s
Checks
26
13 PASS 7 REVIEW 3 FIX
F
Page Weight Budget
Action
10.1 MB transferred, 68 requests
FIX
10.1 MB transferred, 68 requests
Critical::
Page weighs 11.2 MB (10.1 MB transferred)
Warning::
Images are 3.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.6 MB
Info::
68 HTTP requests
Info::
Estimated 2.1 g CO2 per page load
10.1 MB / 2.4 MB budget
10.1 MB transferred
68 requests
2.1 g CO2 per page load
Other 6.2 MiB 61%
Images 3.6 MiB 35%
JavaScript 200.4 KiB 2%
Fonts 71.4 KiB 1%
HTML 44.6 KiB 0%
CSS 34.9 KiB 0%
Other 25.7 KiB 0%
Other 5.4 KiB 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

F
JS Execution Cost
Action
12306ms total JS execution
FIX
12306ms total JS execution
Warning::
https://www.happygang.org/_next/static/chunks/4bd1...: 6670ms CPU time
Warning::
https://www.happygang.org/: 1940ms CPU time
Warning::
https://www.happygang.org/_next/static/chunks/3794...: 1570ms CPU time
Warning::
Unattributable: 1420ms CPU time
Warning::
https://www.happygang.org/_next/static/chunks/app/...: 581ms CPU time

Main Thread Breakdown

Other 59% Script Evaluation 22% Style & Layout 9% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.happygang.org/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js6670ms754ms26ms1st
https://www.happygang.org/1940ms53ms56ms1st
https://www.happygang.org/_next/static/chunks/3794-1b03b52e3112452e.js1570ms1440ms35ms1st
Unattributable1420ms29ms0ms1st
https://www.happygang.org/_next/static/chunks/app/(frontend)/page-ee010df99e2963c5.js581ms352ms3ms1st
https://www.happygang.org/_next/static/chunks/2828-2dba24397120dfaa.js125ms88ms19ms1st
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Image Optimization
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Info::
All images are well-optimized
42 images 3.6 MB
0 oversized -0 KB
33 legacy format
0 missing dimensions CLS risk
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
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
68 resources · 10.1 MB · 47 KB savings available
REVIEW
68 resources · 10.1 MB · 47 KB savings available
Warning::
Page weight 10.1 MB exceeds 1 MB target by 9.1 MB
Got: 10.1 MB Expected: ≤ 1 MB
Info::
2 third-party resources (0% of weight)
Info::
9 resources over 200KB
68 resources · 10.1 MiB · 2 third-party 9.1 MiB over 1MB target
Media 61% · 6.2 MiB
Image 36% · 3.6 MiB
JavaScript 2% · 200.4 KiB
Font 1% · 71.4 KiB
Document 0% · 44.6 KiB
CSS 0% · 34.9 KiB
Other 0% · 25.7 KiB

~46.7 KiB of savings available

Remove unused JavaScript: 46.7 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 12.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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
1 fonts (71 KB)
PASS
1 fonts (71 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

71 KB total

Render-blocking

0

of 1

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 FCP 2.9 s LCP 10.2 shttps://www.happygang.org/_next/static/media/inter-latin-opsz-normal.5678e9b0.woff2inter-latin-opsz-normal... https://www.happygang.org/_next/static/media/inter-latin-opsz-normal.5678e9b0.woff2 — 71.4 KiB — 565 ms — font-display: swap
inter-latin-opsz-normal... woff2 swap
Size 71 KB
Load time 565 ms
Start 3.6 s
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+
JS Bundles
11 scripts, 47 KB unused
PASS
11 scripts, 47 KB unused
Warning::
https://www.happygang.org/_next/static/chunks/3794...: 24 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.happygang.org/_next/static/chunks/2828...: 22 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 47 KB
47 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.happygang.org/_next/static/chunks/3794-1b03b52e3112452e.js59 KB24 KB (41%)1st
https://www.happygang.org/_next/static/chunks/2828-2dba24397120dfaa.js48 KB22 KB (47%)1st
https://www.happygang.org/_next/static/chunks/webpack-89be934a3e3e43e2.js3 KB1st
https://www.happygang.org/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js62 KB1st
https://www.happygang.org/_next/static/chunks/main-app-dd34b0e775cca20f.js1 KB1st
https://www.happygang.org/_next/static/chunks/app/(frontend)/layout-2bfc7f6a29d74c64.js6 KB1st
https://www.happygang.org/_next/static/chunks/8500-f62a38ff68ab7f42.js4 KB1st
https://www.happygang.org/_next/static/chunks/3672-4e22445f73dd346c.js4 KB1st
https://www.happygang.org/_next/static/chunks/4271-9552a7a7112b07a5.js4 KB1st
https://www.happygang.org/_next/static/chunks/314-94a03ee0ef1275f9.js5 KB1st

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+
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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 resource hints configured

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 uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: private, no-cache, no-store, max-age=0, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch,...
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
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.
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+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
68 requests over 11041ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.9 s LCP 10.2 shttps://www.happygang.org// https://www.happygang.org/ — 307 — 67 B — 2.7 s — http/1.1https://www.happygang.org// https://www.happygang.org/ — 200 — 44.6 KiB — 620 ms — h2https://www.happygang.org/_next/static/css/80cb85583d3864d2.css/_next/static/css/80cb85583d3864d2.... https://www.happygang.org/_next/static/css/80cb85583d3864d2.css — 200 — 33.4 KiB — 183 ms — h2https://www.happygang.org/_next/static/css/c0b5921dcc301b28.css/_next/static/css/c0b5921dcc301b28.... https://www.happygang.org/_next/static/css/c0b5921dcc301b28.css — 200 — 1.5 KiB — 172 ms — h2https://www.happygang.org/cms-api/media/file/band-tui.jpg/cms-api/media/file/band-tui.jpg https://www.happygang.org/cms-api/media/file/band-tui.jpg — 200 — 138.7 KiB — 331 ms — h2https://www.happygang.org/cms-api/media/file/band-getraenke-hoffmann-hap638.jpg/cms-api/media/file/band-getraenke-... https://www.happygang.org/cms-api/media/file/band-getraenke-hoffmann-hap638.jpg — 200 — 66.1 KiB — 185 ms — h2https://www.happygang.org/cms-api/media/file/band-thalia-hap638.jpg/cms-api/media/file/band-thalia-hap... https://www.happygang.org/cms-api/media/file/band-thalia-hap638.jpg — 200 — 126.2 KiB — 469 ms — h2https://www.happygang.org/cms-api/media/file/band-tibber.jpg/cms-api/media/file/band-tibber.jpg https://www.happygang.org/cms-api/media/file/band-tibber.jpg — 200 — 57.4 KiB — 329 ms — h2https://www.happygang.org/cms-api/media/file/band-offset.jpg/cms-api/media/file/band-offset.jpg https://www.happygang.org/cms-api/media/file/band-offset.jpg — 200 — 74.4 KiB — 456 ms — h2https://www.happygang.org/logos/happygang-logo.svg/logos/happygang-logo.svg https://www.happygang.org/logos/happygang-logo.svg — 200 — 5.2 KiB — 462 ms — h2https://www.happygang.org/cms-api/media/file/christof-szwarc-studio-unified-v2.avif/cms-api/media/file/christof-szwarc... https://www.happygang.org/cms-api/media/file/christof-szwarc-studio-unified-v2.avif — 200 — 17.3 KiB — 469 ms — h2https://www.happygang.org/_next/static/chunks/webpack-89be934a3e3e43e2.js/_next/static/chunks/webpack-89be93... https://www.happygang.org/_next/static/chunks/webpack-89be934a3e3e43e2.js — 200 — 3.1 KiB — 465 ms — h2https://www.happygang.org/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js/_next/static/chunks/4bd1b696-e356c... https://www.happygang.org/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js — 200 — 61.5 KiB — 502 ms — h2https://www.happygang.org/_next/static/chunks/3794-1b03b52e3112452e.js/_next/static/chunks/3794-1b03b52e3... https://www.happygang.org/_next/static/chunks/3794-1b03b52e3112452e.js — 200 — 59.4 KiB — 664 ms — h2https://www.happygang.org/_next/static/chunks/main-app-dd34b0e775cca20f.js/_next/static/chunks/main-app-dd34b... https://www.happygang.org/_next/static/chunks/main-app-dd34b0e775cca20f.js — 200 — 583 B — 480 ms — h2https://www.happygang.org/_next/static/chunks/app/(frontend)/layout-2bfc7f6a29d74c64.js/_next/static/chunks/app/(frontend)... https://www.happygang.org/_next/static/chunks/app/(frontend)/layout-2bfc7f6a29d74c64.js — 200 — 6.0 KiB — 496 ms — h2https://www.happygang.org/_next/static/chunks/8500-f62a38ff68ab7f42.js/_next/static/chunks/8500-f62a38ff6... https://www.happygang.org/_next/static/chunks/8500-f62a38ff68ab7f42.js — 200 — 3.5 KiB — 469 ms — h2https://www.happygang.org/_next/static/chunks/2828-2dba24397120dfaa.js/_next/static/chunks/2828-2dba24397... https://www.happygang.org/_next/static/chunks/2828-2dba24397120dfaa.js — 200 — 47.8 KiB — 493 ms — h2https://www.happygang.org/_next/static/chunks/3672-4e22445f73dd346c.js/_next/static/chunks/3672-4e22445f7... https://www.happygang.org/_next/static/chunks/3672-4e22445f73dd346c.js — 200 — 4.4 KiB — 486 ms — h2https://www.happygang.org/_next/static/chunks/4271-9552a7a7112b07a5.js/_next/static/chunks/4271-9552a7a71... https://www.happygang.org/_next/static/chunks/4271-9552a7a7112b07a5.js — 200 — 4.2 KiB — 479 ms — h2https://www.happygang.org/_next/static/chunks/314-94a03ee0ef1275f9.js/_next/static/chunks/314-94a03ee0ef... https://www.happygang.org/_next/static/chunks/314-94a03ee0ef1275f9.js — 200 — 5.1 KiB — 578 ms — h2https://www.happygang.org/_next/static/chunks/app/(frontend)/page-ee010df99e2963c5.js/_next/static/chunks/app/(frontend)... https://www.happygang.org/_next/static/chunks/app/(frontend)/page-ee010df99e2963c5.js — 200 — 4.8 KiB — 482 ms — h2https://www.happygang.org/cms-api/media/file/band-big-hap638.jpg/cms-api/media/file/band-big-hap638... https://www.happygang.org/cms-api/media/file/band-big-hap638.jpg — 200 — 182.6 KiB — 606 ms — h2https://www.happygang.org/cms-api/media/file/band-emma.jpg/cms-api/media/file/band-emma.jpg https://www.happygang.org/cms-api/media/file/band-emma.jpg — 200 — 55.1 KiB — 601 ms — h2https://www.happygang.org/cms-api/media/file/band-kiddinx-hap638.jpg/cms-api/media/file/band-kiddinx-ha... https://www.happygang.org/cms-api/media/file/band-kiddinx-hap638.jpg — 200 — 152.6 KiB — 873 ms — h2https://www.happygang.org/cms-api/media/file/band-wero.jpg/cms-api/media/file/band-wero.jpg https://www.happygang.org/cms-api/media/file/band-wero.jpg — 200 — 143.3 KiB — 844 ms — h2https://www.happygang.org/cms-api/media/file/band-aqon.jpg/cms-api/media/file/band-aqon.jpg https://www.happygang.org/cms-api/media/file/band-aqon.jpg — 200 — 45.4 KiB — 659 ms — h2https://www.happygang.org/cms-api/media/file/band-polyas.jpg/cms-api/media/file/band-polyas.jpg https://www.happygang.org/cms-api/media/file/band-polyas.jpg — 200 — 232.1 KiB — 920 ms — h2https://www.happygang.org/cms-api/media/file/band-rtlzwei.jpg/cms-api/media/file/band-rtlzwei.jp... https://www.happygang.org/cms-api/media/file/band-rtlzwei.jpg — 200 — 72.3 KiB — 899 ms — h2https://www.happygang.org/cms-api/media/file/band-ruv-bkk.jpg/cms-api/media/file/band-ruv-bkk.jp... https://www.happygang.org/cms-api/media/file/band-ruv-bkk.jpg — 200 — 55.8 KiB — 901 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.9 s LCP 10.2 shttps://www.happygang.org// https://www.happygang.org/ — 307 — 67 B — 2.7 s — http/1.1https://www.happygang.org// https://www.happygang.org/ — 200 — 44.6 KiB — 620 ms — h2https://www.happygang.org/_next/static/css/80cb85583d3864d2.css/_next/static/css/80cb85583d3864d2.... https://www.happygang.org/_next/static/css/80cb85583d3864d2.css — 200 — 33.4 KiB — 183 ms — h2https://www.happygang.org/_next/static/css/c0b5921dcc301b28.css/_next/static/css/c0b5921dcc301b28.... https://www.happygang.org/_next/static/css/c0b5921dcc301b28.css — 200 — 1.5 KiB — 172 ms — h2https://www.happygang.org/cms-api/media/file/band-tui.jpg/cms-api/media/file/band-tui.jpg https://www.happygang.org/cms-api/media/file/band-tui.jpg — 200 — 138.7 KiB — 331 ms — h2https://www.happygang.org/cms-api/media/file/band-getraenke-hoffmann-hap638.jpg/cms-api/media/file/band-getraenke-... https://www.happygang.org/cms-api/media/file/band-getraenke-hoffmann-hap638.jpg — 200 — 66.1 KiB — 185 ms — h2https://www.happygang.org/cms-api/media/file/band-thalia-hap638.jpg/cms-api/media/file/band-thalia-hap... https://www.happygang.org/cms-api/media/file/band-thalia-hap638.jpg — 200 — 126.2 KiB — 469 ms — h2https://www.happygang.org/cms-api/media/file/band-tibber.jpg/cms-api/media/file/band-tibber.jpg https://www.happygang.org/cms-api/media/file/band-tibber.jpg — 200 — 57.4 KiB — 329 ms — h2https://www.happygang.org/cms-api/media/file/band-offset.jpg/cms-api/media/file/band-offset.jpg https://www.happygang.org/cms-api/media/file/band-offset.jpg — 200 — 74.4 KiB — 456 ms — h2https://www.happygang.org/logos/happygang-logo.svg/logos/happygang-logo.svg https://www.happygang.org/logos/happygang-logo.svg — 200 — 5.2 KiB — 462 ms — h2https://www.happygang.org/cms-api/media/file/christof-szwarc-studio-unified-v2.avif/cms-api/media/file/christof-szwarc... https://www.happygang.org/cms-api/media/file/christof-szwarc-studio-unified-v2.avif — 200 — 17.3 KiB — 469 ms — h2https://www.happygang.org/_next/static/chunks/webpack-89be934a3e3e43e2.js/_next/static/chunks/webpack-89be93... https://www.happygang.org/_next/static/chunks/webpack-89be934a3e3e43e2.js — 200 — 3.1 KiB — 465 ms — h2https://www.happygang.org/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js/_next/static/chunks/4bd1b696-e356c... https://www.happygang.org/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js — 200 — 61.5 KiB — 502 ms — h2https://www.happygang.org/_next/static/chunks/3794-1b03b52e3112452e.js/_next/static/chunks/3794-1b03b52e3... https://www.happygang.org/_next/static/chunks/3794-1b03b52e3112452e.js — 200 — 59.4 KiB — 664 ms — h2https://www.happygang.org/_next/static/chunks/main-app-dd34b0e775cca20f.js/_next/static/chunks/main-app-dd34b... https://www.happygang.org/_next/static/chunks/main-app-dd34b0e775cca20f.js — 200 — 583 B — 480 ms — h2https://www.happygang.org/_next/static/chunks/app/(frontend)/layout-2bfc7f6a29d74c64.js/_next/static/chunks/app/(frontend)... https://www.happygang.org/_next/static/chunks/app/(frontend)/layout-2bfc7f6a29d74c64.js — 200 — 6.0 KiB — 496 ms — h2https://www.happygang.org/_next/static/chunks/8500-f62a38ff68ab7f42.js/_next/static/chunks/8500-f62a38ff6... https://www.happygang.org/_next/static/chunks/8500-f62a38ff68ab7f42.js — 200 — 3.5 KiB — 469 ms — h2https://www.happygang.org/_next/static/chunks/2828-2dba24397120dfaa.js/_next/static/chunks/2828-2dba24397... https://www.happygang.org/_next/static/chunks/2828-2dba24397120dfaa.js — 200 — 47.8 KiB — 493 ms — h2https://www.happygang.org/_next/static/chunks/3672-4e22445f73dd346c.js/_next/static/chunks/3672-4e22445f7... https://www.happygang.org/_next/static/chunks/3672-4e22445f73dd346c.js — 200 — 4.4 KiB — 486 ms — h2https://www.happygang.org/_next/static/chunks/4271-9552a7a7112b07a5.js/_next/static/chunks/4271-9552a7a71... https://www.happygang.org/_next/static/chunks/4271-9552a7a7112b07a5.js — 200 — 4.2 KiB — 479 ms — h2https://www.happygang.org/_next/static/chunks/314-94a03ee0ef1275f9.js/_next/static/chunks/314-94a03ee0ef... https://www.happygang.org/_next/static/chunks/314-94a03ee0ef1275f9.js — 200 — 5.1 KiB — 578 ms — h2https://www.happygang.org/_next/static/chunks/app/(frontend)/page-ee010df99e2963c5.js/_next/static/chunks/app/(frontend)... https://www.happygang.org/_next/static/chunks/app/(frontend)/page-ee010df99e2963c5.js — 200 — 4.8 KiB — 482 ms — h2https://www.happygang.org/cms-api/media/file/band-big-hap638.jpg/cms-api/media/file/band-big-hap638... https://www.happygang.org/cms-api/media/file/band-big-hap638.jpg — 200 — 182.6 KiB — 606 ms — h2https://www.happygang.org/cms-api/media/file/band-emma.jpg/cms-api/media/file/band-emma.jpg https://www.happygang.org/cms-api/media/file/band-emma.jpg — 200 — 55.1 KiB — 601 ms — h2https://www.happygang.org/cms-api/media/file/band-kiddinx-hap638.jpg/cms-api/media/file/band-kiddinx-ha... https://www.happygang.org/cms-api/media/file/band-kiddinx-hap638.jpg — 200 — 152.6 KiB — 873 ms — h2https://www.happygang.org/cms-api/media/file/band-wero.jpg/cms-api/media/file/band-wero.jpg https://www.happygang.org/cms-api/media/file/band-wero.jpg — 200 — 143.3 KiB — 844 ms — h2https://www.happygang.org/cms-api/media/file/band-aqon.jpg/cms-api/media/file/band-aqon.jpg https://www.happygang.org/cms-api/media/file/band-aqon.jpg — 200 — 45.4 KiB — 659 ms — h2https://www.happygang.org/cms-api/media/file/band-polyas.jpg/cms-api/media/file/band-polyas.jpg https://www.happygang.org/cms-api/media/file/band-polyas.jpg — 200 — 232.1 KiB — 920 ms — h2https://www.happygang.org/cms-api/media/file/band-rtlzwei.jpg/cms-api/media/file/band-rtlzwei.jp... https://www.happygang.org/cms-api/media/file/band-rtlzwei.jpg — 200 — 72.3 KiB — 899 ms — h2https://www.happygang.org/cms-api/media/file/band-ruv-bkk.jpg/cms-api/media/file/band-ruv-bkk.jp... https://www.happygang.org/cms-api/media/file/band-ruv-bkk.jpg — 200 — 55.8 KiB — 901 ms — h2https://www.happygang.org/cms-api/media/file/band-galabau.jpg/cms-api/media/file/band-galabau.jp... https://www.happygang.org/cms-api/media/file/band-galabau.jpg — 200 — 110.7 KiB — 911 ms — h2https://www.happygang.org/cms-api/media/file/band-ruv-bkk-02.jpg/cms-api/media/file/band-ruv-bkk-02... https://www.happygang.org/cms-api/media/file/band-ruv-bkk-02.jpg — 200 — 231.9 KiB — 929 ms — h2https://www.happygang.org/cms-api/media/file/band-bvg-hap635.jpg/cms-api/media/file/band-bvg-hap635... https://www.happygang.org/cms-api/media/file/band-bvg-hap635.jpg — 200 — 38.6 KiB — 676 ms — h2https://www.happygang.org/cms-api/media/file/band-freche-freunde-frozen.jpg/cms-api/media/file/band-freche-fre... https://www.happygang.org/cms-api/media/file/band-freche-freunde-frozen.jpg — 200 — 58.5 KiB — 875 ms — h2https://www.happygang.org/cms-api/media/file/band-sky.jpg/cms-api/media/file/band-sky.jpg https://www.happygang.org/cms-api/media/file/band-sky.jpg — 200 — 94.3 KiB — 901 ms — h2https://www.happygang.org/cms-api/media/file/band-doctari.jpg/cms-api/media/file/band-doctari.jp... https://www.happygang.org/cms-api/media/file/band-doctari.jpg — 200 — 151.5 KiB — 842 ms — h2https://www.happygang.org/cms-api/media/file/band-jet-cut.jpg/cms-api/media/file/band-jet-cut.jp... https://www.happygang.org/cms-api/media/file/band-jet-cut.jpg — 200 — 69.5 KiB — 837 ms — h2https://www.happygang.org/cms-api/media/file/band-paramount-germany-shore.jpg/cms-api/media/file/band-paramount-... https://www.happygang.org/cms-api/media/file/band-paramount-germany-shore.jpg — 200 — 185.0 KiB — 863 ms — h2https://www.happygang.org/cms-api/media/file/band-klett-cotta-01-hap638.jpg/cms-api/media/file/band-klett-cott... https://www.happygang.org/cms-api/media/file/band-klett-cotta-01-hap638.jpg — 200 — 54.7 KiB — 659 ms — h2https://www.happygang.org/cms-api/media/file/band-paramount-jackass-forever.jpg/cms-api/media/file/band-paramount-... https://www.happygang.org/cms-api/media/file/band-paramount-jackass-forever.jpg — 200 — 183.0 KiB — 862 ms — h2https://www.happygang.org/cms-api/media/file/band-mio-mio.jpg/cms-api/media/file/band-mio-mio.jp... https://www.happygang.org/cms-api/media/file/band-mio-mio.jpg — 200 — 295.5 KiB — 926 ms — h2https://www.happygang.org/cms-api/media/file/band-paramount-sonic-3.jpg/cms-api/media/file/band-paramount-... https://www.happygang.org/cms-api/media/file/band-paramount-sonic-3.jpg — 200 — 156.6 KiB — 899 ms — h2https://www.happygang.org/cms-api/media/file/band-rei.jpg/cms-api/media/file/band-rei.jpg https://www.happygang.org/cms-api/media/file/band-rei.jpg — 200 — 41.9 KiB — 783 ms — h2https://www.happygang.org/cms-api/media/file/band-zasta.jpg/cms-api/media/file/band-zasta.jpg https://www.happygang.org/cms-api/media/file/band-zasta.jpg — 200 — 191.3 KiB — 913 ms — h2https://www.happygang.org/logos/happygang-logo.svg/logos/happygang-logo.svg https://www.happygang.org/logos/happygang-logo.svg — 200 — 96 B — 681 ms — h2data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='… — 200 — 0 B — 0 ms — datahttps://www.happygang.org/cms-api/media/file/tui.svg/cms-api/media/file/tui.svg https://www.happygang.org/cms-api/media/file/tui.svg — 200 — 2.7 KiB — 505 ms — h2https://www.happygang.org/cms-api/media/file/getraenke-hoffmann-white-tight.png/cms-api/media/file/getraenke-hoffm... https://www.happygang.org/cms-api/media/file/getraenke-hoffmann-white-tight.png — 200 — 24.4 KiB — 559 ms — h2https://www.happygang.org/cms-api/media/file/thalia-white-tight.png/cms-api/media/file/thalia-white-ti... https://www.happygang.org/cms-api/media/file/thalia-white-tight.png — 200 — 34.1 KiB — 537 ms — h2https://www.happygang.org/cms-api/media/file/social-strategy.webp/cms-api/media/file/social-strategy... https://www.happygang.org/cms-api/media/file/social-strategy.webp — 200 — 35.8 KiB — 547 ms — h2https://www.happygang.org/cms-api/media/file/content-creative.webp/cms-api/media/file/content-creativ... https://www.happygang.org/cms-api/media/file/content-creative.webp — 200 — 42.5 KiB — 560 ms — h2https://www.happygang.org/cms-api/media/file/creator-influencer.webp/cms-api/media/file/creator-influen... https://www.happygang.org/cms-api/media/file/creator-influencer.webp — 200 — 54.2 KiB — 556 ms — h2https://www.happygang.org/cms-api/media/file/channel-management.webp/cms-api/media/file/channel-managem... https://www.happygang.org/cms-api/media/file/channel-management.webp — 200 — 50.6 KiB — 547 ms — h2https://www.happygang.org/cms-api/media/file/paid-performance.webp/cms-api/media/file/paid-performanc... https://www.happygang.org/cms-api/media/file/paid-performance.webp — 200 — 32.1 KiB — 551 ms — h2https://www.happygang.org/cms-api/media/file/data-insights.webp/cms-api/media/file/data-insights.w... https://www.happygang.org/cms-api/media/file/data-insights.webp — 200 — 39.7 KiB — 551 ms — h2https://www.happygang.org/_next/static/media/inter-latin-opsz-normal.5678e9b0.woff2/_next/static/media/inter-latin-ops... https://www.happygang.org/_next/static/media/inter-latin-opsz-normal.5678e9b0.woff2 — 200 — 71.4 KiB — 565 ms — h2https://www.happygang.org/favicon.ico?ad569f7053aab62b/favicon.ico?ad569f7053aab62b https://www.happygang.org/favicon.ico?ad569f7053aab62b — 200 — 5.4 KiB — 166 ms — h2https://www.happygang.org/?_rsc=dHFYKFHc_adaLHHL/?_rsc=dHFYKFHc_adaLHHL https://www.happygang.org/?_rsc=dHFYKFHc_adaLHHL — 200 — 25.7 KiB — 3.0 s — h2https://www.happygang.org/cms-api/media/file/band-thalia-hap638.mp4/cms-api/media/file/band-thalia-hap... https://www.happygang.org/cms-api/media/file/band-thalia-hap638.mp4 — 206 — 1.8 MiB — 2.8 s — h2https://www.happygang.org/cms-api/media/file/band-getraenke-hoffmann-hap638.mp4/cms-api/media/file/band-getraenke-... https://www.happygang.org/cms-api/media/file/band-getraenke-hoffmann-hap638.mp4 — 206 — 940.6 KiB — 2.5 s — h2https://www.happygang.org/cms-api/media/file/band-tui.mp4/cms-api/media/file/band-tui.mp4 https://www.happygang.org/cms-api/media/file/band-tui.mp4 — 206 — 251.9 KiB — 530 ms — h2https://www.happygang.org/cms-api/media/file/band-tibber.mp4/cms-api/media/file/band-tibber.mp4 https://www.happygang.org/cms-api/media/file/band-tibber.mp4 — 206 — 717.8 KiB — 3.4 s — h2https://www.happygang.org/cms-api/media/file/tibber-white-tight.png/cms-api/media/file/tibber-white-ti... https://www.happygang.org/cms-api/media/file/tibber-white-tight.png — 200 — 17.9 KiB — 3.4 s — h2https://www.happygang.org/cms-api/media/file/band-offset.mp4/cms-api/media/file/band-offset.mp4 https://www.happygang.org/cms-api/media/file/band-offset.mp4 — 206 — 231.6 KiB — 890 ms — h2https://www.happygang.org/cms-api/media/file/offset-nutrition.png/cms-api/media/file/offset-nutritio... https://www.happygang.org/cms-api/media/file/offset-nutrition.png — 200 — 66.5 KiB — 940 ms — h2https://www.happygang.org/cms-api/media/file/band-big-hap638.mp4/cms-api/media/file/band-big-hap638... https://www.happygang.org/cms-api/media/file/band-big-hap638.mp4 — 206 — 2.3 MiB — 166 ms — h2https://www.happygang.org/cms-api/media/file/big-toys-official-white.svg/cms-api/media/file/big-toys-offici... https://www.happygang.org/cms-api/media/file/big-toys-official-white.svg — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-05 — 2026-08-01)

LCP (p75)

1463 ms

91% good

INP (p75)

0 ms

0% good

CLS (p75)

0.010

96% good

FCP (p75)

899 ms

TTFB (p75)

0 ms

Image Optimization
200 images, 7238 KB total, 3385 KB wasted
INFO

Image Optimization Audit

Total Images

200

Total Size

7238 KB

Oversized

36

Wasted

3385 KB

181 missing dimensions 1 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