Skip to content
https://iconictap.com

Performance

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

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

54
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.
75
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.

3.76 s

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.

327 ms

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

0.001

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

7.07 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

526 ms
1.1 s
1.6 s
2.1 s
2.6 s
3.2 s
3.7 s
4.2 s
Checks
26
13 PASS 8 REVIEW 3 FIX
F
Page Weight Budget
Action
10.5 MB transferred, 87 requests
FIX
10.5 MB transferred, 87 requests
Critical::
Page weighs 12.3 MB (10.5 MB transferred)
Warning::
Images are 9.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 9.1 MB
Info::
Fonts are 284 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 284 KB
Info::
87 HTTP requests
Info::
Estimated 2.2 g CO2 per page load
10.5 MB / 2.4 MB budget
10.5 MB transferred
87 requests
2.2 g CO2 per page load
Images 9.1 MiB 86%
Other 591.9 KiB 6%
JavaScript 428.0 KiB 4%
Fonts 284.2 KiB 3%
CSS 146.3 KiB 1%
Other 12.2 KiB 0%
HTML 8.4 KiB 0%
Other 1.9 KiB 0%
Other 0 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

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

D
JS Execution Cost
Action
2970ms total JS execution
FIX
2970ms total JS execution
Warning::
https://iconictap.com/: 1528ms CPU time
Warning::
Unattributable: 676ms CPU time
Warning::
https://iconictap.com/chunk-S2XKEO7B.js: 315ms CPU time
Warning::
https://iconictap.com/polyfills-JUTM3XWE.js: 283ms CPU time
Info::
https://iconictap.com/chunk-IQM6WB4M.js: 112ms CPU time

Main Thread Breakdown

Other 47% Script Evaluation 24% Style & Layout 18% Rendering 8%
ScriptTotalScriptingParse/CompileParty
https://iconictap.com/1528ms195ms1ms1st
Unattributable676ms97ms0ms1st
https://iconictap.com/chunk-S2XKEO7B.js315ms292ms0ms1st
https://iconictap.com/polyfills-JUTM3XWE.js283ms154ms0ms1st
https://iconictap.com/chunk-IQM6WB4M.js112ms0ms0ms1st
https://iconictap.com/styles-YOGIZS4T.css55ms0ms0ms1st
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.

C
Image Optimization
Action
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://iconictap.com/assets/img/icons/work-icon1.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/icons/work-icon2.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/icons/work-icon3.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/logo-black.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/services/service-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/services/service-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/services/service-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://iconictap.com/assets/img/services/service-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 9.1 MB
0 oversized -0 KB
11 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 Bundles
50 scripts, 111 KB unused
REVIEW
50 scripts, 111 KB unused
Warning::
https://iconictap.com/chunk-EBS4KME7.js: 35 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://iconictap.com/main-7CH3J63T.js: 29 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://iconictap.com/chunk-SW243KLV.js: 24 KB unused (33%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://iconictap.com/scripts-3L5LZJMW.js: 23 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 111 KB
111 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://iconictap.com/chunk-EBS4KME7.js59 KB35 KB (59%)1st
https://iconictap.com/main-7CH3J63T.js37 KB29 KB (81%)1st
https://iconictap.com/chunk-SW243KLV.js73 KB24 KB (33%)1st
https://iconictap.com/scripts-3L5LZJMW.js30 KB23 KB (78%)1st
https://iconictap.com/chunk-GFA2GHT5.js1 KB1st
https://iconictap.com/chunk-URFUD5RX.js2 KB1st
https://iconictap.com/chunk-A5UGBAO4.js1 KB1st
https://iconictap.com/chunk-GVYPKVP7.js2 KB1st
https://iconictap.com/chunk-AGEZ7VFF.js0 KB1st
https://iconictap.com/chunk-SMDQBP6Z.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

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

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

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
Asset Compression
1 of 1 asset host serve text uncompressed
REVIEW
1 of 1 asset host serve text uncompressed
Warning::
fonts.googleapis.com serves text assets uncompressed (assets: 4)
The sampled response carries a text content type but no Content-Encoding, so the bytes go over the wire raw. Text compression typically removes 70-80% of a JS or CSS payload -- this is the single cheapest transfer win available on this host.
Got: fonts.googleapis.com (text/css)
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
87 resources · 10.5 MB · 111 KB savings available
REVIEW
87 resources · 10.5 MB · 111 KB savings available
Warning::
Page weight 10.5 MB exceeds 1 MB target by 9.5 MB
Got: 10.5 MB Expected: ≤ 1 MB
Info::
~111 KB of savings available
Info::
18 third-party resources (1% of weight)
Info::
7 resources over 200KB
87 resources · 10.5 MiB · 18 third-party 9.5 MiB over 1MB target
Image 86% · 9.1 MiB
Media 6% · 591.9 KiB
JavaScript 4% · 428.0 KiB
Font 3% · 284.2 KiB
CSS 1% · 146.3 KiB
Other 0% · 12.2 KiB
Document 0% · 8.4 KiB

