Skip to content
https://tournamayeshgah.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
2
REVIEW
7
PASS
10
INFO
3

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

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

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

5.42 s

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

116 ms

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

0.036

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

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

5.42 s

Page Load Progression

1.7 s
3.4 s
5.1 s
6.9 s
8.6 s
10.3 s
12.0 s
13.7 s
Checks
22
10 PASS 7 REVIEW 2 FIX
F
JS Execution Cost
Action
6863ms total JS execution
FIX
6863ms total JS execution
Warning::
https://tournamayeshgah.com/: 5224ms CPU time
Warning::
https://tournamayeshgah.com/js/home-modern.js?v=10...: 648ms CPU time
Warning::
Unattributable: 635ms CPU time
Info::
https://tournamayeshgah.com/js/jquery.min.js?v=10A...: 243ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=UA-102...: 114ms CPU time
Info::
Third-party scripts: 114ms (2% of total)

Main Thread Breakdown

Other 51% Style & Layout 21% Rendering 17% Script Evaluation 8%
ScriptTotalScriptingParse/CompileParty
https://tournamayeshgah.com/5224ms19ms3ms1st
https://tournamayeshgah.com/js/home-modern.js?v=10AV648ms329ms0ms1st
Unattributable635ms2ms0ms1st
https://tournamayeshgah.com/js/jquery.min.js?v=10AV243ms96ms9ms1st
https://www.googletagmanager.com/gtag/js?id=UA-102684728-2114ms90ms23ms3rd
F
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.

No Cache-Control header

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

B
Page Weight Budget
1.5 MB transferred, 43 requests
REVIEW
1.5 MB transferred, 43 requests
Info::
Page weighs 2.6 MB (1.5 MB transferred)
Info::
Fonts are 264 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 264 KB
Info::
43 HTTP requests
Info::
Estimated 0.30 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
43 requests
0.30 g CO2 per page load
Images 918.8 KiB 62%
Fonts 263.8 KiB 18%
JavaScript 214.9 KiB 14%
CSS 70.8 KiB 5%
HTML 20.5 KiB 1%
0 2.4 MB 4.9 MB
Under budget

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
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://tournamayeshgah.com/Content/images/yellow-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tournamayeshgah.com/css/WhatsApp-logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 919 KB
0 oversized -0 KB
17 legacy format
2 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

B
JS Bundles
8 scripts, 67 KB unused
REVIEW
8 scripts, 67 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-102...: 67 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 67 KB
67 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=UA-102684728-2129 KB67 KB (52%)3rd
https://tournamayeshgah.com/js/jquery.min.js?v=10AV34 KB1st
https://tournamayeshgah.com/js/bootstrap.min.js?v=10AV14 KB1st
https://tournamayeshgah.com/js/owl.carousel.min.js?v=10AV12 KB1st
https://tournamayeshgah.com/js/header-mobile.js?v=10AV3 KB1st
https://tournamayeshgah.com/js/home-modern.js?v=10AV1 KB1st
https://tournamayeshgah.com/js/index.js?v=10AV1 KB1st
https://www.google-analytics.com/analytics.js21 KB3rd

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
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.
C
Page Weight Inventory
Action
43 resources · 1.5 MB · 67 KB savings available
REVIEW
43 resources · 1.5 MB · 67 KB savings available
Warning::
Page weight 1.5 MB exceeds 1 MB target by 465 KB
Got: 1.5 MB Expected: ≤ 1 MB
Info::
~67 KB of savings available
Info::
3 third-party resources (10% of weight)
43 resources · 1.5 MiB · 3 third-party 464.8 KiB over 1MB target
Image 62% · 918.8 KiB
Font 18% · 263.8 KiB
JavaScript 14% · 214.9 KiB
CSS 5% · 70.8 KiB
Document 1% · 20.5 KiB

~67.3 KiB of savings available

