Skip to content
https://Fintechgate.net

Performance

· 28 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
2
REVIEW
3
PASS
19
INFO
4

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

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

3.87 s

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

6.20 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

183 ms

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

0.073

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

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

6.34 s

Page Load Progression

565 ms
1.1 s
1.7 s
2.3 s
2.8 s
3.4 s
4.0 s
4.5 s
Checks
28
19 PASS 3 REVIEW 2 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 44 requests
FIX
3.7 MB transferred, 44 requests
Warning::
Page weighs 4.2 MB (3.7 MB transferred)
Warning::
Images are 3.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.4 MB
Info::
44 HTTP requests
Info::
Estimated 0.78 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
44 requests
0.78 g CO2 per page load
Images 3.4 MiB 91%
Fonts 151.0 KiB 4%
Other 76.5 KiB 2%
JavaScript 64.1 KiB 2%
CSS 22.0 KiB 1%
HTML 18.7 KiB 0%
Other 712 B 0%
Other 450 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

F
JS Execution Cost
Action
3811ms total JS execution
FIX
3811ms total JS execution
Warning::
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bund...: 1948ms CPU time
Warning::
Unattributable: 792ms CPU time
Warning::
https://fintechgate.net/: 616ms CPU time
Warning::
https://fintechgate.net/themes/fintech/assets/js/l...: 371ms CPU time
Info::
https://fintechgate.net/themes/fintech/assets/js/m...: 83ms CPU time
Warning::
Third-party scripts: 1948ms (51% of total)

Main Thread Breakdown

Other 42% Script Evaluation 23% Style & Layout 21% Rendering 10% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js1948ms466ms15ms3rd
Unattributable792ms11ms0ms1st
https://fintechgate.net/616ms177ms5ms1st
https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js371ms175ms2ms1st
https://fintechgate.net/themes/fintech/assets/js/main.js83ms13ms2ms1st
B
Image Optimization
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://fintechgate.net/themes/fintech/assets/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 3.4 MB
0 oversized -0 KB
26 legacy format
1 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

C
Page Weight Inventory
Action
44 resources · 3.7 MB · 23 KB savings available
REVIEW
44 resources · 3.7 MB · 23 KB savings available
Warning::
Page weight 3.7 MB exceeds 1 MB target by 2.7 MB
Got: 3.7 MB Expected: ≤ 1 MB
Info::
6 third-party resources (6% of weight)
Info::
1 resources over 200KB
44 resources · 3.7 MiB · 6 third-party 2.7 MiB over 1MB target
Image 93% · 3.5 MiB
Font 4% · 151.0 KiB
JavaScript 2% · 64.1 KiB
CSS 1% · 22.0 KiB
Document 0% · 18.7 KiB
Other 0% · 1.1 KiB

~23.1 KiB of savings available