~111.3 KiB of savings available

Remove unused JavaScript: 111.3 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
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (61.3 KiB of 10.5 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
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
5 fonts (284 KB)
PASS
5 fonts (284 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

284 KB total

Render-blocking

0

of 5

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 12.0 s 14.0 s 16.0 s 18.0 s FCP 3.8 s LCP 17.2 shttps://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2QGYvz_MVcBeNP4NJtEtqUYL... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2 — 31.5 KiB — 27 ms — font-display: swaphttps://iconictap.com/media/feather-CFD4EVID.woff?t=1525787366991feather-CFD4EVID.woff https://iconictap.com/media/feather-CFD4EVID.woff?t=1525787366991 — 28.9 KiB — 480 ms — font-display: swaphttps://iconictap.com/media/fa-brands-400-WVWUIHCX.woff2fa-brands-400-WVWUIHCX.... https://iconictap.com/media/fa-brands-400-WVWUIHCX.woff2 — 98.8 KiB — 493 ms — font-display: swaphttps://iconictap.com/media/fa-solid-900-C5F6UWGT.woff2fa-solid-900-C5F6UWGT.w... https://iconictap.com/media/fa-solid-900-C5F6UWGT.woff2 — 110.6 KiB — 493 ms — font-display: swaphttps://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2QGYvz_MVcBeNP4NJuktqUYL... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2 — 14.4 KiB — 26 ms — font-display: swap
QGYvz_MVcBeNP4NJtEtqUYL... woff2 swap
Size 32 KB
Load time 27 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
feather-CFD4EVID.woff woff swap
Size 29 KB
Load time 480 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-brands-400-WVWUIHCX.... woff2 swap
Size 99 KB
Load time 493 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900-C5F6UWGT.w... woff2 swap
Size 111 KB
Load time 493 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
QGYvz_MVcBeNP4NJuktqUYL... woff2 swap
Size 14 KB
Load time 26 ms
Start 2.2 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)

Fixing the unchecked items could save ~64 KB and ~128 ms

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

Current Resource Hints

preconnect
1
preload
1
dns-prefetch
prefetch

2 resource hints configured

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+
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
87 requests over 3689ms
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 3.8 s LCP 17.2 shttps://iconictap.com// https://iconictap.com/ — 200 — 8.4 KiB — 731 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap — 200 — 2.1 KiB — 95 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 446 B — 97 ms — h2https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ou... https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap — 200 — 549 B — 97 ms — h2https://iconictap.com/styles-YOGIZS4T.css/styles-YOGIZS4T.css https://iconictap.com/styles-YOGIZS4T.css — 200 — 143.2 KiB — 727 ms — h2https://iconictap.com/chunk-A4R54DUC.js/chunk-A4R54DUC.js https://iconictap.com/chunk-A4R54DUC.js — 200 — 8.7 KiB — 416 ms — h2https://iconictap.com/chunk-5TURI3CB.js/chunk-5TURI3CB.js https://iconictap.com/chunk-5TURI3CB.js — 200 — 509 B — 413 ms — h2https://iconictap.com/chunk-GTBRGPEG.js/chunk-GTBRGPEG.js https://iconictap.com/chunk-GTBRGPEG.js — 200 — 1.1 KiB — 413 ms — h2https://iconictap.com/chunk-TZCFAAXS.js/chunk-TZCFAAXS.js https://iconictap.com/chunk-TZCFAAXS.js — 200 — 93 B — 413 ms — h2https://iconictap.com/chunk-SMDQBP6Z.js/chunk-SMDQBP6Z.js https://iconictap.com/chunk-SMDQBP6Z.js — 200 — 1.3 KiB — 413 ms — h2https://iconictap.com/chunk-U4E5HORG.js/chunk-U4E5HORG.js https://iconictap.com/chunk-U4E5HORG.js — 200 — 1.8 KiB — 413 ms — h2https://iconictap.com/chunk-A5UGBAO4.js/chunk-A5UGBAO4.js https://iconictap.com/chunk-A5UGBAO4.js — 200 — 729 B — 413 ms — h2https://iconictap.com/chunk-GVYPKVP7.js/chunk-GVYPKVP7.js https://iconictap.com/chunk-GVYPKVP7.js — 200 — 1.6 KiB — 413 ms — h2https://iconictap.com/chunk-AGEZ7VFF.js/chunk-AGEZ7VFF.js https://iconictap.com/chunk-AGEZ7VFF.js — 200 — 454 B — 413 ms — h2https://iconictap.com/chunk-EBS4KME7.js/chunk-EBS4KME7.js https://iconictap.com/chunk-EBS4KME7.js — 200 — 58.9 KiB — 568 ms — h2https://iconictap.com/polyfills-JUTM3XWE.js/polyfills-JUTM3XWE.js https://iconictap.com/polyfills-JUTM3XWE.js — 200 — 12.6 KiB — 415 ms — h2https://iconictap.com/scripts-3L5LZJMW.js/scripts-3L5LZJMW.js https://iconictap.com/scripts-3L5LZJMW.js — 200 — 30.1 KiB — 565 ms — h2https://iconictap.com/main-7CH3J63T.js/main-7CH3J63T.js https://iconictap.com/main-7CH3J63T.js — 200 — 36.5 KiB — 567 ms — h2https://iconictap.com/chunk-UFEVHXCH.js/chunk-UFEVHXCH.js https://iconictap.com/chunk-UFEVHXCH.js — 200 — 8.1 KiB — 190 ms — h2https://iconictap.com/chunk-GK2IQOMJ.js/chunk-GK2IQOMJ.js https://iconictap.com/chunk-GK2IQOMJ.js — 200 — 417 B — 193 ms — h2https://iconictap.com/chunk-S2XKEO7B.js/chunk-S2XKEO7B.js https://iconictap.com/chunk-S2XKEO7B.js — 200 — 16.8 KiB — 194 ms — h2https://iconictap.com/chunk-LFFVKDKQ.js/chunk-LFFVKDKQ.js https://iconictap.com/chunk-LFFVKDKQ.js — 200 — 1.8 KiB — 204 ms — h2https://iconictap.com/chunk-DXNQPZPT.js/chunk-DXNQPZPT.js https://iconictap.com/chunk-DXNQPZPT.js — 200 — 4.4 KiB — 196 ms — h2https://iconictap.com/chunk-6EZSCTOO.js/chunk-6EZSCTOO.js https://iconictap.com/chunk-6EZSCTOO.js — 200 — 6.3 KiB — 196 ms — h2https://iconictap.com/chunk-URFUD5RX.js/chunk-URFUD5RX.js https://iconictap.com/chunk-URFUD5RX.js — 200 — 2.0 KiB — 192 ms — h2https://iconictap.com/chunk-WLOQKPBV.js/chunk-WLOQKPBV.js https://iconictap.com/chunk-WLOQKPBV.js — 200 — 12.0 KiB — 221 ms — h2https://iconictap.com/chunk-ZOA2HTOA.js/chunk-ZOA2HTOA.js https://iconictap.com/chunk-ZOA2HTOA.js — 200 — 785 B — 217 ms — h2https://iconictap.com/chunk-6XQZBE5T.js/chunk-6XQZBE5T.js https://iconictap.com/chunk-6XQZBE5T.js — 200 — 1.1 KiB — 213 ms — h2https://iconictap.com/chunk-7XKQB6H5.js/chunk-7XKQB6H5.js https://iconictap.com/chunk-7XKQB6H5.js — 200 — 514 B — 213 ms — h2https://iconictap.com/chunk-GFA2GHT5.js/chunk-GFA2GHT5.js https://iconictap.com/chunk-GFA2GHT5.js — 200 — 674 B — 209 ms — h2
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 3.8 s LCP 17.2 shttps://iconictap.com// https://iconictap.com/ — 200 — 8.4 KiB — 731 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap — 200 — 2.1 KiB — 95 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 446 B — 97 ms — h2https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ou... https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap — 200 — 549 B — 97 ms — h2https://iconictap.com/styles-YOGIZS4T.css/styles-YOGIZS4T.css https://iconictap.com/styles-YOGIZS4T.css — 200 — 143.2 KiB — 727 ms — h2https://iconictap.com/chunk-A4R54DUC.js/chunk-A4R54DUC.js https://iconictap.com/chunk-A4R54DUC.js — 200 — 8.7 KiB — 416 ms — h2https://iconictap.com/chunk-5TURI3CB.js/chunk-5TURI3CB.js https://iconictap.com/chunk-5TURI3CB.js — 200 — 509 B — 413 ms — h2https://iconictap.com/chunk-GTBRGPEG.js/chunk-GTBRGPEG.js https://iconictap.com/chunk-GTBRGPEG.js — 200 — 1.1 KiB — 413 ms — h2https://iconictap.com/chunk-TZCFAAXS.js/chunk-TZCFAAXS.js https://iconictap.com/chunk-TZCFAAXS.js — 200 — 93 B — 413 ms — h2https://iconictap.com/chunk-SMDQBP6Z.js/chunk-SMDQBP6Z.js https://iconictap.com/chunk-SMDQBP6Z.js — 200 — 1.3 KiB — 413 ms — h2https://iconictap.com/chunk-U4E5HORG.js/chunk-U4E5HORG.js https://iconictap.com/chunk-U4E5HORG.js — 200 — 1.8 KiB — 413 ms — h2https://iconictap.com/chunk-A5UGBAO4.js/chunk-A5UGBAO4.js https://iconictap.com/chunk-A5UGBAO4.js — 200 — 729 B — 413 ms — h2https://iconictap.com/chunk-GVYPKVP7.js/chunk-GVYPKVP7.js https://iconictap.com/chunk-GVYPKVP7.js — 200 — 1.6 KiB — 413 ms — h2https://iconictap.com/chunk-AGEZ7VFF.js/chunk-AGEZ7VFF.js https://iconictap.com/chunk-AGEZ7VFF.js — 200 — 454 B — 413 ms — h2https://iconictap.com/chunk-EBS4KME7.js/chunk-EBS4KME7.js https://iconictap.com/chunk-EBS4KME7.js — 200 — 58.9 KiB — 568 ms — h2https://iconictap.com/polyfills-JUTM3XWE.js/polyfills-JUTM3XWE.js https://iconictap.com/polyfills-JUTM3XWE.js — 200 — 12.6 KiB — 415 ms — h2https://iconictap.com/scripts-3L5LZJMW.js/scripts-3L5LZJMW.js https://iconictap.com/scripts-3L5LZJMW.js — 200 — 30.1 KiB — 565 ms — h2https://iconictap.com/main-7CH3J63T.js/main-7CH3J63T.js https://iconictap.com/main-7CH3J63T.js — 200 — 36.5 KiB — 567 ms — h2https://iconictap.com/chunk-UFEVHXCH.js/chunk-UFEVHXCH.js https://iconictap.com/chunk-UFEVHXCH.js — 200 — 8.1 KiB — 190 ms — h2https://iconictap.com/chunk-GK2IQOMJ.js/chunk-GK2IQOMJ.js https://iconictap.com/chunk-GK2IQOMJ.js — 200 — 417 B — 193 ms — h2https://iconictap.com/chunk-S2XKEO7B.js/chunk-S2XKEO7B.js https://iconictap.com/chunk-S2XKEO7B.js — 200 — 16.8 KiB — 194 ms — h2https://iconictap.com/chunk-LFFVKDKQ.js/chunk-LFFVKDKQ.js https://iconictap.com/chunk-LFFVKDKQ.js — 200 — 1.8 KiB — 204 ms — h2https://iconictap.com/chunk-DXNQPZPT.js/chunk-DXNQPZPT.js https://iconictap.com/chunk-DXNQPZPT.js — 200 — 4.4 KiB — 196 ms — h2https://iconictap.com/chunk-6EZSCTOO.js/chunk-6EZSCTOO.js https://iconictap.com/chunk-6EZSCTOO.js — 200 — 6.3 KiB — 196 ms — h2https://iconictap.com/chunk-URFUD5RX.js/chunk-URFUD5RX.js https://iconictap.com/chunk-URFUD5RX.js — 200 — 2.0 KiB — 192 ms — h2https://iconictap.com/chunk-WLOQKPBV.js/chunk-WLOQKPBV.js https://iconictap.com/chunk-WLOQKPBV.js — 200 — 12.0 KiB — 221 ms — h2https://iconictap.com/chunk-ZOA2HTOA.js/chunk-ZOA2HTOA.js https://iconictap.com/chunk-ZOA2HTOA.js — 200 — 785 B — 217 ms — h2https://iconictap.com/chunk-6XQZBE5T.js/chunk-6XQZBE5T.js https://iconictap.com/chunk-6XQZBE5T.js — 200 — 1.1 KiB — 213 ms — h2https://iconictap.com/chunk-7XKQB6H5.js/chunk-7XKQB6H5.js https://iconictap.com/chunk-7XKQB6H5.js — 200 — 514 B — 213 ms — h2https://iconictap.com/chunk-GFA2GHT5.js/chunk-GFA2GHT5.js https://iconictap.com/chunk-GFA2GHT5.js — 200 — 674 B — 209 ms — h2https://iconictap.com/chunk-Y6NLAZXY.js/chunk-Y6NLAZXY.js https://iconictap.com/chunk-Y6NLAZXY.js — 200 — 1.8 KiB — 202 ms — h2https://iconictap.com/chunk-CHCHFXYV.js/chunk-CHCHFXYV.js https://iconictap.com/chunk-CHCHFXYV.js — 200 — 5.1 KiB — 212 ms — h2https://iconictap.com/chunk-IPV2KILJ.js/chunk-IPV2KILJ.js https://iconictap.com/chunk-IPV2KILJ.js — 200 — 1.3 KiB — 216 ms — h2https://iconictap.com/chunk-7MWOZOSY.js/chunk-7MWOZOSY.js https://iconictap.com/chunk-7MWOZOSY.js — 200 — 22.6 KiB — 223 ms — h2https://iconictap.com/chunk-JZYKLNJL.js/chunk-JZYKLNJL.js https://iconictap.com/chunk-JZYKLNJL.js — 200 — 10.6 KiB — 220 ms — h2https://iconictap.com/chunk-SW243KLV.js/chunk-SW243KLV.js https://iconictap.com/chunk-SW243KLV.js — 200 — 73.3 KiB — 225 ms — h2https://iconictap.com/chunk-SE5JAREP.js/chunk-SE5JAREP.js https://iconictap.com/chunk-SE5JAREP.js — 200 — 737 B — 219 ms — h2https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2fonts.gstatic.com/s/outfit/v15/QGYv... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2 — 200 — 31.5 KiB — 27 ms — h3https://iconictap.com/chunk-IQM6WB4M.js/chunk-IQM6WB4M.js https://iconictap.com/chunk-IQM6WB4M.js — 200 — 13.7 KiB — 184 ms — h2https://iconictap.com/chunk-I3PYMYN7.js/chunk-I3PYMYN7.js https://iconictap.com/chunk-I3PYMYN7.js — 200 — 15.6 KiB — 184 ms — h2https://iconictap.com/assets/sound/notification-tone.wav/assets/sound/notification-tone.wav https://iconictap.com/assets/sound/notification-tone.wav — 206 — 296.0 KiB — 188 ms — h2https://iconictap.com/assets/sound/notification-tone.wav/assets/sound/notification-tone.wav https://iconictap.com/assets/sound/notification-tone.wav — 206 — 295.9 KiB — 391 ms — h2https://iconictap.com/chunk-7VPMVKEU.js/chunk-7VPMVKEU.js https://iconictap.com/chunk-7VPMVKEU.js — 200 — 10.4 KiB — 187 ms — h2https://iconictap.com/chunk-TSO3UW5L.js/chunk-TSO3UW5L.js https://iconictap.com/chunk-TSO3UW5L.js — 200 — 575 B — 186 ms — h2https://iconictap.com/chunk-JSGBNBTR.js/chunk-JSGBNBTR.js https://iconictap.com/chunk-JSGBNBTR.js — 200 — 728 B — 186 ms — h2https://iconictap.com/chunk-KSAHUTRP.js/chunk-KSAHUTRP.js https://iconictap.com/chunk-KSAHUTRP.js — 200 — 2.1 KiB — 186 ms — h2https://iconictap.com/chunk-GSOV4HMO.js/chunk-GSOV4HMO.js https://iconictap.com/chunk-GSOV4HMO.js — 200 — 1.9 KiB — 191 ms — h2https://iconictap.com/chunk-AIJT52YS.js/chunk-AIJT52YS.js https://iconictap.com/chunk-AIJT52YS.js — 200 — 779 B — 197 ms — h2https://iconictap.com/chunk-DJLEWECW.js/chunk-DJLEWECW.js https://iconictap.com/chunk-DJLEWECW.js — 200 — 413 B — 197 ms — h2https://iconictap.com/chunk-OJUVK7EU.js/chunk-OJUVK7EU.js https://iconictap.com/chunk-OJUVK7EU.js — 200 — 5.3 KiB — 202 ms — h2https://iconictap.com/chunk-OIY3CLYO.js/chunk-OIY3CLYO.js https://iconictap.com/chunk-OIY3CLYO.js — 200 — 31.1 KiB — 213 ms — h2https://iconictap.com/chunk-J54DTUWB.js/chunk-J54DTUWB.js https://iconictap.com/chunk-J54DTUWB.js — 200 — 1.9 KiB — 196 ms — h2https://iconictap.com/chunk-3EFZKJ3U.js/chunk-3EFZKJ3U.js https://iconictap.com/chunk-3EFZKJ3U.js — 200 — 182 B — 209 ms — h2https://iconictap.com/chunk-LHC4EVXF.js/chunk-LHC4EVXF.js https://iconictap.com/chunk-LHC4EVXF.js — 200 — 1.1 KiB — 209 ms — h2https://iconictap.com/chunk-BITUPEVJ.js/chunk-BITUPEVJ.js https://iconictap.com/chunk-BITUPEVJ.js — 200 — 2.5 KiB — 210 ms — h2https://iconictap.com/chunk-T5RZHDPV.js/chunk-T5RZHDPV.js https://iconictap.com/chunk-T5RZHDPV.js — 200 — 1.2 KiB — 210 ms — h2https://iconictap.com/chunk-VNWEFSGJ.js/chunk-VNWEFSGJ.js https://iconictap.com/chunk-VNWEFSGJ.js — 200 — 13.9 KiB — 210 ms — h2https://iconictap.com/chunk-TSQUMQBX.js/chunk-TSQUMQBX.js https://iconictap.com/chunk-TSQUMQBX.js — 200 — 491 B — 209 ms — h2https://api.iconictap.com/api/common/locations/served-citiesapi.iconictap.com/api/common/locati... https://api.iconictap.com/api/common/locations/served-cities — 200 — 0 B — 721 ms — h2https://iconictap.com/media/heroBanner5-RWVGRFTJ.png/media/heroBanner5-RWVGRFTJ.png https://iconictap.com/media/heroBanner5-RWVGRFTJ.png — 200 — 1.7 MiB — 378 ms — h2https://api.iconictap.com/api/v1/reviews/featured?limit=6api.iconictap.com/api/v1/reviews/fe... https://api.iconictap.com/api/v1/reviews/featured?limit=6 — 200 — 0 B — 678 ms — h2https://api.iconictap.com/api/common/home/nearby-grounds?radiusKm=10api.iconictap.com/api/common/home/n... https://api.iconictap.com/api/common/home/nearby-grounds?radiusKm=10 — 200 — 0 B — 680 ms — h2https://api.iconictap.com/api/common/sportsapi.iconictap.com/api/common/sports https://api.iconictap.com/api/common/sports — 200 — 0 B — 675 ms — h2https://api.iconictap.com/api/v1/coach/discover/list?page=0&size=4&sortBy=rating&sortOrder=DESCapi.iconictap.com/api/v1/coach/disc... https://api.iconictap.com/api/v1/coach/discover/list?page=0&size=4&sortBy=rating&sortOrder=DESC — 200 — 0 B — 674 ms — h2https://iconictap.com/assets/img/icons/work-cock.svg/assets/img/icons/work-cock.svg https://iconictap.com/assets/img/icons/work-cock.svg — 200 — 43.8 KiB — 328 ms — h2https://iconictap.com/assets/img/services/service-01.png/assets/img/services/service-01.png https://iconictap.com/assets/img/services/service-01.png — 200 — 2.0 MiB — 870 ms — h2https://iconictap.com/assets/img/services/service-02.png/assets/img/services/service-02.png https://iconictap.com/assets/img/services/service-02.png — 200 — 1.9 MiB — 870 ms — h2https://iconictap.com/assets/img/services/service-03.png/assets/img/services/service-03.png https://iconictap.com/assets/img/services/service-03.png — 200 — 1.7 MiB — 854 ms — h2https://iconictap.com/assets/img/services/service-04.png/assets/img/services/service-04.png https://iconictap.com/assets/img/services/service-04.png — 200 — 1.8 MiB — 724 ms — h2https://iconictap.com/assets/img/icons/work-icon1.svg/assets/img/icons/work-icon1.svg https://iconictap.com/assets/img/icons/work-icon1.svg — 200 — 3.8 KiB — 323 ms — h2https://iconictap.com/assets/img/icons/work-icon2.svg/assets/img/icons/work-icon2.svg https://iconictap.com/assets/img/icons/work-icon2.svg — 200 — 2.2 KiB — 327 ms — h2https://iconictap.com/assets/img/icons/work-icon3.svg/assets/img/icons/work-icon3.svg https://iconictap.com/assets/img/icons/work-icon3.svg — 200 — 3.7 KiB — 337 ms — h2https://iconictap.com/assets/img/logo-black.svg/assets/img/logo-black.svg https://iconictap.com/assets/img/logo-black.svg — 200 — 3.6 KiB — 331 ms — h2https://iconictap.com/media/feather-CFD4EVID.woff?t=1525787366991/media/feather-CFD4EVID.woff?t=1525... https://iconictap.com/media/feather-CFD4EVID.woff?t=1525787366991 — 200 — 28.9 KiB — 480 ms — h2https://iconictap.com/media/fa-brands-400-WVWUIHCX.woff2/media/fa-brands-400-WVWUIHCX.woff2 https://iconictap.com/media/fa-brands-400-WVWUIHCX.woff2 — 200 — 98.8 KiB — 493 ms — h2https://iconictap.com/media/fa-solid-900-C5F6UWGT.woff2/media/fa-solid-900-C5F6UWGT.woff2 https://iconictap.com/media/fa-solid-900-C5F6UWGT.woff2 — 200 — 110.6 KiB — 493 ms — h2https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2fonts.gstatic.com/s/outfit/v15/QGYv... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2 — 200 — 14.4 KiB — 26 ms — h3https://api.iconictap.com/api/v1/reviews/featured?limit=6api.iconictap.com/api/v1/reviews/fe... https://api.iconictap.com/api/v1/reviews/featured?limit=6 — 200 — 321 B — 213 ms — h2https://api.iconictap.com/api/common/locations/served-citiesapi.iconictap.com/api/common/locati... https://api.iconictap.com/api/common/locations/served-cities — 200 — 641 B — 222 ms — h2https://api.iconictap.com/api/common/sportsapi.iconictap.com/api/common/sports https://api.iconictap.com/api/common/sports — 200 — 808 B — 229 ms — h2https://api.iconictap.com/api/v1/coach/discover/list?page=0&size=4&sortBy=rating&sortOrder=DESCapi.iconictap.com/api/v1/coach/disc... https://api.iconictap.com/api/v1/coach/discover/list?page=0&size=4&sortBy=rating&sortOrder=DESC — 200 — 311 B — 228 ms — h2https://api.iconictap.com/api/common/home/nearby-grounds?radiusKm=10api.iconictap.com/api/common/home/n... https://api.iconictap.com/api/common/home/nearby-grounds?radiusKm=10 — 200 — 9.9 KiB — 382 ms — h2https://iconictap.com/assets/img/Sllot/SLLOT_fl-01_giraffe_bg_orange.svg/assets/img/Sllot/SLLOT_fl-01_giraf... https://iconictap.com/assets/img/Sllot/SLLOT_fl-01_giraffe_bg_orange.svg — 200 — 1.9 KiB — 184 ms — h2https://api.iconictap.com/api/v1/reviews/summary/batch?vendorProfileUuids=c323f7c3-ba27-4afa-8aa1-6369a1a1a91c,de560902-32c9-4520-b8fd-6f49fdbe990aapi.iconictap.com/api/v1/reviews/su... https://api.iconictap.com/api/v1/reviews/summary/batch?vendorProfileUuids=c323f7c3-ba27-4afa-8aa1-6369a1a1a91c,de560902-32c9-4520-b8fd-6f49fdbe990a — 200 — 0 B — 184 ms — h2https://d2omwgrh47wph3.cloudfront.net/qa/VENDOR/de560902-32c9-4520-b8fd-6f49fdbe990a/GROUND_PHOTO/efa28ca6-5770-4fe6-b42a-baa14ab6cfc9/thumb_20260907163836167.jpgd2omwgrh47wph3.cloudfront.net/qa/VE... https://d2omwgrh47wph3.cloudfront.net/qa/VENDOR/de560902-32c9-4520-b8fd-6f49fdbe990a/GROUND_PHOTO/efa28ca6-5770-4fe6-b42a-baa14ab6cfc9/thumb_20260907163836167.jpg — -1 — 0 B — 473 ms — https://iconictap.com/assets/img/venues/venue-img-01.jpg/assets/img/venues/venue-img-01.jpg https://iconictap.com/assets/img/venues/venue-img-01.jpg — 200 — 3.3 KiB — 182 ms — h2https://api.iconictap.com/api/v1/reviews/summary/batch?vendorProfileUuids=c323f7c3-ba27-4afa-8aa1-6369a1a1a91c,de560902-32c9-4520-b8fd-6f49fdbe990aapi.iconictap.com/api/v1/reviews/su... https://api.iconictap.com/api/v1/reviews/summary/batch?vendorProfileUuids=c323f7c3-ba27-4afa-8aa1-6369a1a1a91c,de560902-32c9-4520-b8fd-6f49fdbe990a — 200 — 290 B — 191 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
11 images, 7573 KB total, 6840 KB wasted
INFO

Image Optimization Audit

Total Images

11

Total Size

7573 KB

Oversized

4

Wasted

6840 KB

11 missing dimensions 10 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