Skip to content
https://iacesport.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
5
PASS
14
INFO
3

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

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

846 ms

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

0 ms

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

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

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

0 ms

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
23
14 PASS 5 REVIEW 1 FIX
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, max-age=0
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

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

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
B
Image Optimization
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://iacesport.com/wp-content/uploads/2025/11/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHsA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iacesport.com/wp-content/uploads/2023/12/%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iacesport.com/wp-content/uploads/2025/11/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iacesport.com/wp-content/uploads/2025/11/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 505 KB
0 oversized -0 KB
1 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
JS Execution Cost
963ms total JS execution
REVIEW
963ms total JS execution
Warning::
https://iacesport.com/: 878ms CPU time
Info::
Unattributable: 85ms CPU time

Main Thread Breakdown

Style & Layout 62% Other 19% Parse HTML & CSS 8% Script Evaluation 6% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://iacesport.com/878ms51ms3ms1st
Unattributable85ms2ms0ms1st
B
Document Compression
Document response uses gzip; brotli would be ~20% smaller
REVIEW
Document 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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
786 KB transferred, 29 requests
PASS
786 KB transferred, 29 requests
Info::
Page weighs 2.0 MB (786 KB transferred)
Info::
29 HTTP requests
Info::
Estimated 0.16 g CO2 per page load
786 KB / 2.4 MB budget
786 KB transferred
29 requests
0.16 g CO2 per page load
Images 505.0 KiB 64%
HTML 185.3 KiB 24%
Fonts 89.7 KiB 11%
CSS 3.7 KiB 0%
Other 2.1 KiB 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
11% third-party, 0 ms blocking
PASS
11% third-party, 0 ms blocking
Info::
Third-party code accounts for 11% of page weight (90.1 KiB of 785.9 KiB)
Info::
Third-party blocking time is low (0 ms)
89%
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
9 fonts (90 KB)
PASS
9 fonts (90 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

90 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 846 mshttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2pxiEyp8kv8JHgFVrJJfecg.... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2 — 7.7 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2pxiByp8kv8JHgFVrLEj6Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2 — 7.8 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2 — 7.7 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2 — 26.7 KiB — 56 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2pxiByp8kv8JHgFVrLDD4Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2 — 7.7 KiB — 38 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2pxiDyp8kv8JHgFVrJJLm111... https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2 — 8.5 KiB — 35 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2pxiByp8kv8JHgFVrLGT9Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2 — 7.6 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2pxiDyp8kv8JHgFVrJJLmr19... https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2 — 8.5 KiB — 51 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2pxiByp8kv8JHgFVrLBT5Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2 — 7.5 KiB — 46 ms — font-display: swap
pxiEyp8kv8JHgFVrJJfecg.... woff2 swap
Size 8 KB
Load time 10 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLEj6Z1x... woff2 swap
Size 8 KB
Load time 30 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 44 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 56 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLDD4Z1x... woff2 swap
Size 8 KB
Load time 38 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiDyp8kv8JHgFVrJJLm111... woff2 swap
Size 9 KB
Load time 35 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLGT9Z1x... woff2 swap
Size 8 KB
Load time 54 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiDyp8kv8JHgFVrJJLmr19... woff2 swap
Size 9 KB
Load time 51 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLBT5Z1x... woff2 swap
Size 7 KB
Load time 46 ms
Start 1.3 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
No JavaScript
PASS
No JavaScript
Info::
No JavaScript bundles
No JavaScript files loaded.
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+
Asset Compression
All 1 asset host use brotli
PASS
All 1 asset host use brotli
Info::
www.googletagmanager.com serves assets with brotli (assets: 4)
Got: www.googletagmanager.com (application/javascript)
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, max-age=0
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+
Page Weight Inventory
29 resources · 786 KB · 0 KB savings available
PASS
29 resources · 786 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 786 KB
Info::
21 third-party resources (11% of weight)
29 resources · 785.9 KiB · 21 third-party Within 1MB page-weight target
Image 65% · 507.1 KiB
Document 24% · 185.3 KiB
Font 11% · 89.7 KiB
CSS 0% · 3.7 KiB
Network Waterfall
29 requests over 3109ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 846 mshttps://iacesport.com// https://iacesport.com/ — 200 — 185.3 KiB — 901 ms — h2https://iacesport.com/wp-content/uploads/2026/09/2387643633-scaled-6.jpg/wp-content/uploads/2026/09/2387643... https://iacesport.com/wp-content/uploads/2026/09/2387643633-scaled-6.jpg — 200 — 159.2 KiB — 485 ms — h2https://iacesport.com/?seraph_accel_gp=1790069777_0_css/?seraph_accel_gp=1790069777_0_css https://iacesport.com/?seraph_accel_gp=1790069777_0_css — 200 — 3.7 KiB — 267 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAPP…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAPP… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHwAAAXSCAYAAABq6fgFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAaC…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHwAAAXSCAYAAABq6fgFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAaC… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIEAAAXNCAYAAAB9209iAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAaE…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIEAAAXNCAYAAAB9209iAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAaE… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHcAAAXHCAYAAADBEpDaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZv…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHcAAAXHCAYAAADBEpDaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZv… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHsAAAXNCAYAAAB6tVMyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZ7…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHsAAAXNCAYAAAB6tVMyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZ7… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA6CAYAAAAKhWRHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABR…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA6CAYAAAAKhWRHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABR… — 200 — 404 B — 10 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIAAAXrCAYAAABgt5OiAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAa+…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIAAAXrCAYAAABgt5OiAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAa+… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIAAAXjCAYAAACM5BHPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAa1…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIAAAXjCAYAAACM5BHPAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAa1… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJEAAAXeCAYAAADfN76/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAau…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJEAAAXeCAYAAADfN76/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAau… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGO…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGO… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgCAYAAADbcAZoAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJy…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgCAYAAADbcAZoAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJy… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgA… — 200 — 0 B — 0 ms — datahttps://iacesport.com/wp-content/uploads/2023/12/%E6%9C%80%E6%96%B02.png/wp-content/uploads/2023/12/%E6%9C%... https://iacesport.com/wp-content/uploads/2023/12/%E6%9C%80%E6%96%B02.png — 200 — 3.2 KiB — 478 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2 — 200 — 7.7 KiB — 10 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2 — 200 — 7.8 KiB — 30 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2 — 200 — 7.7 KiB — 44 ms — h3https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2 — 200 — 26.7 KiB — 56 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2 — 200 — 7.7 KiB — 38 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2 — 200 — 8.5 KiB — 35 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2 — 200 — 7.6 KiB — 54 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2 — 200 — 8.5 KiB — 51 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2 — 200 — 7.5 KiB — 46 ms — h3https://iacesport.com/wp-content/uploads/2023/12/%E7%BD%91%E7%AB%99%E7%90%83logo.png/wp-content/uploads/2023/12/%E7%BD%... https://iacesport.com/wp-content/uploads/2023/12/%E7%BD%91%E7%AB%99%E7%90%83logo.png — 200 — 2.1 KiB — 476 ms — h3https://iacesport.com/wp-content/uploads/2025/11/IMG_7966.jpg/wp-content/uploads/2025/11/IMG_796... https://iacesport.com/wp-content/uploads/2025/11/IMG_7966.jpg — 200 — 167.5 KiB — 1.5 s — h3https://iacesport.com/wp-content/uploads/2025/11/IMG_7967.jpg/wp-content/uploads/2025/11/IMG_796... https://iacesport.com/wp-content/uploads/2025/11/IMG_7967.jpg — 200 — 113.6 KiB — 1.3 s — h3https://iacesport.com/wp-content/uploads/2025/11/IMG_7968.jpg/wp-content/uploads/2025/11/IMG_796... https://iacesport.com/wp-content/uploads/2025/11/IMG_7968.jpg — 200 — 61.0 KiB — 1.0 s — h3
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-08-24 — 2026-09-20)

LCP (p75)

0 ms

0% good

INP (p75)

82 ms

93% good

CLS (p75)

0.020

88% good

FCP (p75)

2784 ms

TTFB (p75)

2397 ms

Image Optimization
154 images, 95 KB total, 91 KB wasted
INFO

Image Optimization Audit

Total Images

154

Total Size

95 KB

Oversized

1

Wasted

91 KB

116 missing dimensions 115 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