Skip to content
https://evilempire.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
7
PASS
15
INFO
2

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

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

1.23 s

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

2.73 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.175

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

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

2.73 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
15 PASS 7 REVIEW 1 FIX
D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.5 MB transferred, 26 requests
REVIEW
1.5 MB transferred, 26 requests
Info::
Page weighs 1.5 MB (1.5 MB transferred)
Info::
Fonts are 481 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 481 KB
Info::
26 HTTP requests
Info::
Estimated 0.32 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
26 requests
0.32 g CO2 per page load
Images 928.5 KiB 59%
Fonts 481.3 KiB 31%
CSS 78.6 KiB 5%
JavaScript 67.3 KiB 4%
HTML 4.2 KiB 0%
Other 2.9 KiB 0%
Other 106 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

C
Image Optimization
Action
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Warning::
https://evilempire.com/img/games/dead-cells-the-qu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/games/dead-cells-fatal-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/logo_full.47852629ec4e0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/games/the-rogue-pop/thu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/games/brotato/thumbnail... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/games/dead-cells-return... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/logo_hu_cd61e4958e0ce05... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://evilempire.com/img/games/dead-cells-the-ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
15 images 929 KB
0 oversized -0 KB
15 legacy format
8 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

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

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

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

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
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
26 resources · 1.5 MB · 38 KB savings available
REVIEW
26 resources · 1.5 MB · 38 KB savings available
Warning::
Page weight 1.5 MB exceeds 1 MB target by 539 KB
Got: 1.5 MB Expected: ≤ 1 MB
Info::
2 third-party resources (4% of weight)
Info::
1 resources over 200KB
26 resources · 1.5 MiB · 2 third-party 538.9 KiB over 1MB target
Image 60% · 931.4 KiB
Font 31% · 481.3 KiB
CSS 5% · 78.6 KiB
JavaScript 4% · 67.3 KiB
Document 0% · 4.2 KiB
Other 0% · 106 B

~37.6 KiB of savings available

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

Green Hosting

No green hosting detected

