Skip to content
https://gharbdental.com

Performance

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

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

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

4.68 s

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

51.56 s

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

491 ms

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

0.000

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

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

52.70 s

Page Load Progression

710 ms
1.4 s
2.1 s
2.8 s
3.6 s
4.3 s
5.0 s
5.7 s
Checks
26
11 PASS 9 REVIEW 3 FIX
F
Page Weight Budget
Action
29.8 MB transferred, 139 requests
FIX
29.8 MB transferred, 139 requests
Critical::
Page weighs 32.2 MB (29.8 MB transferred)
Warning::
Images are 9.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 9.1 MB
Info::
Fonts are 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::
139 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 6.3 g CO2 per page load
29.8 MB / 2.4 MB budget
29.8 MB transferred
139 requests
6.3 g CO2 per page load
Other 19.7 MiB 66%
Images 9.1 MiB 31%
JavaScript 464.5 KiB 2%
Fonts 395.1 KiB 1%
CSS 123.8 KiB 0%
HTML 79.5 KiB 0%
Other 1004 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
JS Execution Cost
Action
4492ms total JS execution
FIX
4492ms total JS execution
Warning::
https://gharbdental.com/wp-includes/js/jquery/jque...: 1383ms CPU time
Warning::
https://gharbdental.com/: 1071ms CPU time
Warning::
Unattributable: 1006ms CPU time
Warning::
https://www.goftino.com/widget/k6xR5n: 290ms CPU time
Warning::
https://cdn.goftino.com/static/client.js?v=135: 285ms CPU time
Info::
Third-party scripts: 574ms (13% of total)

Main Thread Breakdown

Script Evaluation 32% Other 29% Style & Layout 28% Parse HTML & CSS 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://gharbdental.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.11383ms660ms6ms1st
https://gharbdental.com/1071ms28ms12ms1st
Unattributable1006ms10ms0ms1st
https://www.goftino.com/widget/k6xR5n290ms32ms1ms3rd
https://cdn.goftino.com/static/client.js?v=135285ms235ms36ms3rd
https://gharbdental.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.8.6191ms191ms0ms1st
https://gharbdental.com/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js129ms103ms0ms1st
https://gharbdental.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.571ms12ms15ms1st
https://gharbdental.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.467ms50ms14ms1st
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
21 images, 0 KB saveable
REVIEW
21 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.
21 images 9.1 MB
0 oversized -0 KB
21 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

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
139 resources · 29.8 MB · 138 KB savings available
REVIEW
139 resources · 29.8 MB · 138 KB savings available
Warning::
Page weight 29.8 MB exceeds 1 MB target by 28.8 MB
Got: 29.8 MB Expected: ≤ 1 MB
Info::
~138 KB of savings available
Info::
6 third-party resources (1% of weight)
Info::
15 resources over 200KB
139 resources · 29.8 MiB · 6 third-party 28.8 MiB over 1MB target
Media 66% · 19.7 MiB
Image 31% · 9.1 MiB
JavaScript 2% · 464.5 KiB
Font 1% · 395.1 KiB
CSS 0% · 123.8 KiB
Document 0% · 79.5 KiB

~138.0 KiB of savings available

