Skip to content
https://dental-ortho.info

Performance

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

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

68
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

2.13 s

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

2.87 s

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

2 ms

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

0.012

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

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

2.89 s

Page Load Progression

978 ms
2.0 s
2.9 s
3.9 s
4.9 s
5.9 s
6.8 s
7.8 s
Checks
21
9 PASS 8 REVIEW 2 FIX
F
Page Weight Budget
Action
15.8 MB transferred, 48 requests
FIX
15.8 MB transferred, 48 requests
Critical::
Page weighs 15.9 MB (15.8 MB transferred)
Info::
Fonts are 15.1 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 15.1 MB
Info::
CSS is 240 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 240 KB
Info::
48 HTTP requests
Info::
Estimated 3.3 g CO2 per page load
15.8 MB / 2.4 MB budget
15.8 MB transferred
48 requests
3.3 g CO2 per page load
Fonts 15.1 MiB 96%
JavaScript 296.4 KiB 2%
CSS 240.0 KiB 1%
Images 111.5 KiB 1%
HTML 74.9 KiB 0%
Other 4.4 KiB 0%
Other 1.4 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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.

B
Image Optimization
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Info::
All images are well-optimized
10 images 112 KB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
757ms total JS execution
REVIEW
757ms total JS execution
Warning::
https://dental-ortho.info/: 445ms CPU time
Info::
Unattributable: 209ms CPU time
Info::
https://dental-ortho.info/wp-includes/js/jquery/jq...: 103ms CPU time

Main Thread Breakdown

Style & Layout 45% Other 28% Script Evaluation 18% Rendering 3% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://dental-ortho.info/445ms8ms2ms1st
Unattributable209ms2ms0ms1st
https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1103ms86ms3ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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
48 resources · 15.8 MB · 44 KB savings available
REVIEW
48 resources · 15.8 MB · 44 KB savings available
Warning::
Page weight 15.8 MB exceeds 1 MB target by 14.8 MB
Got: 15.8 MB Expected: ≤ 1 MB
Info::
8 third-party resources (0% of weight)
Info::
4 resources over 200KB
48 resources · 15.8 MiB · 8 third-party 14.8 MiB over 1MB target
Font 96% · 15.1 MiB
JavaScript 2% · 296.4 KiB
CSS 1% · 240.0 KiB
Image 1% · 115.7 KiB
Document 0% · 75.1 KiB
Other 0% · 1.4 KiB

~43.6 KiB of savings available