Remove unused JavaScript: 67.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
10% third-party, 0 ms blocking
PASS
10% third-party, 0 ms blocking
Info::
Third-party code accounts for 10% of page weight (150.4 KiB of 1.5 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
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
4 fonts (264 KB)
PASS
4 fonts (264 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

264 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.4 shttps://tournamayeshgah.com/css/Fonts/YekanBakh.ttfYekanBakh.ttf https://tournamayeshgah.com/css/Fonts/YekanBakh.ttf — 64.0 KiB — 154 ms — font-display: swaphttps://tournamayeshgah.com/css/Fonts/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://tournamayeshgah.com/css/Fonts/webfonts/fa-regular-400.woff2 — 76.1 KiB — 143 ms — font-display: swaphttps://tournamayeshgah.com/css/Fonts/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://tournamayeshgah.com/css/Fonts/webfonts/fa-brands-400.woff2 — 60.3 KiB — 145 ms — font-display: swaphttps://tournamayeshgah.com/css/Fonts/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://tournamayeshgah.com/css/Fonts/webfonts/fa-solid-900.woff2 — 63.4 KiB — 148 ms — font-display: swap
YekanBakh.ttf ttf swap
Size 64 KB
Load time 154 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-regular-400.woff2 woff2 swap
Size 76 KB
Load time 143 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 60 KB
Load time 145 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 63 KB
Load time 148 ms
Start 1.1 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 ~19 KB and ~38 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
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-Timing Observability
1 Server-Timing entries advertised
PASS
1 Server-Timing entries advertised
Info::
Server-Timing header advertises 1 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
43 requests over 2639ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.4 shttps://tournamayeshgah.com// https://tournamayeshgah.com/ — 200 — 20.5 KiB — 750 ms — h2https://tournamayeshgah.com/css/Fonts/css/all.min.css?v=10AV/css/Fonts/css/all.min.css?v=10AV https://tournamayeshgah.com/css/Fonts/css/all.min.css?v=10AV — 200 — 11.0 KiB — 153 ms — h2https://tournamayeshgah.com/css/bootstrap.css?v=10AV/css/bootstrap.css?v=10AV https://tournamayeshgah.com/css/bootstrap.css?v=10AV — 200 — 19.3 KiB — 179 ms — h2https://tournamayeshgah.com/css/bootstrap-rtl.min.css?v=10AV/css/bootstrap-rtl.min.css?v=10AV https://tournamayeshgah.com/css/bootstrap-rtl.min.css?v=10AV — 200 — 4.0 KiB — 190 ms — h2https://tournamayeshgah.com/css/owl.carousel.css?v=10AV/css/owl.carousel.css?v=10AV https://tournamayeshgah.com/css/owl.carousel.css?v=10AV — 200 — 1.2 KiB — 186 ms — h2https://trustseal.enamad.ir/logo.aspx?id=195989&Code=PBz7hbWJILmWTIwbdrkGtrustseal.enamad.ir/logo.aspx?id=19... https://trustseal.enamad.ir/logo.aspx?id=195989&Code=PBz7hbWJILmWTIwbdrkG — -1 — 0 B — 0 ms — https://tournamayeshgah.com/css/owl.theme.default.css?v=10AV/css/owl.theme.default.css?v=10AV https://tournamayeshgah.com/css/owl.theme.default.css?v=10AV — 200 — 711 B — 166 ms — h2https://tournamayeshgah.com/css/slicknav.css?v=10AV/css/slicknav.css?v=10AV https://tournamayeshgah.com/css/slicknav.css?v=10AV — 200 — 1.1 KiB — 163 ms — h2https://tournamayeshgah.com/css/style.css?v=10AV/css/style.css?v=10AV https://tournamayeshgah.com/css/style.css?v=10AV — 200 — 13.9 KiB — 218 ms — h2https://tournamayeshgah.com/css/Loading.css?v=10AV/css/Loading.css?v=10AV https://tournamayeshgah.com/css/Loading.css?v=10AV — 200 — 1.2 KiB — 203 ms — h2https://tournamayeshgah.com/css/media.css?v=10AV/css/media.css?v=10AV https://tournamayeshgah.com/css/media.css?v=10AV — 200 — 2.0 KiB — 210 ms — h2https://tournamayeshgah.com/css/header-modern.css?v=10AV/css/header-modern.css?v=10AV https://tournamayeshgah.com/css/header-modern.css?v=10AV — 200 — 4.6 KiB — 207 ms — h2https://tournamayeshgah.com/css/home-modern.css?v=10AV/css/home-modern.css?v=10AV https://tournamayeshgah.com/css/home-modern.css?v=10AV — 200 — 4.8 KiB — 205 ms — h2https://tournamayeshgah.com/js/jquery.min.js?v=10AV/js/jquery.min.js?v=10AV https://tournamayeshgah.com/js/jquery.min.js?v=10AV — 200 — 34.0 KiB — 199 ms — h2https://tournamayeshgah.com/js/bootstrap.min.js?v=10AV/js/bootstrap.min.js?v=10AV https://tournamayeshgah.com/js/bootstrap.min.js?v=10AV — 200 — 13.6 KiB — 213 ms — h2https://tournamayeshgah.com/js/owl.carousel.min.js?v=10AV/js/owl.carousel.min.js?v=10AV https://tournamayeshgah.com/js/owl.carousel.min.js?v=10AV — 200 — 11.6 KiB — 222 ms — h2https://tournamayeshgah.com/js/header-mobile.js?v=10AV/js/header-mobile.js?v=10AV https://tournamayeshgah.com/js/header-mobile.js?v=10AV — 200 — 3.1 KiB — 210 ms — h2https://tournamayeshgah.com/js/home-modern.js?v=10AV/js/home-modern.js?v=10AV https://tournamayeshgah.com/js/home-modern.js?v=10AV — 200 — 1.3 KiB — 179 ms — h2https://tournamayeshgah.com/js/index.js?v=10AV/js/index.js?v=10AV https://tournamayeshgah.com/js/index.js?v=10AV — 200 — 951 B — 201 ms — h2https://tournamayeshgah.com/css/Hover-master/css/hover.css/css/Hover-master/css/hover.css https://tournamayeshgah.com/css/Hover-master/css/hover.css — 200 — 7.1 KiB — 140 ms — h2https://tournamayeshgah.com/images/logo.png/images/logo.png https://tournamayeshgah.com/images/logo.png — 200 — 7.7 KiB — 214 ms — h2https://tournamayeshgah.com/Images/en-flag.png/Images/en-flag.png https://tournamayeshgah.com/Images/en-flag.png — 200 — 5.4 KiB — 139 ms — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-3-1.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-3-1.jpg&ImageSize=1500*520 — 200 — 62.6 KiB — 474 ms — h2https://tournamayeshgah.com/Content/images/Group%207.png/Content/images/Group%207.png https://tournamayeshgah.com/Content/images/Group%207.png — 200 — 97.5 KiB — 167 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-102684728-2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-102684728-2 — 200 — 129.5 KiB — 277 ms — h2https://tournamayeshgah.com/Content/images/yellow-suitcase-with-handle-that-says-travel_354752155%201.png/Content/images/yellow-suitcase-wit... https://tournamayeshgah.com/Content/images/yellow-suitcase-with-handle-that-says-travel_354752155%201.png — 200 — 120.9 KiB — 143 ms — h2https://tournamayeshgah.com/css/WhatsApp-logo.svg/css/WhatsApp-logo.svg https://tournamayeshgah.com/css/WhatsApp-logo.svg — 200 — 1.9 KiB — 147 ms — h2https://tournamayeshgah.com/css/Fonts/YekanBakh.ttf/css/Fonts/YekanBakh.ttf https://tournamayeshgah.com/css/Fonts/YekanBakh.ttf — 200 — 64.0 KiB — 154 ms — h2https://tournamayeshgah.com/css/Fonts/webfonts/fa-regular-400.woff2/css/Fonts/webfonts/fa-regular-400.... https://tournamayeshgah.com/css/Fonts/webfonts/fa-regular-400.woff2 — 200 — 76.1 KiB — 143 ms — h2https://tournamayeshgah.com/css/Fonts/webfonts/fa-brands-400.woff2/css/Fonts/webfonts/fa-brands-400.w... https://tournamayeshgah.com/css/Fonts/webfonts/fa-brands-400.woff2 — 200 — 60.3 KiB — 145 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.9 s LCP 5.4 shttps://tournamayeshgah.com// https://tournamayeshgah.com/ — 200 — 20.5 KiB — 750 ms — h2https://tournamayeshgah.com/css/Fonts/css/all.min.css?v=10AV/css/Fonts/css/all.min.css?v=10AV https://tournamayeshgah.com/css/Fonts/css/all.min.css?v=10AV — 200 — 11.0 KiB — 153 ms — h2https://tournamayeshgah.com/css/bootstrap.css?v=10AV/css/bootstrap.css?v=10AV https://tournamayeshgah.com/css/bootstrap.css?v=10AV — 200 — 19.3 KiB — 179 ms — h2https://tournamayeshgah.com/css/bootstrap-rtl.min.css?v=10AV/css/bootstrap-rtl.min.css?v=10AV https://tournamayeshgah.com/css/bootstrap-rtl.min.css?v=10AV — 200 — 4.0 KiB — 190 ms — h2https://tournamayeshgah.com/css/owl.carousel.css?v=10AV/css/owl.carousel.css?v=10AV https://tournamayeshgah.com/css/owl.carousel.css?v=10AV — 200 — 1.2 KiB — 186 ms — h2https://trustseal.enamad.ir/logo.aspx?id=195989&Code=PBz7hbWJILmWTIwbdrkGtrustseal.enamad.ir/logo.aspx?id=19... https://trustseal.enamad.ir/logo.aspx?id=195989&Code=PBz7hbWJILmWTIwbdrkG — -1 — 0 B — 0 ms — https://tournamayeshgah.com/css/owl.theme.default.css?v=10AV/css/owl.theme.default.css?v=10AV https://tournamayeshgah.com/css/owl.theme.default.css?v=10AV — 200 — 711 B — 166 ms — h2https://tournamayeshgah.com/css/slicknav.css?v=10AV/css/slicknav.css?v=10AV https://tournamayeshgah.com/css/slicknav.css?v=10AV — 200 — 1.1 KiB — 163 ms — h2https://tournamayeshgah.com/css/style.css?v=10AV/css/style.css?v=10AV https://tournamayeshgah.com/css/style.css?v=10AV — 200 — 13.9 KiB — 218 ms — h2https://tournamayeshgah.com/css/Loading.css?v=10AV/css/Loading.css?v=10AV https://tournamayeshgah.com/css/Loading.css?v=10AV — 200 — 1.2 KiB — 203 ms — h2https://tournamayeshgah.com/css/media.css?v=10AV/css/media.css?v=10AV https://tournamayeshgah.com/css/media.css?v=10AV — 200 — 2.0 KiB — 210 ms — h2https://tournamayeshgah.com/css/header-modern.css?v=10AV/css/header-modern.css?v=10AV https://tournamayeshgah.com/css/header-modern.css?v=10AV — 200 — 4.6 KiB — 207 ms — h2https://tournamayeshgah.com/css/home-modern.css?v=10AV/css/home-modern.css?v=10AV https://tournamayeshgah.com/css/home-modern.css?v=10AV — 200 — 4.8 KiB — 205 ms — h2https://tournamayeshgah.com/js/jquery.min.js?v=10AV/js/jquery.min.js?v=10AV https://tournamayeshgah.com/js/jquery.min.js?v=10AV — 200 — 34.0 KiB — 199 ms — h2https://tournamayeshgah.com/js/bootstrap.min.js?v=10AV/js/bootstrap.min.js?v=10AV https://tournamayeshgah.com/js/bootstrap.min.js?v=10AV — 200 — 13.6 KiB — 213 ms — h2https://tournamayeshgah.com/js/owl.carousel.min.js?v=10AV/js/owl.carousel.min.js?v=10AV https://tournamayeshgah.com/js/owl.carousel.min.js?v=10AV — 200 — 11.6 KiB — 222 ms — h2https://tournamayeshgah.com/js/header-mobile.js?v=10AV/js/header-mobile.js?v=10AV https://tournamayeshgah.com/js/header-mobile.js?v=10AV — 200 — 3.1 KiB — 210 ms — h2https://tournamayeshgah.com/js/home-modern.js?v=10AV/js/home-modern.js?v=10AV https://tournamayeshgah.com/js/home-modern.js?v=10AV — 200 — 1.3 KiB — 179 ms — h2https://tournamayeshgah.com/js/index.js?v=10AV/js/index.js?v=10AV https://tournamayeshgah.com/js/index.js?v=10AV — 200 — 951 B — 201 ms — h2https://tournamayeshgah.com/css/Hover-master/css/hover.css/css/Hover-master/css/hover.css https://tournamayeshgah.com/css/Hover-master/css/hover.css — 200 — 7.1 KiB — 140 ms — h2https://tournamayeshgah.com/images/logo.png/images/logo.png https://tournamayeshgah.com/images/logo.png — 200 — 7.7 KiB — 214 ms — h2https://tournamayeshgah.com/Images/en-flag.png/Images/en-flag.png https://tournamayeshgah.com/Images/en-flag.png — 200 — 5.4 KiB — 139 ms — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-3-1.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-3-1.jpg&ImageSize=1500*520 — 200 — 62.6 KiB — 474 ms — h2https://tournamayeshgah.com/Content/images/Group%207.png/Content/images/Group%207.png https://tournamayeshgah.com/Content/images/Group%207.png — 200 — 97.5 KiB — 167 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-102684728-2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-102684728-2 — 200 — 129.5 KiB — 277 ms — h2https://tournamayeshgah.com/Content/images/yellow-suitcase-with-handle-that-says-travel_354752155%201.png/Content/images/yellow-suitcase-wit... https://tournamayeshgah.com/Content/images/yellow-suitcase-with-handle-that-says-travel_354752155%201.png — 200 — 120.9 KiB — 143 ms — h2https://tournamayeshgah.com/css/WhatsApp-logo.svg/css/WhatsApp-logo.svg https://tournamayeshgah.com/css/WhatsApp-logo.svg — 200 — 1.9 KiB — 147 ms — h2https://tournamayeshgah.com/css/Fonts/YekanBakh.ttf/css/Fonts/YekanBakh.ttf https://tournamayeshgah.com/css/Fonts/YekanBakh.ttf — 200 — 64.0 KiB — 154 ms — h2https://tournamayeshgah.com/css/Fonts/webfonts/fa-regular-400.woff2/css/Fonts/webfonts/fa-regular-400.... https://tournamayeshgah.com/css/Fonts/webfonts/fa-regular-400.woff2 — 200 — 76.1 KiB — 143 ms — h2https://tournamayeshgah.com/css/Fonts/webfonts/fa-brands-400.woff2/css/Fonts/webfonts/fa-brands-400.w... https://tournamayeshgah.com/css/Fonts/webfonts/fa-brands-400.woff2 — 200 — 60.3 KiB — 145 ms — h2https://tournamayeshgah.com/css/Fonts/webfonts/fa-solid-900.woff2/css/Fonts/webfonts/fa-solid-900.wo... https://tournamayeshgah.com/css/Fonts/webfonts/fa-solid-900.woff2 — 200 — 63.4 KiB — 148 ms — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-11-12-31-700.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-11-12-31-700.jpg&ImageSize=1500*520 — 200 — 121.3 KiB — 1.3 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-8-2.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-8-2.jpg&ImageSize=1500*520 — 200 — 95.3 KiB — 1.6 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-1-13-2-6.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-1-13-2-6.jpg&ImageSize=1500*520 — 200 — 89.4 KiB — 1.3 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-18-5.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Slider/2026-8-2-16-18-5.jpg&ImageSize=1500*520 — 200 — 97.8 KiB — 1.6 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2026-8-11-12-58-CONTON-FAIR.jpg&ImageSize=1500*520/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2026-8-11-12-58-CONTON-FAIR.jpg&ImageSize=1500*520 — 200 — 127.7 KiB — 1.6 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2026-8-1-11-27-pce_3814.jpg&ImageSize=480*320/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2026-8-1-11-27-pce_3814.jpg&ImageSize=480*320 — 200 — 17.9 KiB — 1.0 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2026-8-8-9-44-itsa365-de-en-1588x912-newsletter-anmeldung-textimage.jpg&ImageSize=480*320/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2026-8-8-9-44-itsa365-de-en-1588x912-newsletter-anmeldung-textimage.jpg&ImageSize=480*320 — 200 — 22.6 KiB — 518 ms — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-27-15-48-Capture.PNG&ImageSize=480*320/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-27-15-48-Capture.PNG&ImageSize=480*320 — 200 — 21.0 KiB — 726 ms — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-27-14-59-Capture.PNG&ImageSize=480*320/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-27-14-59-Capture.PNG&ImageSize=480*320 — 200 — 7.5 KiB — 1.0 s — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-21-10-18-h.png&ImageSize=480*320/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-21-10-18-h.png&ImageSize=480*320 — 200 — 8.8 KiB — 740 ms — h2https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-18-14-33-download.png&ImageSize=480*320/Core/imagecontroller.ashx?FileURL=... https://tournamayeshgah.com/Core/imagecontroller.ashx?FileURL=/Images/Exhibition/2025-8-18-14-33-download.png&ImageSize=480*320 — 200 — 13.5 KiB — 1.0 s — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 156 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
2% of JavaScript execution is third-party
First-party Third-party 114ms · 129KB · ﷼63625/mo
Google Tag Manager
Tag Manager
Costly
Execution 114ms
Transfer 129 KB
Unused 52%
Monthly Cost ﷼63625/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 114ms and costs ~﷼63625/month

Google Tag Manager takes 114ms 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

52% of Google Tag Manager'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-07-20 — 2026-08-16)

LCP (p75)

2843 ms

66% good

INP (p75)

76 ms

95% good

CLS (p75)

0.020

100% good

FCP (p75)

2337 ms

TTFB (p75)

1673 ms

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

Send Feedback