Remove unused JavaScript: 138.0 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
2 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 4.5 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.
B
CSS Performance Depth
2 CSS depth issue(s) detected
REVIEW
2 CSS depth issue(s) detected
Warning::
51 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Warning::
1 `@font-face` rule(s) without `font-display` -- causes FOIT
An `@font-face` rule without `font-display` causes Flash of Invisible Text (FOIT): the browser hides the styled text for up to 3 seconds while the custom font downloads, then either swaps to fallback (Chrome / Firefox) or stays invisible (older Safari). Add `font-display: swap` (shows fallback immediately, swaps in the custom font when ready) or `font-display: optional` (uses fallback if the font isn't ready in 100ms; never causes visible swap). Either eliminates FOIT outright.
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 29.8 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s 54.0 s FCP 4.7 s LCP 51.6 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 — 687 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 — 299 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 — 298 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 — 301 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 — 303 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 — 305 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.8 KiB — 306 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 — 290 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 — 291 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 — 292 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 — 293 ms — font-display: swap
jost-92zatbhpnqw73otd4g... woff2 swap
Size 0 KB
Load time 687 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
YekanBakhFaNum-Regular.... woff swap
Size 38 KB
Load time 299 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PeydaWebFaNum-Black.woff2 woff2 swap
Size 41 KB
Load time 298 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
YekanBakhFaNum-Bold.woff woff swap
Size 38 KB
Load time 301 ms
Start 3.8 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 303 ms
Start 3.8 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 305 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
PeydaWebFaNum-Regular.w... woff2 swap
Size 41 KB
Load time 306 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
YekanBakhFaNum-Light.woff woff swap
Size 37 KB
Load time 290 ms
Start 4.2 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 291 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
PeydaWebFaNum-Light.woff2 woff2 swap
Size 40 KB
Load time 292 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
PeydaWebFaNum-Bold.woff2 woff2 swap
Size 41 KB
Load time 293 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~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.
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
Network Waterfall
139 requests over 5748ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s 54.0 s FCP 4.7 s LCP 51.6 shttps://gharbdental.com// https://gharbdental.com/ — 200 — 991 B — 309 ms — h2https://gharbdental.com// https://gharbdental.com/ — 200 — 78.5 KiB — 3.1 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 — 105 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 — 107 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 — 110 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 — 113 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 — 195 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 — 198 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 — 214 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 — 201 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 — 209 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 — 211 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 — 214 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 — 218 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 — 220 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 — 235 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 — 226 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 — 229 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 — 232 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 — 234 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 — 237 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 — 1.0 KiB — 238 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 — 240 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 — 241 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 — 222 B — 247 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 — 389 B — 243 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 — 250 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 — 773 B — 252 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 — 253 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 — 256 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s 54.0 s FCP 4.7 s LCP 51.6 shttps://gharbdental.com// https://gharbdental.com/ — 200 — 991 B — 309 ms — h2https://gharbdental.com// https://gharbdental.com/ — 200 — 78.5 KiB — 3.1 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 — 105 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 — 107 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 — 110 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 — 113 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 — 195 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 — 198 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 — 214 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 — 201 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 — 209 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 — 211 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 — 214 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 — 218 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 — 220 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 — 235 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 — 226 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 — 229 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 — 232 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 — 234 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 — 237 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 — 1.0 KiB — 238 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 — 240 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 — 241 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 — 222 B — 247 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 — 389 B — 243 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 — 250 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 — 773 B — 252 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 — 253 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 — 256 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 — 258 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 — 261 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 — 261 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 — 263 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 — 266 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 — 267 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 — 268 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 — 270 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 — 272 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 — 289 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 — 275 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 — 276 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 — 277 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 — 288 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 — 280 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 — 281 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 — 284 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 — 285 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 — 299 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 — 289 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 — 637 B — 290 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 — 303 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 — 294 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 — 290 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 — 220 B — 291 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/%D8%AB%DB%8C%D9%81%D8%A7%D9%82%D9%81%D8%A7-768x367.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-768x367.png — 200 — 27.6 KiB — 303 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-768x367.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-768x367.png — 200 — 14.6 KiB — 300 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 — 505 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 — 290 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 — 429 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 — 277 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 — 279 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 — 283 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 — 281 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 — 286 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 — 326 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 — 288 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 — 290 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 — 294 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 — 298 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 — 326 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 — 306 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 — 310 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 — 776 B — 314 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.8 KiB — 317 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.4 KiB — 321 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 — 342 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 — 327 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 — 328 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 — 332 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 — 335 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 — 338 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 — 341 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 — 344 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 — 347 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 — 349 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 — 350 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 — 352 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 — 353 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 — 356 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 — 358 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 — 360 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 — 362 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 — 364 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 — 367 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 — 813 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 — 373 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.8 KiB — 372 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.5 KiB — 361 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 — 687 ms — https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cfpiybcfpiybcfpi-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cfpiybcfpiybcfpi-1-768x576.png — 200 — 540.1 KiB — 731 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_t1ah06t1ah06t1ah-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_t1ah06t1ah06t1ah-1-768x576.png — 200 — 568.9 KiB — 672 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_n9ivotn9ivotn9iv-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_n9ivotn9ivotn9iv-1-768x576.png — 200 — 569.8 KiB — 672 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_urxjzfurxjzfurxj-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_urxjzfurxjzfurxj-1-768x576.png — 200 — 520.3 KiB — 669 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_3xvxqz3xvxqz3xvx-2-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_3xvxqz3xvxqz3xvx-2-768x576.png — 200 — 553.8 KiB — 670 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_86ox3786ox3786ox-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_86ox3786ox3786ox-1-768x576.png — 200 — 619.4 KiB — 732 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_31teqw31teqw31te-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_31teqw31teqw31te-1-768x576.png — 200 — 568.0 KiB — 730 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_rkvntkrkvntkrkvn-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_rkvntkrkvntkrkvn-1-768x576.png — 200 — 623.8 KiB — 732 ms — h2https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cscu7lcscu7lcscu-1-768x576.png/wp-content/uploads/2023/12/Gemini_... https://gharbdental.com/wp-content/uploads/2023/12/Gemini_Generated_Image_cscu7lcscu7lcscu-1-768x576.png — 200 — 554.4 KiB — 732 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.1 KiB — 667 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 — 299 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 — 298 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 — 301 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 — 303 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 — 305 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.8 KiB — 306 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.7 MiB — 418 ms — h2blob:https://gharbdental.com/f332029e-bc05-4af1-88eb-e8634b9fca9fgharbdental.com/f332029e-bc05-4af1-... blob:https://gharbdental.com/f332029e-bc05-4af1-88eb-e8634b9fca9f — 200 — -1 B — 415 ms — blobhttps://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 — 290 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 — 291 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 — 292 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 — 293 ms — h2https://www.goftino.com/widget/k6xR5nwww.goftino.com/widget/k6xR5n https://www.goftino.com/widget/k6xR5n — 200 — 3.8 KiB — 377 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.2 KiB — 153 ms — h2https://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 — 143 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 — 148 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 — 154 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 — 153 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 — 156 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 — 157 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 — 455 B — 159 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 — 118 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 — 122 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 — 678 B — 124 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 — 4.9 KiB — 125 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 — 341 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 — 645 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 — 1004 B — 126 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 — 103 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
13% of JavaScript execution is third-party
First-party Third-party 574ms · 163KB · ﷼138157/mo
www.goftino.com
Other
Costly
Execution 290ms
Transfer 4 KB
Monthly Cost ﷼69659/mo
cdn.goftino.com
Other
Costly
Execution 285ms
Transfer 159 KB
Unused 58%
Monthly Cost ﷼68498/mo

These scripts may cost more than they're worth

  • www.goftino.com adds 290ms and costs ~﷼69659/month
  • cdn.goftino.com adds 285ms and costs ~﷼68498/month

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