A+
Third-Party Impact
4% third-party, 0 ms blocking
PASS
4% third-party, 0 ms blocking
Info::
Third-party code accounts for 4% of page weight (66.7 KiB of 1.5 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
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+
JS Execution Cost
424ms total JS execution
PASS
424ms total JS execution
Info::
Unattributable: 224ms CPU time
Info::
https://evilempire.com/: 200ms CPU time

Main Thread Breakdown

Other 51% Style & Layout 24% Script Evaluation 12% Rendering 7% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable224ms13ms0ms1st
https://evilempire.com/200ms9ms2ms1st
A+
Font Loading
4 fonts (481 KB)
PASS
4 fonts (481 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

481 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.7 shttps://evilempire.com/vendor/fontawesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://evilempire.com/vendor/fontawesome/webfonts/fa-brands-400.woff2 — 99.3 KiB — 53 ms — font-display: swaphttps://evilempire.com/fonts/PassionOne-Bold.ttfPassionOne-Bold.ttf https://evilempire.com/fonts/PassionOne-Bold.ttf — 22.7 KiB — 53 ms — font-display: swaphttps://evilempire.com/fonts/Inter_18pt-Light.ttfInter_18pt-Light.ttf https://evilempire.com/fonts/Inter_18pt-Light.ttf — 336.4 KiB — 102 ms — font-display: swaphttps://evilempire.com/fonts/PassionOne-Regular.ttfPassionOne-Regular.ttf https://evilempire.com/fonts/PassionOne-Regular.ttf — 22.9 KiB — 60 ms — font-display: swap
fa-brands-400.woff2 woff2 swap
Size 99 KB
Load time 53 ms
Start 233 ms
Risk FOUT — text flashes from fallback to web font
PassionOne-Bold.ttf ttf swap
Size 23 KB
Load time 53 ms
Start 234 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Inter_18pt-Light.ttf ttf swap
Size 336 KB
Load time 102 ms
Start 234 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
PassionOne-Regular.ttf ttf swap
Size 23 KB
Load time 60 ms
Start 241 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~283 KB and ~566 ms

A+
JS Bundles
2 scripts, 38 KB unused
PASS
2 scripts, 38 KB unused
Warning::
https://matomo.evilempire.fr/matomo.js: 38 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 38 KB
38 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://matomo.evilempire.fr/matomo.js67 KB38 KB (57%)3rd
https://evilempire.com/js/app.min.234e70ba9eff43022af5e9c0a66e3330c11c6bad6e07b27b5467ce0ca4ba04e7.js1 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

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+
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+
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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
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
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
26 requests over 622ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.7 shttps://evilempire.com// https://evilempire.com/ — 200 — 4.2 KiB — 74 ms — h2https://evilempire.com/vendor/fontawesome/css/all.min.css/vendor/fontawesome/css/all.min.css https://evilempire.com/vendor/fontawesome/css/all.min.css — 200 — 73.0 KiB — 110 ms — h2https://evilempire.com/css/app.min.3fede35c5915091613eae5f4b2236d7ae31391666f7890cff27bc6d35552f990.css/css/app.min.3fede35c5915091613eae5... https://evilempire.com/css/app.min.3fede35c5915091613eae5f4b2236d7ae31391666f7890cff27bc6d35552f990.css — 200 — 5.6 KiB — 110 ms — h2https://evilempire.com/img/logo_hu_cd61e4958e0ce057.b6bbed0a10515fe7ee43e367ee303b7ef4c32182eb0b118729811bb09c389f70.png/img/logo_hu_cd61e4958e0ce057.b6bbe... https://evilempire.com/img/logo_hu_cd61e4958e0ce057.b6bbed0a10515fe7ee43e367ee303b7ef4c32182eb0b118729811bb09c389f70.png — 200 — 9.9 KiB — 110 ms — h2https://evilempire.com/img/logo_full.47852629ec4e0dd01930112d165ff750991297439e71bbd7970e1d333841f870.png/img/logo_full.47852629ec4e0dd01930... https://evilempire.com/img/logo_full.47852629ec4e0dd01930112d165ff750991297439e71bbd7970e1d333841f870.png — 200 — 47.5 KiB — 126 ms — h2https://evilempire.com/img/games/the-rogue-pop/thumbnail.19b7f579a925c62afb327f6c03aa27511bbbdc136f874a6637f8c86138c1bd0e.jpg/img/games/the-rogue-pop/thumbnail.... https://evilempire.com/img/games/the-rogue-pop/thumbnail.19b7f579a925c62afb327f6c03aa27511bbbdc136f874a6637f8c86138c1bd0e.jpg — 200 — 77.8 KiB — 135 ms — h2https://evilempire.com/img/games/brotato/thumbnail.a5d74bd8dd1a4bde0614e36a0b6572195c8f42df4fdc6d023209cd4910b7c2d6.jpg/img/games/brotato/thumbnail.a5d74b... https://evilempire.com/img/games/brotato/thumbnail.a5d74bd8dd1a4bde0614e36a0b6572195c8f42df4fdc6d023209cd4910b7c2d6.jpg — 200 — 43.7 KiB — 146 ms — h2https://evilempire.com/img/games/dead-cells-return-to-castlevania/thumbnail.e920a83ee8d35d14a621978c2c7b37f3980f307d3d42adf1b3a5c86f1b9eec74.jpg/img/games/dead-cells-return-to-cas... https://evilempire.com/img/games/dead-cells-return-to-castlevania/thumbnail.e920a83ee8d35d14a621978c2c7b37f3980f307d3d42adf1b3a5c86f1b9eec74.jpg — 200 — 122.3 KiB — 168 ms — h2https://evilempire.com/img/games/dead-cells-the-queen-and-the-sea/thumbnail.0d6bfd2294c1bb45ecaa64ecc7cde70c7c43a40d9cd3829c58cc7e66ade6d2bf.jpg/img/games/dead-cells-the-queen-and... https://evilempire.com/img/games/dead-cells-the-queen-and-the-sea/thumbnail.0d6bfd2294c1bb45ecaa64ecc7cde70c7c43a40d9cd3829c58cc7e66ade6d2bf.jpg — 200 — 66.6 KiB — 175 ms — h2https://evilempire.com/img/games/dead-cells-fatal-falls/thumbnail.6258bcb78c75bbfc0fef9d552557f40c72aeb768cbb28777e8727e30df7c1ceb.jpg/img/games/dead-cells-fatal-falls/t... https://evilempire.com/img/games/dead-cells-fatal-falls/thumbnail.6258bcb78c75bbfc0fef9d552557f40c72aeb768cbb28777e8727e30df7c1ceb.jpg — 200 — 51.7 KiB — 174 ms — h2https://evilempire.com/img/games/dead-cells-the-bad-seed/thumbnail.d57dbb1653eaa5acb64e6a460bb133f1c57f58dc472f62157167aae16fce146c.jpg/img/games/dead-cells-the-bad-seed/... https://evilempire.com/img/games/dead-cells-the-bad-seed/thumbnail.d57dbb1653eaa5acb64e6a460bb133f1c57f58dc472f62157167aae16fce146c.jpg — 200 — 73.2 KiB — 205 ms — h2https://evilempire.com/js/app.min.234e70ba9eff43022af5e9c0a66e3330c11c6bad6e07b27b5467ce0ca4ba04e7.js/js/app.min.234e70ba9eff43022af5e9c... https://evilempire.com/js/app.min.234e70ba9eff43022af5e9c0a66e3330c11c6bad6e07b27b5467ce0ca4ba04e7.js — 200 — 671 B — 205 ms — h2https://evilempire.com/img/games/the-rogue-pop/thumbnail.jpg/img/games/the-rogue-pop/thumbnail.... https://evilempire.com/img/games/the-rogue-pop/thumbnail.jpg — 200 — 77.8 KiB — 94 ms — h2https://evilempire.com/img/evilboy_yellow.png/img/evilboy_yellow.png https://evilempire.com/img/evilboy_yellow.png — 404 — 548 B — 97 ms — h2https://evilempire.com/img/games/brotato/thumbnail.jpg/img/games/brotato/thumbnail.jpg https://evilempire.com/img/games/brotato/thumbnail.jpg — 200 — 43.7 KiB — 104 ms — h2https://evilempire.com/img/games/dead-cells-return-to-castlevania/thumbnail.jpg/img/games/dead-cells-return-to-cas... https://evilempire.com/img/games/dead-cells-return-to-castlevania/thumbnail.jpg — 200 — 122.3 KiB — 110 ms — h2https://evilempire.com/img/games/dead-cells-the-queen-and-the-sea/thumbnail.jpg/img/games/dead-cells-the-queen-and... https://evilempire.com/img/games/dead-cells-the-queen-and-the-sea/thumbnail.jpg — 200 — 66.6 KiB — 119 ms — h2https://evilempire.com/img/games/dead-cells-fatal-falls/thumbnail.jpg/img/games/dead-cells-fatal-falls/t... https://evilempire.com/img/games/dead-cells-fatal-falls/thumbnail.jpg — 200 — 51.7 KiB — 122 ms — h2https://evilempire.com/img/games/dead-cells-the-bad-seed/thumbnail.jpg/img/games/dead-cells-the-bad-seed/... https://evilempire.com/img/games/dead-cells-the-bad-seed/thumbnail.jpg — 200 — 73.2 KiB — 123 ms — h2https://evilempire.com/vendor/fontawesome/webfonts/fa-brands-400.woff2/vendor/fontawesome/webfonts/fa-bra... https://evilempire.com/vendor/fontawesome/webfonts/fa-brands-400.woff2 — 200 — 99.3 KiB — 53 ms — h2https://evilempire.com/fonts/PassionOne-Bold.ttf/fonts/PassionOne-Bold.ttf https://evilempire.com/fonts/PassionOne-Bold.ttf — 200 — 22.7 KiB — 53 ms — h2https://evilempire.com/fonts/Inter_18pt-Light.ttf/fonts/Inter_18pt-Light.ttf https://evilempire.com/fonts/Inter_18pt-Light.ttf — 200 — 336.4 KiB — 102 ms — h2https://evilempire.com/fonts/PassionOne-Regular.ttf/fonts/PassionOne-Regular.ttf https://evilempire.com/fonts/PassionOne-Regular.ttf — 200 — 22.9 KiB — 60 ms — h2https://matomo.evilempire.fr/matomo.jsmatomo.evilempire.fr/matomo.js https://matomo.evilempire.fr/matomo.js — 200 — 66.6 KiB — 152 ms — h2https://matomo.evilempire.fr/matomo.php?action_name=EVIL%20EMPIRE&idsite=4&rec=1&r=244561&h=18&m=42&s=20&url=https%3A%2F%2Fevilempire.com%2F&_id=970abc3a1e61c64b&_idn=1&send_image=0&_refts=0&pv_id=6VTiOF&pf_net=54&pf_srv=20&pf_tfr=2&pf_dm1=165&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not%3BA%3DBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22150.0.7871.181%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823matomo.evilempire.fr/matomo.php?act... https://matomo.evilempire.fr/matomo.php?action_name=EVIL%20EMPIRE&idsite=4&rec=1&r=244561&h=18&m=42&s=20&url=https%3A%2F%2Fevilempire.com%2F&_id=970abc3a1e61c64b&_idn=1&send_image=0&_refts=0&pv_id=6VTiOF&pf_net=54&pf_srv=20&pf_tfr=2&pf_dm1=165&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not%3BA%3DBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22150.0.7871.181%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 106 B — 214 ms — h2https://evilempire.com/img/evilempire-favico-32x32.d083a0bc6cb094fc62f580047bb3cdb60cbdd70fb33dc2db4115ed7e6bebc7cf.png/img/evilempire-favico-32x32.d083a0... https://evilempire.com/img/evilempire-favico-32x32.d083a0bc6cb094fc62f580047bb3cdb60cbdd70fb33dc2db4115ed7e6bebc7cf.png — 200 — 2.9 KiB — 20 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
8 images, 490 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

490 KB

8 missing dimensions 6 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