Remove unused JavaScript: 43.6 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
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (4.4 KiB of 15.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
5 fonts (15468 KB)
PASS
5 fonts (15468 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

15468 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.1 s LCP 2.9 shttps://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Regular.woffNotoSansJP-Regular.woff https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Regular.woff — 3.7 MiB — 2.7 s — font-display: swaphttps://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Light.woffNotoSansJP-Light.woff https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Light.woff — 3.6 MiB — 3.2 s — font-display: swaphttps://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Bold.woffNotoSansJP-Bold.woff https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Bold.woff — 3.9 MiB — 3.5 s — font-display: swaphttps://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.7 KiB — 1.9 s — font-display: swaphttps://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Medium.woffNotoSansJP-Medium.woff https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Medium.woff — 3.8 MiB — 3.9 s — font-display: swap
NotoSansJP-Regular.woff woff swap
Size 3827 KB
Load time 2.7 s
Start 4.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSansJP-Light.woff woff swap
Size 3733 KB
Load time 3.2 s
Start 4.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
NotoSansJP-Bold.woff woff swap
Size 3960 KB
Load time 3.5 s
Start 4.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 1.9 s
Start 4.1 s
Risk FOUT — text flashes from fallback to web font
NotoSansJP-Medium.woff woff swap
Size 3871 KB
Load time 3.9 s
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~12313 KB and ~24626 ms

A+
JS Bundles
18 scripts, 44 KB unused
PASS
18 scripts, 44 KB unused
Warning::
https://dental-ortho.info/wp-includes/js/jquery/jq...: 44 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 44 KB
44 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB44 KB (51%)1st
https://dental-ortho.info/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec6 KB1st
https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.212 KB1st
https://dental-ortho.info/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.75 KB1st
https://dental-ortho.info/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.1.37 KB1st
https://dental-ortho.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.113 KB1st
https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.714 KB1st
https://dental-ortho.info/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d5 KB1st
https://dental-ortho.info/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=65212 KB1st
https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.15 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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
48 requests over 14205ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 2.1 s LCP 2.9 shttps://dental-ortho.info// https://dental-ortho.info/ — 200 — 74.9 KiB — 3.2 s — h2https://dental-ortho.info// https://dental-ortho.info/ — 200 — 1.4 KiB — 1.5 s — h2https://dental-ortho.info/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.1.3/wp-content/themes/generatepress/as... https://dental-ortho.info/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.1.3 — 200 — 19.2 KiB — 785 ms — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0 — 200 — 18.9 KiB — 783 ms — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.6.7 — 200 — 105.8 KiB — 1.3 s — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-5.css?ver=1657263725/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-5.css?ver=1657263725 — 200 — 3.1 KiB — 522 ms — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.7.1 — 200 — 11.3 KiB — 780 ms — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-2.css?ver=1657604665/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-2.css?ver=1657604665 — 200 — 9.4 KiB — 780 ms — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-101.css?ver=1657266546/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-101.css?ver=1657266546 — 200 — 8.6 KiB — 785 ms — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-110.css?ver=1657263727/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-110.css?ver=1657263727 — 200 — 1.8 KiB — 525 ms — h2https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=block&ver=7.0fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=block&ver=7.0 — 200 — 4.4 KiB — 126 ms — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 56.8 KiB — 1.3 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 811 B — 1.3 s — h2https://dental-ortho.info/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=652/wp-content/plugins/ewww-image-opti... https://dental-ortho.info/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=652 — 200 — 11.8 KiB — 9.0 s — h2https://dental-ortho.info/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.1.3/wp-content/themes/generatepress/as... https://dental-ortho.info/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.1.3 — 200 — 7.0 KiB — 9.0 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.1 — 200 — 5.2 KiB — 9.3 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.7 — 200 — 5.0 KiB — 7.9 s — h2https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.9 KiB — 9.3 s — h2https://dental-ortho.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://dental-ortho.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.4 KiB — 8.7 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.7 — 200 — 14.3 KiB — 9.3 s — h2https://dental-ortho.info/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://dental-ortho.info/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 5.0 KiB — 7.9 s — h2https://dental-ortho.info/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://dental-ortho.info/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 5.7 KiB — 8.7 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.1 — 200 — 20.8 KiB — 8.5 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2 — 200 — 12.1 KiB — 7.7 s — h2https://dental-ortho.info/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://dental-ortho.info/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 21.1 KiB — 8.2 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.6.7 — 200 — 37.3 KiB — 8.7 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.7.1 — 200 — 24.5 KiB — 8.5 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.7.1 — 200 — 3.3 KiB — 8.7 s — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAABbAQMAAACRYMTUAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAABbAQMAAACRYMTUAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAB4AQMAAABy211jAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAB4AQMAAABy211jAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — data
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 2.1 s LCP 2.9 shttps://dental-ortho.info// https://dental-ortho.info/ — 200 — 74.9 KiB — 3.2 s — h2https://dental-ortho.info// https://dental-ortho.info/ — 200 — 1.4 KiB — 1.5 s — h2https://dental-ortho.info/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.1.3/wp-content/themes/generatepress/as... https://dental-ortho.info/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.1.3 — 200 — 19.2 KiB — 785 ms — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0 — 200 — 18.9 KiB — 783 ms — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.6.7 — 200 — 105.8 KiB — 1.3 s — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-5.css?ver=1657263725/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-5.css?ver=1657263725 — 200 — 3.1 KiB — 522 ms — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.7.1 — 200 — 11.3 KiB — 780 ms — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-2.css?ver=1657604665/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-2.css?ver=1657604665 — 200 — 9.4 KiB — 780 ms — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-101.css?ver=1657266546/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-101.css?ver=1657266546 — 200 — 8.6 KiB — 785 ms — h2https://dental-ortho.info/wp-content/uploads/elementor/css/post-110.css?ver=1657263727/wp-content/uploads/elementor/css/p... https://dental-ortho.info/wp-content/uploads/elementor/css/post-110.css?ver=1657263727 — 200 — 1.8 KiB — 525 ms — h2https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=block&ver=7.0fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=block&ver=7.0 — 200 — 4.4 KiB — 126 ms — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 56.8 KiB — 1.3 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 811 B — 1.3 s — h2https://dental-ortho.info/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=652/wp-content/plugins/ewww-image-opti... https://dental-ortho.info/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=652 — 200 — 11.8 KiB — 9.0 s — h2https://dental-ortho.info/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.1.3/wp-content/themes/generatepress/as... https://dental-ortho.info/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.1.3 — 200 — 7.0 KiB — 9.0 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.1 — 200 — 5.2 KiB — 9.3 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.7 — 200 — 5.0 KiB — 7.9 s — h2https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.9 KiB — 9.3 s — h2https://dental-ortho.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://dental-ortho.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.4 KiB — 8.7 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.7 — 200 — 14.3 KiB — 9.3 s — h2https://dental-ortho.info/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://dental-ortho.info/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 5.0 KiB — 7.9 s — h2https://dental-ortho.info/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://dental-ortho.info/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 5.7 KiB — 8.7 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.1 — 200 — 20.8 KiB — 8.5 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2 — 200 — 12.1 KiB — 7.7 s — h2https://dental-ortho.info/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://dental-ortho.info/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 21.1 KiB — 8.2 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.6.7/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.6.7 — 200 — 37.3 KiB — 8.7 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.7.1 — 200 — 24.5 KiB — 8.5 s — h2https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.7.1/wp-content/plugins/elementor-pro/a... https://dental-ortho.info/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.7.1 — 200 — 3.3 KiB — 8.7 s — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAABbAQMAAACRYMTUAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAABbAQMAAACRYMTUAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAB4AQMAAABy211jAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAB4AQMAAABy211jAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKfAQMAAADKMyhsAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKfAQMAAADKMyhsAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAFAAQMAAAAxiImIAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAFAAQMAAAAxiImIAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAPQAQMAAAC7cY7iAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAPQAQMAAAC7cY7iAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAHRAQMAAADnskxuAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAHRAQMAAADnskxuAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datahttps://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Regular.woff/wp-content/uploads/2022/06/NotoSan... https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Regular.woff — 200 — 3.7 MiB — 2.7 s — h2https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Light.woff/wp-content/uploads/2022/06/NotoSan... https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Light.woff — 200 — 3.6 MiB — 3.2 s — h2https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Bold.woff/wp-content/uploads/2022/06/NotoSan... https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Bold.woff — 200 — 3.9 MiB — 3.5 s — h2https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.7 KiB — 1.9 s — h2https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Medium.woff/wp-content/uploads/2022/06/NotoSan... https://dental-ortho.info/wp-content/uploads/2022/06/NotoSansJP-Medium.woff — 200 — 3.8 MiB — 3.9 s — h2https://dental-ortho.info/wp-content/uploads/2022/06/yobou04.png/wp-content/uploads/2022/06/yobou04... https://dental-ortho.info/wp-content/uploads/2022/06/yobou04.png — 200 — 12.6 KiB — 268 ms — h2https://dental-ortho.info/wp-content/uploads/2022/06/yobou01-768x503.png/wp-content/uploads/2022/06/yobou01... https://dental-ortho.info/wp-content/uploads/2022/06/yobou01-768x503.png — 200 — 79.0 KiB — 272 ms — h2https://dental-ortho.info/wp-content/uploads/2022/07/kyousei02.png/wp-content/uploads/2022/07/kyousei... https://dental-ortho.info/wp-content/uploads/2022/07/kyousei02.png — 200 — 12.2 KiB — 270 ms — h2blob:https://dental-ortho.info/03ef7082-9fe2-43a6-971d-cd5c95019832dental-ortho.info/03ef7082-9fe2-43a... blob:https://dental-ortho.info/03ef7082-9fe2-43a6-971d-cd5c95019832 — 200 — -1 B — 135 ms — blobhttps://dental-ortho.info/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js/wp-content/plugins/elementor/asset... https://dental-ortho.info/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js — 200 — 1.5 KiB — 266 ms — h2https://dental-ortho.info/wp-content/uploads/2022/06/kyousei01-300x57.png/wp-content/uploads/2022/06/kyousei... https://dental-ortho.info/wp-content/uploads/2022/06/kyousei01-300x57.png — 200 — 7.7 KiB — 267 ms — h2https://dental-ortho.info/wp-includes/js/wp-emoji-release.min.js?ver=7.0/wp-includes/js/wp-emoji-release.mi... https://dental-ortho.info/wp-includes/js/wp-emoji-release.min.js?ver=7.0 — 200 — 22.4 KiB — 352 ms — h2https://dental-ortho.info/favicon.ico/favicon.ico https://dental-ortho.info/favicon.ico — 302 — 216 B — 878 ms — h2https://dental-ortho.info/wp-includes/images/w-logo-blue-white-bg.png/wp-includes/images/w-logo-blue-whi... https://dental-ortho.info/wp-includes/images/w-logo-blue-white-bg.png — 200 — 4.2 KiB — 267 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
8 images, 29 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

29 KB

8 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