Skip to content
https://gharbdental.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
8
PASS
9
INFO
3

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

85
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.
92
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.

576 ms

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

1.69 s

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

0 ms

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

0.040

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

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

1.69 s

Page Load Progression

426 ms
852 ms
1.3 s
1.7 s
2.1 s
2.6 s
3.0 s
3.4 s
Checks
22
9 PASS 8 REVIEW 2 FIX
F
Page Weight Budget
Action
33.3 MB transferred, 143 requests
FIX
33.3 MB transferred, 143 requests
Critical::
Page weighs 35.7 MB (33.3 MB transferred)
Warning::
Images are 12.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 12.7 MB
Info::
Fonts are 395 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 395 KB
Warning::
143 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 7.0 g CO2 per page load
33.3 MB / 2.4 MB budget
33.3 MB transferred
143 requests
7.0 g CO2 per page load
Other 19.6 MiB 59%
Images 12.7 MiB 38%
JavaScript 464.6 KiB 1%
Fonts 395.1 KiB 1%
CSS 123.8 KiB 0%
HTML 79.5 KiB 0%
Other 967 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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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.

C
Image Optimization
Action
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://gharbdental.com/wp-content/uploads/2026/07... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gharbdental.com/wp-content/uploads/2026/07... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gharbdental.com/wp-content/uploads/2026/07... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gharbdental.com/wp-content/uploads/2026/07... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 12.7 MB
0 oversized -0 KB
25 legacy format
4 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

C
JS Execution Cost
Action
1044ms total JS execution
REVIEW
1044ms total JS execution
Warning::
https://gharbdental.com/: 484ms CPU time
Info::
Unattributable: 240ms CPU time
Info::
https://gharbdental.com/wp-includes/js/jquery/jque...: 179ms CPU time
Info::
https://www.goftino.com/widget/k6xR5n: 71ms CPU time
Info::
https://cdn.goftino.com/static/client.js?v=135: 70ms CPU time
Info::
Third-party scripts: 141ms (14% of total)

Main Thread Breakdown

Style & Layout 33% Other 29% Script Evaluation 27% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://gharbdental.com/484ms7ms3ms1st
Unattributable240ms2ms0ms1st
https://gharbdental.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1179ms135ms2ms1st
https://www.goftino.com/widget/k6xR5n71ms8ms0ms3rd
https://cdn.goftino.com/static/client.js?v=13570ms57ms9ms3rd
B
JS Bundles
51 scripts, 138 KB unused
REVIEW
51 scripts, 138 KB unused
Warning::
https://cdn.goftino.com/static/client.js?v=135: 91 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://gharbdental.com/wp-content/plugins/jet-rev...: 26 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://gharbdental.com/wp-content/plugins/element...: 21 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 138 KB
138 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.goftino.com/static/client.js?v=135159 KB91 KB (58%)3rd
https://gharbdental.com/wp-content/plugins/jet-reviews/assets/js/lib/vue.min.js?ver=2.6.1132 KB26 KB (79%)1st
https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.537 KB21 KB (56%)1st
https://gharbdental.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB1st
https://gharbdental.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://gharbdental.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.4.11 KB1st
https://gharbdental.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d2 KB1st
https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/js/jet-menu-public-scripts.js?ver=2.4.1011 KB1st
https://gharbdental.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.17 KB1st
https://gharbdental.com/wp-includes/js/imagesloaded.min.js?ver=5.0.02 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

B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main 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
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
143 resources · 33.3 MB · 138 KB savings available
REVIEW
143 resources · 33.3 MB · 138 KB savings available
Warning::
Page weight 33.3 MB exceeds 1 MB target by 32.3 MB
Got: 33.3 MB Expected: ≤ 1 MB
Info::
~138 KB of savings available
Info::
6 third-party resources (1% of weight)
Info::
15 resources over 200KB
143 resources · 33.3 MiB · 6 third-party 32.3 MiB over 1MB target
Media 59% · 19.6 MiB
Image 38% · 12.7 MiB
JavaScript 1% · 464.6 KiB
Font 1% · 395.1 KiB
CSS 0% · 123.8 KiB
Document 0% · 79.5 KiB

~138.1 KiB of savings available