Remove unused JavaScript: 23.1 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
3 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.
Warning::
Total JS execution time is 3.8 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A+
Third-Party Impact
6% third-party, 0 ms blocking
PASS
6% third-party, 0 ms blocking
Info::
Third-party code accounts for 6% of page weight (211.8 KiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
94%
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
2 fonts (151 KB)
PASS
2 fonts (151 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

151 KB total

Render-blocking

0

of 2

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 4.0 s 5.0 s 6.0 s FCP 3.9 s LCP 6.2 shttps://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFkCqIzA.woff2CSRk4ydQnPyaDxEXLFF6LZV... https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFkCqIzA.woff2 — 30.0 KiB — 9 ms — font-display: swaphttps://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2CSRk4ydQnPyaDxEXLFF6LZV... https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2 — 120.9 KiB — 16 ms — font-display: swap
CSRk4ydQnPyaDxEXLFF6LZV... woff2 swap
Size 30 KB
Load time 9 ms
Start 493 ms
Risk FOUT — text flashes from fallback to web font
CSRk4ydQnPyaDxEXLFF6LZV... woff2 swap
Size 121 KB
Load time 16 ms
Start 507 ms
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
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 ~60 KB and ~120 ms

A+
JS Bundles
5 scripts, 23 KB unused
PASS
5 scripts, 23 KB unused
Warning::
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bund...: 23 KB unused (54%)
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://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js43 KB23 KB (54%)3rd
https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js?4 KB1st
https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js5 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749510 KB3rd
https://fintechgate.net/themes/fintech/assets/js/main.js2 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
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
10 preconnect hints -- excessive (recommended: <=6)
Each preconnect eagerly opens a TCP+TLS connection. On slow networks or low-end devices, too many parallel connections cause head-of-line blocking and starve the connections that matter for LCP. Trim to the 4-6 highest-value origins (the ones serving render-blocking or LCP resources).
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
10
preload
1
dns-prefetch
prefetch

11 resource hints configured

Each preconnect eagerly opens a TCP+TLS connection. On slow networks or low-end devices, too many parallel connections cause head-of-line blocking and starve the connections that matter for LCP. Trim to the 4-6 highest-value origins (the ones serving render-blocking or LCP resources).

Why this matters

Informational: a labeled value pair from the audit.

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+
Document Compression
Document response uses brotli
PASS
Document 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+
Asset Compression
All 1 asset host use brotli
PASS
All 1 asset host use brotli
Info::
cdn.jsdelivr.net serves assets with brotli (assets: 3)
Got: cdn.jsdelivr.net (text/css)
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 max-age=14 (≤ 5min) is appropriate
PASS
Main HTML max-age=14 (≤ 5min) is appropriate
Info::
Main HTML max-age=14 (≤ 5min) is appropriate
Got: public, max-age=14
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: *
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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
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+
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: Cloudflare

A+
HTTP Caching
max-age=14 (14 seconds)
PASS
max-age=14 (14 seconds)
Info::
Cache-Control header is set
Got: public, max-age=14
Info::
Effective TTL: 14 seconds (max-age=14)
Info::
Last-Modified header present
Cache-Control

public, max-age=14

DirectiveValueMeaning
publicAny cache may store this response
max-age14Cache for 14 seconds
Effective TTL: 14 seconds
Network Waterfall
44 requests over 4804ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.9 s LCP 6.2 shttps://fintechgate.net// https://fintechgate.net/ — 200 — 18.7 KiB — 279 ms — h3https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap — 200 — 1.9 KiB — 139 ms — h2https://fintechgate.net/themes/fintech/assets/css/main.css?r=2.3.9/themes/fintech/assets/css/main.css... https://fintechgate.net/themes/fintech/assets/css/main.css?r=2.3.9 — 200 — 14.7 KiB — 79 ms — h3https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js?/themes/fintech/assets/js/lazysizes... https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js? — 200 — 4.1 KiB — 75 ms — h3https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js/themes/fintech/assets/js/lazysizes... https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js — 200 — 4.6 KiB — 74 ms — h3https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.4 KiB — 64 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js — 200 — 43.4 KiB — 83 ms — h2https://fintechgate.net/themes/fintech/assets/images/logo.png/themes/fintech/assets/images/logo.... https://fintechgate.net/themes/fintech/assets/images/logo.png — 200 — 10.9 KiB — 76 ms — h3https://fintechgate.net/themes/fintech/assets/images/no.jpg/themes/fintech/assets/images/no.jp... https://fintechgate.net/themes/fintech/assets/images/no.jpg — 200 — 38.8 KiB — 77 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 43 ms — h2https://fintechgate.net/themes/fintech/assets/js/main.js/themes/fintech/assets/js/main.js https://fintechgate.net/themes/fintech/assets/js/main.js — 200 — 1.9 KiB — 25 ms — h3https://fintechgate.net/manifest.json/manifest.json https://fintechgate.net/manifest.json — 200 — 712 B — 333 ms — h3https://fintechgate.net/themes/fintech/assets/images/logo-w.png/themes/fintech/assets/images/logo-... https://fintechgate.net/themes/fintech/assets/images/logo-w.png — 200 — 10.9 KiB — 24 ms — h3https://fintechgate.net/themes/fintech/assets/images/sync.svg/themes/fintech/assets/images/sync.... https://fintechgate.net/themes/fintech/assets/images/sync.svg — 200 — 2.3 KiB — 27 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg — 200 — 18.6 KiB — 24 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg?/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg? — 200 — 18.6 KiB — 29 ms — h3https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFkCqIzA.woff2fonts.gstatic.com/s/notokufiarabic/... https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFkCqIzA.woff2 — 200 — 30.0 KiB — 9 ms — h3https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2fonts.gstatic.com/s/notokufiarabic/... https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2 — 200 — 120.9 KiB — 16 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=2/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=2 — 200 — 18.5 KiB — 34 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=3/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=3 — 200 — 18.5 KiB — 33 ms — h3https://fintechgate.net/cdn-cgi/rum?/cdn-cgi/rum? https://fintechgate.net/cdn-cgi/rum? — 204 — 450 B — 14 ms — h3https://fintechgate.net/favicon-32x32.png?r=1.1/favicon-32x32.png?r=1.1 https://fintechgate.net/favicon-32x32.png?r=1.1 — 200 — 2.2 KiB — 25 ms — h3https://fintechgate.net/Upload/ads/0/0/4.png/Upload/ads/0/0/4.png https://fintechgate.net/Upload/ads/0/0/4.png — 200 — 20.4 KiB — 58 ms — h3https://fintechgate.net/Upload/ads/0/0/41.png/Upload/ads/0/0/41.png https://fintechgate.net/Upload/ads/0/0/41.png — 200 — 70.7 KiB — 821 ms — h3https://fintechgate.net/Upload/ads/0/0/82.png/Upload/ads/0/0/82.png https://fintechgate.net/Upload/ads/0/0/82.png — 200 — 55.5 KiB — 783 ms — h3https://fintechgate.net/Upload/ads/0/0/18.png/Upload/ads/0/0/18.png https://fintechgate.net/Upload/ads/0/0/18.png — 200 — 105.0 KiB — 838 ms — h3https://fintechgate.net/Upload/ads/0/0/19.png/Upload/ads/0/0/19.png https://fintechgate.net/Upload/ads/0/0/19.png — 200 — 107.1 KiB — 819 ms — h3https://fintechgate.net/Upload/ads/0/0/20.png/Upload/ads/0/0/20.png https://fintechgate.net/Upload/ads/0/0/20.png — 200 — 24.1 KiB — 804 ms — h3https://fintechgate.net/Upload/ads/0/0/45.png/Upload/ads/0/0/45.png https://fintechgate.net/Upload/ads/0/0/45.png — 200 — 45.2 KiB — 777 ms — h3https://fintechgate.net/Upload/ads/0/0/68.gif/Upload/ads/0/0/68.gif https://fintechgate.net/Upload/ads/0/0/68.gif — 200 — 2.2 MiB — 137 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.9 s LCP 6.2 shttps://fintechgate.net// https://fintechgate.net/ — 200 — 18.7 KiB — 279 ms — h3https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap — 200 — 1.9 KiB — 139 ms — h2https://fintechgate.net/themes/fintech/assets/css/main.css?r=2.3.9/themes/fintech/assets/css/main.css... https://fintechgate.net/themes/fintech/assets/css/main.css?r=2.3.9 — 200 — 14.7 KiB — 79 ms — h3https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js?/themes/fintech/assets/js/lazysizes... https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js? — 200 — 4.1 KiB — 75 ms — h3https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js/themes/fintech/assets/js/lazysizes... https://fintechgate.net/themes/fintech/assets/js/lazysizes.min.js — 200 — 4.6 KiB — 74 ms — h3https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.4 KiB — 64 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js — 200 — 43.4 KiB — 83 ms — h2https://fintechgate.net/themes/fintech/assets/images/logo.png/themes/fintech/assets/images/logo.... https://fintechgate.net/themes/fintech/assets/images/logo.png — 200 — 10.9 KiB — 76 ms — h3https://fintechgate.net/themes/fintech/assets/images/no.jpg/themes/fintech/assets/images/no.jp... https://fintechgate.net/themes/fintech/assets/images/no.jpg — 200 — 38.8 KiB — 77 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 43 ms — h2https://fintechgate.net/themes/fintech/assets/js/main.js/themes/fintech/assets/js/main.js https://fintechgate.net/themes/fintech/assets/js/main.js — 200 — 1.9 KiB — 25 ms — h3https://fintechgate.net/manifest.json/manifest.json https://fintechgate.net/manifest.json — 200 — 712 B — 333 ms — h3https://fintechgate.net/themes/fintech/assets/images/logo-w.png/themes/fintech/assets/images/logo-... https://fintechgate.net/themes/fintech/assets/images/logo-w.png — 200 — 10.9 KiB — 24 ms — h3https://fintechgate.net/themes/fintech/assets/images/sync.svg/themes/fintech/assets/images/sync.... https://fintechgate.net/themes/fintech/assets/images/sync.svg — 200 — 2.3 KiB — 27 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg — 200 — 18.6 KiB — 24 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg?/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg? — 200 — 18.6 KiB — 29 ms — h3https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFkCqIzA.woff2fonts.gstatic.com/s/notokufiarabic/... https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOMFFkCqIzA.woff2 — 200 — 30.0 KiB — 9 ms — h3https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2fonts.gstatic.com/s/notokufiarabic/... https://fonts.gstatic.com/s/notokufiarabic/v27/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2 — 200 — 120.9 KiB — 16 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=2/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=2 — 200 — 18.5 KiB — 34 ms — h3https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=3/themes/fintech/assets/images/icons... https://fintechgate.net/themes/fintech/assets/images/icons.svg?r=3 — 200 — 18.5 KiB — 33 ms — h3https://fintechgate.net/cdn-cgi/rum?/cdn-cgi/rum? https://fintechgate.net/cdn-cgi/rum? — 204 — 450 B — 14 ms — h3https://fintechgate.net/favicon-32x32.png?r=1.1/favicon-32x32.png?r=1.1 https://fintechgate.net/favicon-32x32.png?r=1.1 — 200 — 2.2 KiB — 25 ms — h3https://fintechgate.net/Upload/ads/0/0/4.png/Upload/ads/0/0/4.png https://fintechgate.net/Upload/ads/0/0/4.png — 200 — 20.4 KiB — 58 ms — h3https://fintechgate.net/Upload/ads/0/0/41.png/Upload/ads/0/0/41.png https://fintechgate.net/Upload/ads/0/0/41.png — 200 — 70.7 KiB — 821 ms — h3https://fintechgate.net/Upload/ads/0/0/82.png/Upload/ads/0/0/82.png https://fintechgate.net/Upload/ads/0/0/82.png — 200 — 55.5 KiB — 783 ms — h3https://fintechgate.net/Upload/ads/0/0/18.png/Upload/ads/0/0/18.png https://fintechgate.net/Upload/ads/0/0/18.png — 200 — 105.0 KiB — 838 ms — h3https://fintechgate.net/Upload/ads/0/0/19.png/Upload/ads/0/0/19.png https://fintechgate.net/Upload/ads/0/0/19.png — 200 — 107.1 KiB — 819 ms — h3https://fintechgate.net/Upload/ads/0/0/20.png/Upload/ads/0/0/20.png https://fintechgate.net/Upload/ads/0/0/20.png — 200 — 24.1 KiB — 804 ms — h3https://fintechgate.net/Upload/ads/0/0/45.png/Upload/ads/0/0/45.png https://fintechgate.net/Upload/ads/0/0/45.png — 200 — 45.2 KiB — 777 ms — h3https://fintechgate.net/Upload/ads/0/0/68.gif/Upload/ads/0/0/68.gif https://fintechgate.net/Upload/ads/0/0/68.gif — 200 — 2.2 MiB — 137 ms — h3https://fintechgate.net/Upload/ads/0/0/94.jpeg/Upload/ads/0/0/94.jpeg https://fintechgate.net/Upload/ads/0/0/94.jpeg — 200 — 50.9 KiB — 819 ms — h3https://fintechgate.net/themes/fintech/assets/images/favicon.png/themes/fintech/assets/images/favic... https://fintechgate.net/themes/fintech/assets/images/favicon.png — 200 — 11.9 KiB — 800 ms — h3https://fintechgate.net/Upload/ads/0/0/57.png/Upload/ads/0/0/57.png https://fintechgate.net/Upload/ads/0/0/57.png — 200 — 73.9 KiB — 809 ms — h3https://fintechgate.net/Upload/ads/0/0/81.jpg/Upload/ads/0/0/81.jpg https://fintechgate.net/Upload/ads/0/0/81.jpg — 200 — 98.2 KiB — 810 ms — h3https://fintechgate.net/themes/fintech/assets/images/favicon-light.png/themes/fintech/assets/images/favic... https://fintechgate.net/themes/fintech/assets/images/favicon-light.png — 200 — 11.9 KiB — 829 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/854.jpg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/854.jpg — 200 — 66.9 KiB — 1.2 s — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/840.jpeg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/840.jpeg — 200 — 14.2 KiB — 824 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/839.jpg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/839.jpg — 200 — 85.0 KiB — 49 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/838.jpeg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/838.jpeg — 200 — 58.8 KiB — 905 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/846.jpeg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/846.jpeg — 200 — 65.2 KiB — 806 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/837.jpg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/837.jpg — 200 — 74.2 KiB — 29 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/807.jpeg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/807.jpeg — 200 — 36.0 KiB — 790 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/842.jpg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/842.jpg — 200 — 62.1 KiB — 833 ms — h3https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/841.jpeg/UploadCache/libfiles/6/8/800x450o/... https://fintechgate.net/UploadCache/libfiles/6/8/800x450o/841.jpeg — 200 — 50.3 KiB — 863 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
51% of JavaScript execution is third-party
First-party Third-party 1948ms · 43KB · E£192/mo
jsDelivr
CDN
Costly
Execution 1948ms
Transfer 43 KB
Unused 54%
Monthly Cost E£192/mo

These scripts may cost more than they're worth

  • jsDelivr adds 1948ms and costs ~E£192/month

51% 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

jsDelivr takes 1948ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of jsDelivr's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

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-19 — 2026-09-15)

LCP (p75)

1621 ms

92% good

INP (p75)

99 ms

89% good

CLS (p75)

0.170

56% good

FCP (p75)

1102 ms

TTFB (p75)

691 ms

Image Optimization
132 images, 5926 KB total, 208 KB wasted
INFO

Image Optimization Audit

Total Images

132

Total Size

5926 KB

Oversized

5

Wasted

208 KB

26 missing dimensions 68 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