Skip to content
https://auftrab.app

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
2
REVIEW
3
PASS
18
INFO
2

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

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

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

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

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

3.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
25
18 PASS 3 REVIEW 2 FIX
D
Third-Party Impact
Action
98% third-party, 0 ms blocking
FIX
98% third-party, 0 ms blocking
Warning::
Third-party code accounts for 98% of page weight (136.2 KiB of 139.4 KiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
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: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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.
A+
Page Weight Budget
139 KB transferred, 10 requests
PASS
139 KB transferred, 10 requests
Info::
Page weighs 495 KB (139 KB transferred)
Info::
10 HTTP requests
Info::
Estimated 0.03 g CO2 per page load
139 KB / 2.4 MB budget
139 KB transferred
10 requests
0.03 g CO2 per page load
JavaScript 54.3 KiB 39%
Fonts 42.0 KiB 30%
CSS 40.0 KiB 29%
HTML 2.6 KiB 2%
Other 508 B 0%
0 2.4 MB 4.9 MB
Under budget
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+
Image Optimization
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
149ms total JS execution
PASS
149ms total JS execution
Info::
Unattributable: 80ms CPU time
Info::
https://auftrab.app/: 69ms CPU time
Warning::
Third-party scripts: 80ms (54% of total)

Main Thread Breakdown

Other 43% Script Evaluation 22% Style & Layout 20% Parse HTML & CSS 9% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
Unattributable80ms5ms0ms3rd
https://auftrab.app/69ms3ms1ms1st
A+
Font Loading
1 fonts (42 KB)
PASS
1 fonts (42 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

42 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 1.0 s 2.0 s 3.0 s FCP 2.9 s LCP 3.0 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 82 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 82 ms
Start 349 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+
JS Bundles
3 scripts, 23 KB unused
PASS
3 scripts, 23 KB unused
Warning::
https://code.jquery.com/jquery-3.7.1.min.js: 23 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 23 KB
23 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://code.jquery.com/jquery-3.7.1.min.js30 KB23 KB (76%)3rd
https://res.auftrab.app/static/bootstrap/js/bootstrap.min.js24 KB3rd
https://res.auftrab.app/static/js/services/PasswordToggle.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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+
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: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
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
Page Weight Inventory
10 resources · 139 KB · 23 KB savings available
PASS
10 resources · 139 KB · 23 KB savings available
Info::
Within 1MB page-weight target
Got: 139 KB
Warning::
8 third-party resources (98% of weight)
10 resources · 139.4 KiB · 8 third-party Within 1MB page-weight target
JavaScript 39% · 54.3 KiB
Font 30% · 42.0 KiB
CSS 29% · 40.0 KiB
Document 2% · 2.6 KiB
Image 0% · 508 B

~22.5 KiB of savings available

Remove unused JavaScript: 22.5 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+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
4 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: netcup GmbH

Network Waterfall
10 requests over 474ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.9 s LCP 3.0 shttps://auftrab.app// https://auftrab.app/ — 200 — 2.6 KiB — 112 ms — http/1.1https://res.auftrab.app/static/bootstrap/css/bootstrap.min.cssres.auftrab.app/static/bootstrap/cs... https://res.auftrab.app/static/bootstrap/css/bootstrap.min.css — 200 — 28.4 KiB — 192 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700&display=swap — 200 — 2.3 KiB — 164 ms — h2https://res.auftrab.app/static/css/styles.cssres.auftrab.app/static/css/styles.c... https://res.auftrab.app/static/css/styles.css — 200 — 1.7 KiB — 156 ms — http/1.1https://res.auftrab.app/static/css/main.cssres.auftrab.app/static/css/main.css https://res.auftrab.app/static/css/main.css — 200 — 7.6 KiB — 159 ms — http/1.1https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 30.0 KiB — 35 ms — h2https://res.auftrab.app/static/bootstrap/js/bootstrap.min.jsres.auftrab.app/static/bootstrap/js... https://res.auftrab.app/static/bootstrap/js/bootstrap.min.js — 200 — 23.6 KiB — 187 ms — http/1.1https://res.auftrab.app/static/js/services/PasswordToggle.jsres.auftrab.app/static/js/services/... https://res.auftrab.app/static/js/services/PasswordToggle.js — 200 — 715 B — 157 ms — http/1.1https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 82 ms — h3https://auftrab.app/favicon.ico/favicon.ico https://auftrab.app/favicon.ico — 200 — 508 B — 36 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
54% of JavaScript execution is third-party
First-party Third-party 80ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 80ms
Transfer 0 KB
Monthly Cost €1/mo

54% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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