Remove unused JavaScript: 138.1 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 (178.1 KiB of 33.3 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
11 fonts (395 KB)
PASS
11 fonts (395 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

395 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 576 ms LCP 1.7 shttps://halochin.ir/Dental-clinic/wp-content/uploads/elementor/google-fonts/fonts/jost-92zatbhpnqw73otd4g.woff2jost-92zatbhpnqw73otd4g... https://halochin.ir/Dental-clinic/wp-content/uploads/elementor/google-fonts/fonts/jost-92zatbhpnqw73otd4g.woff2 — 0 B — 503 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Regular.woffYekanBakhFaNum-Regular.... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Regular.woff — 37.5 KiB — 255 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Regular.woff2PeydaWebFaNum-Regular.w... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Regular.woff2 — 40.9 KiB — 259 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Black.woff2PeydaWebFaNum-Black.woff2 https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Black.woff2 — 40.8 KiB — 260 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Bold.woffYekanBakhFaNum-Bold.woff https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Bold.woff — 37.7 KiB — 261 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-SemiBold.woffYekanBakhFaNum-SemiBold... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-SemiBold.woff — 37.6 KiB — 262 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Medium.woff2PeydaWebFaNum-Medium.woff2 https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Medium.woff2 — 41.0 KiB — 264 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Light.woffYekanBakhFaNum-Light.woff https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Light.woff — 37.3 KiB — 262 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-SemiBold.woff2PeydaWebFaNum-SemiBold.... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-SemiBold.woff2 — 40.9 KiB — 165 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Light.woff2PeydaWebFaNum-Light.woff2 https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Light.woff2 — 40.5 KiB — 166 ms — font-display: swaphttps://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Bold.woff2PeydaWebFaNum-Bold.woff2 https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Bold.woff2 — 41.0 KiB — 216 ms — font-display: swap
jost-92zatbhpnqw73otd4g... woff2 swap
Size 0 KB
Load time 503 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
YekanBakhFaNum-Regular.... woff swap
Size 38 KB
Load time 255 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PeydaWebFaNum-Regular.w... woff2 swap
Size 41 KB
Load time 259 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
PeydaWebFaNum-Black.woff2 woff2 swap
Size 41 KB
Load time 260 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
YekanBakhFaNum-Bold.woff woff swap
Size 38 KB
Load time 261 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
YekanBakhFaNum-SemiBold... woff swap
Size 38 KB
Load time 262 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PeydaWebFaNum-Medium.woff2 woff2 swap
Size 41 KB
Load time 264 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
YekanBakhFaNum-Light.woff woff swap
Size 37 KB
Load time 262 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PeydaWebFaNum-SemiBold.... woff2 swap
Size 41 KB
Load time 165 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
PeydaWebFaNum-Light.woff2 woff2 swap
Size 40 KB
Load time 166 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
PeydaWebFaNum-Bold.woff2 woff2 swap
Size 41 KB
Load time 216 ms
Start 2.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 ~45 KB and ~90 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+
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,User-Agent
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
143 requests over 3451ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 576 ms LCP 1.7 shttps://gharbdental.com// https://gharbdental.com/ — 200 — 991 B — 305 ms — h2https://gharbdental.com// https://gharbdental.com/ — 200 — 78.5 KiB — 1.2 s — h2https://gharbdental.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.4.1 — 200 — 1.3 KiB — 122 ms — h2https://gharbdental.com/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css/style.css?ver=2.4.10/wp-content/plugins/jet-menu/integr... https://gharbdental.com/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css/style.css?ver=2.4.10 — 200 — 208 B — 123 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-rtl.css?ver=wc-9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-rtl.css?ver=wc-9.8.6 — 200 — 2.3 KiB — 125 ms — h2https://gharbdental.com/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.6.8/wp-content/plugins/jet-engine/asse... https://gharbdental.com/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.6.8 — 200 — 7.2 KiB — 123 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css?ver=9.8.6 — 200 — 3.1 KiB — 125 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css?ver=9.8.6 — 200 — 10.0 KiB — 215 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.8.6 — 200 — 640 B — 196 ms — h2https://gharbdental.com/wp-content/themes/hello-elementor/style.min.css?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/style.min.css?ver=3.4.1 — 200 — 1.6 KiB — 194 ms — h2https://gharbdental.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.4.1 — 200 — 1.3 KiB — 193 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css?ver=3.28.4 — 200 — 6.4 KiB — 197 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-7.css?ver=1766325374/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-7.css?ver=1766325374 — 200 — 998 B — 198 ms — h2https://gharbdental.com/wp-content/plugins/jet-appointments-booking/assets/css/public/jet-appointments-booking.css?ver=2.1.2/wp-content/plugins/jet-appointment... https://gharbdental.com/wp-content/plugins/jet-appointments-booking/assets/css/public/jet-appointments-booking.css?ver=2.1.2 — 200 — 993 B — 200 ms — h2https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=2.4.10/wp-content/plugins/jet-menu/assets... https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=2.4.10 — 200 — 6.4 KiB — 213 ms — h2https://gharbdental.com/wp-content/plugins/jet-reviews/assets/css/jet-reviews.css?ver=2.3.7/wp-content/plugins/jet-reviews/ass... https://gharbdental.com/wp-content/plugins/jet-reviews/assets/css/jet-reviews.css?ver=2.3.7 — 200 — 3.9 KiB — 201 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu-rtl.min.css?ver=3.28.3 — 200 — 3.2 KiB — 204 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css?ver=3.28.4 — 200 — 178 B — 204 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css?ver=3.28.4 — 200 — 215 B — 205 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css?ver=3.28.4 — 200 — 769 B — 206 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css?ver=3.28.4 — 200 — 1013 B — 207 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css?ver=3.28.4 — 200 — 1.1 KiB — 209 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.4 — 200 — 534 B — 210 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.28.4 — 200 — 267 B — 216 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.3 — 200 — 390 B — 217 ms — h2https://gharbdental.com/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=2.2.8/wp-content/plugins/jet-tabs/assets... https://gharbdental.com/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=2.2.8 — 200 — 3.8 KiB — 221 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css?ver=3.28.4 — 200 — 750 B — 222 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css?ver=3.28.4 — 200 — 376 B — 226 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5 — 200 — 4.2 KiB — 227 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4 — 200 — 761 B — 228 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 576 ms LCP 1.7 shttps://gharbdental.com// https://gharbdental.com/ — 200 — 991 B — 305 ms — h2https://gharbdental.com// https://gharbdental.com/ — 200 — 78.5 KiB — 1.2 s — h2https://gharbdental.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.4.1 — 200 — 1.3 KiB — 122 ms — h2https://gharbdental.com/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css/style.css?ver=2.4.10/wp-content/plugins/jet-menu/integr... https://gharbdental.com/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css/style.css?ver=2.4.10 — 200 — 208 B — 123 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-rtl.css?ver=wc-9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-rtl.css?ver=wc-9.8.6 — 200 — 2.3 KiB — 125 ms — h2https://gharbdental.com/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.6.8/wp-content/plugins/jet-engine/asse... https://gharbdental.com/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.6.8 — 200 — 7.2 KiB — 123 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css?ver=9.8.6 — 200 — 3.1 KiB — 125 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css?ver=9.8.6 — 200 — 10.0 KiB — 215 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/brands.css?ver=9.8.6 — 200 — 640 B — 196 ms — h2https://gharbdental.com/wp-content/themes/hello-elementor/style.min.css?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/style.min.css?ver=3.4.1 — 200 — 1.6 KiB — 194 ms — h2https://gharbdental.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.4.1 — 200 — 1.3 KiB — 193 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/frontend-rtl.min.css?ver=3.28.4 — 200 — 6.4 KiB — 197 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-7.css?ver=1766325374/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-7.css?ver=1766325374 — 200 — 998 B — 198 ms — h2https://gharbdental.com/wp-content/plugins/jet-appointments-booking/assets/css/public/jet-appointments-booking.css?ver=2.1.2/wp-content/plugins/jet-appointment... https://gharbdental.com/wp-content/plugins/jet-appointments-booking/assets/css/public/jet-appointments-booking.css?ver=2.1.2 — 200 — 993 B — 200 ms — h2https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=2.4.10/wp-content/plugins/jet-menu/assets... https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=2.4.10 — 200 — 6.4 KiB — 213 ms — h2https://gharbdental.com/wp-content/plugins/jet-reviews/assets/css/jet-reviews.css?ver=2.3.7/wp-content/plugins/jet-reviews/ass... https://gharbdental.com/wp-content/plugins/jet-reviews/assets/css/jet-reviews.css?ver=2.3.7 — 200 — 3.9 KiB — 201 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu-rtl.min.css?ver=3.28.3 — 200 — 3.2 KiB — 204 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css?ver=3.28.4 — 200 — 178 B — 204 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css?ver=3.28.4 — 200 — 215 B — 205 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-divider-rtl.min.css?ver=3.28.4 — 200 — 769 B — 206 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-list-rtl.min.css?ver=3.28.4 — 200 — 1013 B — 207 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css?ver=3.28.4 — 200 — 1.1 KiB — 209 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.4 — 200 — 534 B — 210 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.28.4 — 200 — 267 B — 216 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.3 — 200 — 390 B — 217 ms — h2https://gharbdental.com/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=2.2.8/wp-content/plugins/jet-tabs/assets... https://gharbdental.com/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=2.2.8 — 200 — 3.8 KiB — 221 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-icon-box-rtl.min.css?ver=3.28.4 — 200 — 750 B — 222 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-spacer-rtl.min.css?ver=3.28.4 — 200 — 376 B — 226 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5 — 200 — 4.2 KiB — 227 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4 — 200 — 761 B — 228 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-carousel-rtl.min.css?ver=3.28.4 — 200 — 224 B — 228 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-image-box-rtl.min.css?ver=3.28.4 — 200 — 354 B — 229 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/css/widget-video-rtl.min.css?ver=3.28.4 — 200 — 415 B — 232 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-form-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-form-rtl.min.css?ver=3.28.3 — 200 — 1.4 KiB — 233 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-testimonial-carousel-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-testimonial-carousel-rtl.min.css?ver=3.28.3 — 200 — 1.4 KiB — 235 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel-module-base-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel-module-base-rtl.min.css?ver=3.28.3 — 200 — 644 B — 236 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-common-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-common-rtl.min.css?ver=3.28.3 — 200 — 175 B — 236 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-carousel-rtl.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-carousel-rtl.min.css?ver=3.28.3 — 200 — 1.3 KiB — 238 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-34.css?ver=1784583551/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-34.css?ver=1784583551 — 200 — 8.5 KiB — 255 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-501.css?ver=1766325375/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-501.css?ver=1766325375 — 200 — 1.0 KiB — 239 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-711.css?ver=1766325375/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-711.css?ver=1766325375 — 200 — 1.1 KiB — 240 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-26.css?ver=1766423403/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-26.css?ver=1766423403 — 200 — 1.8 KiB — 241 ms — h2https://gharbdental.com/wp-content/plugins/jet-woo-builder/assets/css/frontend.css?ver=2.1.19/wp-content/plugins/jet-woo-builder... https://gharbdental.com/wp-content/plugins/jet-woo-builder/assets/css/frontend.css?ver=2.1.19 — 200 — 8.4 KiB — 254 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-30.css?ver=1766512491/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-30.css?ver=1766512491 — 200 — 2.4 KiB — 245 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-3365.css?ver=1766325375/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-3365.css?ver=1766325375 — 200 — 789 B — 246 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/woocommerce-notices.min.css?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/css/woocommerce-notices.min.css?ver=3.28.3 — 200 — 1.6 KiB — 247 ms — h2https://gharbdental.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7/wp-content/plugins/jet-search/asse... https://gharbdental.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7 — 200 — 2.1 KiB — 248 ms — h2https://gharbdental.com/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=3.5.9/wp-content/plugins/jet-search/asse... https://gharbdental.com/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=3.5.9 — 200 — 8.7 KiB — 252 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/css/fonts.css?ver=123456/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/css/fonts.css?ver=123456 — 200 — 2.9 KiB — 250 ms — h2https://gharbdental.com/wp-content/uploads/elementor/google-fonts/css/jost.css?ver=1747217968/wp-content/uploads/elementor/googl... https://gharbdental.com/wp-content/uploads/elementor/google-fonts/css/jost.css?ver=1747217968 — 200 — 683 B — 252 ms — h2https://gharbdental.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://gharbdental.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.2 KiB — 283 ms — h2https://gharbdental.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://gharbdental.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.7 KiB — 277 ms — h2https://gharbdental.com/wp-content/uploads/elementor/css/post-5082.css?ver=1766325375/wp-content/uploads/elementor/css/p... https://gharbdental.com/wp-content/uploads/elementor/css/post-5082.css?ver=1766325375 — 200 — 1.3 KiB — 252 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css?ver=3.28.4 — 200 — 197 B — 253 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/%D8%AB%DB%8C%D9%81%D8%A7%D9%82%D9%81%D8%A7-1024x489.png/wp-content/uploads/2023/12/%D8%AB%... https://gharbdental.com/wp-content/uploads/2023/12/%D8%AB%DB%8C%D9%81%D8%A7%D9%82%D9%81%D8%A7-1024x489.png — 200 — 39.9 KiB — 302 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/%D8%AE%D9%81%D8%A8%D9%82%D8%AE%D9%81%D9%84%D8%AF-1024x489.png/wp-content/uploads/2023/12/%D8%AE%... https://gharbdental.com/wp-content/uploads/2023/12/%D8%AE%D9%81%D8%A8%D9%82%D8%AE%D9%81%D9%84%D8%AF-1024x489.png — 200 — 21.2 KiB — 302 ms — h2https://gharbdental.com/wp-content/uploads/2026/07/44f43dfc-b300-4628-84bd-e4fbe85a8101-768x960.png/wp-content/uploads/2026/07/44f43df... https://gharbdental.com/wp-content/uploads/2026/07/44f43dfc-b300-4628-84bd-e4fbe85a8101-768x960.png — 200 — 1.0 MiB — 502 ms — h2https://gharbdental.com/wp-content/uploads/2026/07/32e95455-0d96-46f3-bc21-b70c2af7948d-768x939.png/wp-content/uploads/2026/07/32e9545... https://gharbdental.com/wp-content/uploads/2026/07/32e95455-0d96-46f3-bc21-b70c2af7948d-768x939.png — 200 — 838.8 KiB — 384 ms — h2https://gharbdental.com/wp-content/uploads/2026/07/0fd684ea-3ce3-4960-bf1f-1458831fc791-768x960.png/wp-content/uploads/2026/07/0fd684e... https://gharbdental.com/wp-content/uploads/2026/07/0fd684ea-3ce3-4960-bf1f-1458831fc791-768x960.png — 200 — 843.7 KiB — 384 ms — h2https://gharbdental.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.4.1/wp-content/themes/hello-elementor/... https://gharbdental.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=3.4.1 — 200 — 632 B — 210 ms — h2https://gharbdental.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://gharbdental.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 1.8 KiB — 211 ms — h2https://gharbdental.com/wp-content/plugins/jet-reviews/assets/js/lib/vue.min.js?ver=2.6.11/wp-content/plugins/jet-reviews/ass... https://gharbdental.com/wp-content/plugins/jet-reviews/assets/js/lib/vue.min.js?ver=2.6.11 — 200 — 32.4 KiB — 213 ms — h2https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/js/jet-menu-public-scripts.js?ver=2.4.10/wp-content/plugins/jet-menu/assets... https://gharbdental.com/wp-content/plugins/jet-menu/assets/public/js/jet-menu-public-scripts.js?ver=2.4.10 — 200 — 10.8 KiB — 216 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1 — 200 — 6.8 KiB — 217 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 — 200 — 37.3 KiB — 334 ms — h2https://gharbdental.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0/wp-includes/js/imagesloaded.min.js... https://gharbdental.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0 — 200 — 1.7 KiB — 220 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.8.6 — 200 — 4.6 KiB — 221 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.6 — 200 — 1.1 KiB — 221 ms — h2https://gharbdental.com/wp-content/plugins/jet-search/assets/lib/jet-plugins/jet-plugins.js?ver=1.0.0/wp-content/plugins/jet-search/asse... https://gharbdental.com/wp-content/plugins/jet-search/assets/lib/jet-plugins/jet-plugins.js?ver=1.0.0 — 200 — 2.2 KiB — 222 ms — h2https://gharbdental.com/wp-content/plugins/jet-engine/assets/js/frontend.js?ver=3.6.8/wp-content/plugins/jet-engine/asse... https://gharbdental.com/wp-content/plugins/jet-engine/assets/js/frontend.js?ver=3.6.8 — 200 — 13.9 KiB — 226 ms — h2https://gharbdental.com/wp-content/plugins/jet-engine/assets/lib/slick/slick.min.js?ver=1.8.1/wp-content/plugins/jet-engine/asse... https://gharbdental.com/wp-content/plugins/jet-engine/assets/lib/slick/slick.min.js?ver=1.8.1 — 200 — 9.9 KiB — 224 ms — h2https://gharbdental.com/wp-includes/js/underscore.min.js?ver=1.13.8/wp-includes/js/underscore.min.js?v... https://gharbdental.com/wp-includes/js/underscore.min.js?ver=1.13.8 — 200 — 7.1 KiB — 226 ms — h2https://gharbdental.com/wp-includes/js/wp-util.min.js?ver=7.0.2/wp-includes/js/wp-util.min.js?ver=... https://gharbdental.com/wp-includes/js/wp-util.min.js?ver=7.0.2 — 200 — 753 B — 227 ms — h2https://gharbdental.com/wp-includes/js/imagesloaded.min.js?ver=7.0.2/wp-includes/js/imagesloaded.min.js... https://gharbdental.com/wp-includes/js/imagesloaded.min.js?ver=7.0.2 — 200 — 1.7 KiB — 228 ms — h2https://gharbdental.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.jquery.min.js?ver=1.8.7/wp-content/plugins/jet-search/asse... https://gharbdental.com/wp-content/plugins/jet-search/assets/lib/chosen/chosen.jquery.min.js?ver=1.8.7 — 200 — 6.3 KiB — 274 ms — h2https://gharbdental.com/wp-content/plugins/jet-search/assets/js/jet-search.js?ver=3.5.9/wp-content/plugins/jet-search/asse... https://gharbdental.com/wp-content/plugins/jet-search/assets/js/jet-search.js?ver=3.5.9 — 200 — 13.2 KiB — 294 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.28.3 — 200 — 2.6 KiB — 281 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.28.4 — 200 — 2.3 KiB — 282 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.4 — 200 — 14.1 KiB — 286 ms — h2https://gharbdental.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://gharbdental.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 2.4 KiB — 291 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.28.3 — 200 — 6.2 KiB — 295 ms — h2https://gharbdental.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://gharbdental.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 6.7 KiB — 295 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.28.4/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.28.4 — 200 — 12.9 KiB — 297 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.28.3/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.28.3 — 200 — 10.0 KiB — 298 ms — h2https://gharbdental.com/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/widgets-scripts.js?ver=2.4.10/wp-content/plugins/jet-menu/includ... https://gharbdental.com/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/widgets-scripts.js?ver=2.4.10 — 200 — 3.4 KiB — 300 ms — h2https://gharbdental.com/wp-includes/js/dist/url.min.js?ver=bb0f766c3d2efe497871/wp-includes/js/dist/url.min.js?ver... https://gharbdental.com/wp-includes/js/dist/url.min.js?ver=bb0f766c3d2efe497871 — 200 — 3.6 KiB — 303 ms — h2https://gharbdental.com/wp-includes/js/dist/api-fetch.min.js?ver=d7efe4dc1468d36c39b8/wp-includes/js/dist/api-fetch.min.... https://gharbdental.com/wp-includes/js/dist/api-fetch.min.js?ver=d7efe4dc1468d36c39b8 — 200 — 2.7 KiB — 306 ms — h2https://gharbdental.com/wp-content/plugins/jet-reviews/assets/js/jet-reviews-frontend.js?ver=2.3.7/wp-content/plugins/jet-reviews/ass... https://gharbdental.com/wp-content/plugins/jet-reviews/assets/js/jet-reviews-frontend.js?ver=2.3.7 — 200 — 9.0 KiB — 307 ms — h2https://gharbdental.com/wp-content/plugins/jet-tabs/assets/js/jet-tabs-frontend.min.js?ver=2.2.8/wp-content/plugins/jet-tabs/assets... https://gharbdental.com/wp-content/plugins/jet-tabs/assets/js/jet-tabs-frontend.min.js?ver=2.2.8 — 200 — 5.7 KiB — 310 ms — h2https://gharbdental.com/wp-content/plugins/jet-woo-builder/assets/js/frontend.min.js?ver=2.1.19/wp-content/plugins/jet-woo-builder... https://gharbdental.com/wp-content/plugins/jet-woo-builder/assets/js/frontend.min.js?ver=2.1.19 — 200 — 3.7 KiB — 311 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.8.6 — 200 — 3.3 KiB — 313 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.8.6 — 200 — 1.3 KiB — 315 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.8.6 — 200 — 820 B — 317 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.8.6 — 200 — 1.3 KiB — 319 ms — h2https://gharbdental.com/wp-content/uploads/2026/07/cbc7fd9c-e2d4-48f7-9696-1b130ba3e492-768x939.png/wp-content/uploads/2026/07/cbc7fd9... https://gharbdental.com/wp-content/uploads/2026/07/cbc7fd9c-e2d4-48f7-9696-1b130ba3e492-768x939.png — 200 — 836.1 KiB — 675 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Group-1-4.png/wp-content/uploads/2023/12/Group-1... https://gharbdental.com/wp-content/uploads/2023/12/Group-1-4.png — 200 — 20.0 KiB — 327 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Logo-min.png/wp-content/uploads/2023/12/Logo-mi... https://gharbdental.com/wp-content/uploads/2023/12/Logo-min.png — 200 — 7.7 KiB — 324 ms — h2https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css?ver=9.8.6/wp-content/plugins/woocommerce/ass... https://gharbdental.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css?ver=9.8.6 — 200 — 1.2 KiB — 325 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/green-hero-bg.png/wp-content/uploads/2023/12/green-h... https://gharbdental.com/wp-content/uploads/2023/12/green-hero-bg.png — 200 — 70.4 KiB — 317 ms — h2https://halochin.ir/Dental-clinic/wp-content/uploads/elementor/google-fonts/fonts/jost-92zatbhpnqw73otd4g.woff2halochin.ir/Dental-clinic/wp-conten... https://halochin.ir/Dental-clinic/wp-content/uploads/elementor/google-fonts/fonts/jost-92zatbhpnqw73otd4g.woff2 — -1 — 0 B — 503 ms — https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cfpiybcfpiybcfpi-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cfpiybcfpiybcfpi-1.png — 200 — 938.0 KiB — 823 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_t1ah06t1ah06t1ah-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_t1ah06t1ah06t1ah-1.png — 200 — 740.4 KiB — 677 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_n9ivotn9ivotn9iv-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_n9ivotn9ivotn9iv-1.png — 200 — 1001.6 KiB — 827 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_urxjzfurxjzfurxj-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_urxjzfurxjzfurxj-1.png — 200 — 899.3 KiB — 827 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_3xvxqz3xvxqz3xvx-2.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_3xvxqz3xvxqz3xvx-2.png — 200 — 666.2 KiB — 679 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_86ox3786ox3786ox-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_86ox3786ox3786ox-1.png — 200 — 1.1 MiB — 829 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_31teqw31teqw31te-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_31teqw31teqw31te-1.png — 200 — 1.0 MiB — 828 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_rkvntkrkvntkrkvn-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_rkvntkrkvntkrkvn-1.png — 200 — 1.1 MiB — 829 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cscu7lcscu7lcscu-1.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cscu7lcscu7lcscu-1.png — 200 — 967.5 KiB — 827 ms — h2https://gharbdental.com/wp-content/uploads/2026/06/ddbcf06f-296a-4b8e-935a-b1fab3d0b68a-1-768x512.png/wp-content/uploads/2026/06/ddbcf06... https://gharbdental.com/wp-content/uploads/2026/06/ddbcf06f-296a-4b8e-935a-b1fab3d0b68a-1-768x512.png — 200 — 427.2 KiB — 598 ms — h2https://gharbdental.com/wp-content/uploads/2025/12/IMG_3435-e1766227944579-1024x645.jpg/wp-content/uploads/2025/12/IMG_343... https://gharbdental.com/wp-content/uploads/2025/12/IMG_3435-e1766227944579-1024x645.jpg — 200 — 56.5 KiB — 279 ms — h2https://gharbdental.com/wp-content/uploads/2025/12/IMG_4425-e1766227972793-1024x576.jpg/wp-content/uploads/2025/12/IMG_442... https://gharbdental.com/wp-content/uploads/2025/12/IMG_4425-e1766227972793-1024x576.jpg — 200 — 41.0 KiB — 282 ms — h2https://gharbdental.com/wp-content/uploads/2025/12/IMG_5268-1024x682.jpg/wp-content/uploads/2025/12/IMG_526... https://gharbdental.com/wp-content/uploads/2025/12/IMG_5268-1024x682.jpg — 200 — 117.5 KiB — 363 ms — h2https://gharbdental.com/wp-content/uploads/2025/12/IMG_5551-e1766228025986-1024x576.jpg/wp-content/uploads/2025/12/IMG_555... https://gharbdental.com/wp-content/uploads/2025/12/IMG_5551-e1766228025986-1024x576.jpg — 200 — 66.1 KiB — 345 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Regular.woff/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Regular.woff — 200 — 37.5 KiB — 255 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Regular.woff2/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Regular.woff2 — 200 — 40.9 KiB — 259 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Black.woff2/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Black.woff2 — 200 — 40.8 KiB — 260 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Bold.woff/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Bold.woff — 200 — 37.7 KiB — 261 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-SemiBold.woff/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-SemiBold.woff — 200 — 37.6 KiB — 262 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Medium.woff2/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Medium.woff2 — 200 — 41.0 KiB — 264 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Light.woff/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff/YekanBakhFaNum-Light.woff — 200 — 37.3 KiB — 262 ms — h2https://gharbdental.com/wp-content/uploads/2026/07/VID_20260202_125402_169.mp4/wp-content/uploads/2026/07/VID_202... https://gharbdental.com/wp-content/uploads/2026/07/VID_20260202_125402_169.mp4 — 206 — 19.6 MiB — 285 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/footer-bg.jpg/wp-content/uploads/2023/12/footer-... https://gharbdental.com/wp-content/uploads/2023/12/footer-bg.jpg — 200 — 72.1 KiB — 338 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-SemiBold.woff2/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-SemiBold.woff2 — 200 — 40.9 KiB — 165 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Light.woff2/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Light.woff2 — 200 — 40.5 KiB — 166 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Bold.woff2/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/abzarwp/fonts/all/fonts/woff2/PeydaWebFaNum-Bold.woff2 — 200 — 41.0 KiB — 216 ms — h2https://www.goftino.com/widget/k6xR5nwww.goftino.com/widget/k6xR5n https://www.goftino.com/widget/k6xR5n — 200 — 3.7 KiB — 339 ms — h2blob:https://gharbdental.com/cbf4f9da-ec61-498a-abd4-993f01c6244agharbdental.com/cbf4f9da-ec61-498a-... blob:https://gharbdental.com/cbf4f9da-ec61-498a-abd4-993f01c6244a — 200 — -1 B — 229 ms — blobhttps://gharbdental.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.3/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.3 — 200 — 3.5 KiB — 122 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/nav-menu.a23fbd67486c5bedf26c.bundle.min.js/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/nav-menu.a23fbd67486c5bedf26c.bundle.min.js — 200 — 1.8 KiB — 111 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/js/text-editor.c084ef86600b6f11690d.bundle.min.js/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/js/text-editor.c084ef86600b6f11690d.bundle.min.js — 200 — 681 B — 161 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js — 200 — 317 B — 165 ms — h2https://gharbdental.com/wp-content/plugins/elementor/assets/js/video.6ebfa2c3f5493cb2eaaf.bundle.min.js/wp-content/plugins/elementor/asset... https://gharbdental.com/wp-content/plugins/elementor/assets/js/video.6ebfa2c3f5493cb2eaaf.bundle.min.js — 200 — 1.3 KiB — 158 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/form.5fb35271b8ba3fb1e7d6.bundle.min.js/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/form.5fb35271b8ba3fb1e7d6.bundle.min.js — 200 — 4.9 KiB — 149 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/popup.f7b15b2ca565b152bf98.bundle.min.js — 200 — 463 B — 152 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/carousel.3620fca501cb18163600.bundle.min.js/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/carousel.3620fca501cb18163600.bundle.min.js — 200 — 1.6 KiB — 245 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/loop.4a16d82b8b5e3e00f25e.bundle.min.js/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/loop.4a16d82b8b5e3e00f25e.bundle.min.js — 200 — 3.1 KiB — 246 ms — h2https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/loop-carousel.f8067ec0c24b628c786e.bundle.min.js/wp-content/plugins/elementor-pro/a... https://gharbdental.com/wp-content/plugins/elementor-pro/assets/js/loop-carousel.f8067ec0c24b628c786e.bundle.min.js — 200 — 701 B — 248 ms — h2https://gharbdental.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2/wp-includes/js/wp-emoji-release.mi... https://gharbdental.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2 — 200 — 5.0 KiB — 196 ms — h2https://cdn.goftino.com/static/assets/css/client.css?v=135cdn.goftino.com/static/assets/css/c... https://cdn.goftino.com/static/assets/css/client.css?v=135 — 200 — 11.5 KiB — 289 ms — h2https://cdn.goftino.com/static/client.js?v=135cdn.goftino.com/static/client.js?v=... https://cdn.goftino.com/static/client.js?v=135 — 200 — 159.3 KiB — 566 ms — h2https://gharbdental.com/wp-content/uploads/2025/12/cropped-%D8%AE%D9%81%D8%A8%D9%82%D8%AE%D9%81%D9%84%D8%AF-32x32.png/wp-content/uploads/2025/12/cropped... https://gharbdental.com/wp-content/uploads/2025/12/cropped-%D8%AE%D9%81%D8%A8%D9%82%D8%AE%D9%81%D9%84%D8%AF-32x32.png — 200 — 967 B — 218 ms — h2https://cdn.goftino.com/static/assets/img/profile.pngcdn.goftino.com/static/assets/img/p... https://cdn.goftino.com/static/assets/img/profile.png — 200 — 3.6 KiB — 94 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
14% of JavaScript execution is third-party
First-party Third-party 141ms · 163KB · ﷼33913/mo
www.goftino.com
Other
Costly
Execution 71ms
Transfer 4 KB
Monthly Cost ﷼17141/mo
cdn.goftino.com
Other
Costly
Execution 70ms
Transfer 159 KB
Unused 58%
Monthly Cost ﷼16772/mo

These scripts may cost more than they're worth

  • www.goftino.com adds 71ms and costs ~﷼17141/month
  • cdn.goftino.com adds 70ms and costs ~﷼16772/month

www.goftino.com takes 71ms 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

cdn.goftino.com takes 70ms 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

58% of cdn.goftino.com'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

Image Optimization
37 images, 10788 KB total, 6031 KB wasted
INFO

Image Optimization Audit

Total Images

37

Total Size

10788 KB

Oversized

10

Wasted

6031 KB

9 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