Skip to content
https://tepanti.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
4
PASS
17
INFO
2

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

74
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.
96
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.

842 ms

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

17.18 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.12 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.

17.18 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
17 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 20 requests
FIX
4.2 MB transferred, 20 requests
Critical::
Page weighs 4.2 MB (4.2 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Info::
20 HTTP requests
Info::
Estimated 0.87 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
20 requests
0.87 g CO2 per page load
Images 4.1 MiB 100%
HTML 8.8 KiB 0%
CSS 5.1 KiB 0%
Other 1.3 KiB 0%
JavaScript 528 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

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
Image Optimization
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Info::
All images are well-optimized
15 images 4.1 MB
0 oversized -0 KB
15 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
614ms total JS execution
REVIEW
614ms total JS execution
Warning::
Unattributable: 334ms CPU time
Warning::
https://tepanti.com/: 279ms CPU time

Main Thread Breakdown

Other 59% Style & Layout 27% Script Evaluation 6% Rendering 5%
ScriptTotalScriptingParse/CompileParty
Unattributable334ms6ms0ms1st
https://tepanti.com/279ms28ms3ms1st
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
20 resources · 4.2 MB · 0 KB savings available
REVIEW
20 resources · 4.2 MB · 0 KB savings available
Warning::
Page weight 4.2 MB exceeds 1 MB target by 3.2 MB
Got: 4.2 MB Expected: ≤ 1 MB
Info::
3 resources over 200KB
20 resources · 4.2 MiB · 0 third-party 3.2 MiB over 1MB target
Image 100% · 4.1 MiB
Document 0% · 10.1 KiB
CSS 0% · 5.1 KiB
JavaScript 0% · 528 B
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
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+
JS Bundles
1 scripts, 0 KB unused
PASS
1 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tepanti.com/assets/js/home.js1 KB1st
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 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+
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
1 JS blocking issue(s) detected
PASS
1 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.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues 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: Hetzner Online GmbH

Network Waterfall
20 requests over 446ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 842 ms LCP 17.2 shttps://tepanti.com// https://tepanti.com/ — 200 — 8.8 KiB — 101 ms — h2https://tepanti.com/assets/css/style.css/assets/css/style.css https://tepanti.com/assets/css/style.css — 200 — 3.5 KiB — 37 ms — h2https://tepanti.com/assets/css/home.css/assets/css/home.css https://tepanti.com/assets/css/home.css — 200 — 1.6 KiB — 43 ms — h2https://tepanti.com/assets/images/banners/men.jpg/assets/images/banners/men.jpg https://tepanti.com/assets/images/banners/men.jpg — 200 — 1.2 MiB — 278 ms — h2https://tepanti.com/assets/images/banners/women.jpg/assets/images/banners/women.jpg https://tepanti.com/assets/images/banners/women.jpg — 200 — 1.5 MiB — 259 ms — h2https://tepanti.com/assets/js/home.js/assets/js/home.js https://tepanti.com/assets/js/home.js — 200 — 528 B — 39 ms — h2https://tepanti.com/assets/images/categories/category_2cd53b8c40913f0db6b2217ce86c02b3.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_2cd53b8c40913f0db6b2217ce86c02b3.jpg — 200 — 192.0 KiB — 197 ms — h3https://tepanti.com/assets/images/categories/category_d0b9de2d5515a970833d7dfbcb243f75.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_d0b9de2d5515a970833d7dfbcb243f75.jpg — 200 — 150.0 KiB — 196 ms — h3https://tepanti.com/assets/images/categories/category_29f90d8407de0d58c0870730f4577f02.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_29f90d8407de0d58c0870730f4577f02.jpg — 200 — 90.4 KiB — 176 ms — h3https://tepanti.com/assets/images/categories/category_f551b08b2006a1699268970e1351332f.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_f551b08b2006a1699268970e1351332f.jpg — 200 — 69.1 KiB — 168 ms — h3https://tepanti.com/assets/images/categories/category_08b238095cbe234ff8b44fb29cf20316.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_08b238095cbe234ff8b44fb29cf20316.jpg — 200 — 223.1 KiB — 198 ms — h3https://tepanti.com/assets/images/categories/category_ca6f4f9eaa7385158c796bf022c2f7af.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_ca6f4f9eaa7385158c796bf022c2f7af.jpg — 200 — 87.9 KiB — 183 ms — h3https://tepanti.com/assets/images/categories/category_8f270e9ff071f30ed23e0a1ec6456404.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_8f270e9ff071f30ed23e0a1ec6456404.jpg — 200 — 47.4 KiB — 159 ms — h3https://tepanti.com/assets/images/categories/category_655b48a5aecadf38607d2975cbfc31ab.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_655b48a5aecadf38607d2975cbfc31ab.jpg — 200 — 53.8 KiB — 170 ms — h3https://tepanti.com/assets/images/categories/category_3f4c31257f1d8b24eb4c21d3d4b18372.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_3f4c31257f1d8b24eb4c21d3d4b18372.jpg — 200 — 148.9 KiB — 195 ms — h3https://tepanti.com/assets/images/categories/category_42f74bb01bb3f5f90f24b1460d7ee473.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_42f74bb01bb3f5f90f24b1460d7ee473.jpg — 200 — 69.6 KiB — 168 ms — h3https://tepanti.com/assets/images/categories/category_411566a81545f86b05cefd780a9b19e2.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_411566a81545f86b05cefd780a9b19e2.jpg — 200 — 70.5 KiB — 174 ms — h3https://tepanti.com/assets/images/categories/category_623a601ff690a327529b4ec4094ff812.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_623a601ff690a327529b4ec4094ff812.jpg — 200 — 125.6 KiB — 193 ms — h3https://tepanti.com/assets/images/categories/category_3174273cd335775604bfa835122d778c.jpg/assets/images/categories/category_... https://tepanti.com/assets/images/categories/category_3174273cd335775604bfa835122d778c.jpg — 200 — 93.3 KiB — 197 ms — h3https://tepanti.com/favicon.ico/favicon.ico https://tepanti.com/favicon.ico — 404 — 1.3 KiB — 32 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
15 images, 3728 KB total, 825 KB wasted
INFO

Image Optimization Audit

Total Images

15

Total Size

3728 KB

Oversized

8

Wasted

825 KB

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

Send Feedback