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

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
7
PASS
13
INFO
2

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

58
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.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.92 s

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

3.71 s

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

716 ms

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

0.001

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

10.00 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

6.85 s

Page Load Progression

1.2 s
2.4 s
3.6 s
4.8 s
6.0 s
7.1 s
8.3 s
9.5 s
Checks
25
13 PASS 7 REVIEW 3 FIX
F
Page Weight Budget
Action
8.4 MB transferred, 47 requests
FIX
8.4 MB transferred, 47 requests
Critical::
Page weighs 13.4 MB (8.4 MB transferred)
Info::
Fonts are 7.7 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 7.7 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::
47 HTTP requests
Info::
Estimated 1.8 g CO2 per page load
8.4 MB / 2.4 MB budget
8.4 MB transferred
47 requests
1.8 g CO2 per page load
Fonts 7.7 MiB 92%
JavaScript 296.3 KiB 3%
CSS 240.0 KiB 3%
Images 99.9 KiB 1%
HTML 74.9 KiB 1%
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

D
JS Execution Cost
Action
3215ms total JS execution
FIX
3215ms total JS execution
Warning::
https://dental-ortho.info/: 1940ms CPU time
Warning::
Unattributable: 656ms CPU time
Warning::
https://dental-ortho.info/wp-includes/js/jquery/jq...: 443ms CPU time
Info::
https://dental-ortho.info/wp-content/plugins/ewww-...: 176ms CPU time

Main Thread Breakdown

Style & Layout 48% Other 24% Script Evaluation 18% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://dental-ortho.info/1940ms32ms10ms1st
Unattributable656ms9ms0ms1st
https://dental-ortho.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1443ms366ms18ms1st
https://dental-ortho.info/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=652176ms87ms2ms1st
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
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
47 resources · 8.4 MB · 45 KB savings available
REVIEW
47 resources · 8.4 MB · 45 KB savings available
Warning::
Page weight 8.4 MB exceeds 1 MB target by 7.4 MB
Got: 8.4 MB Expected: ≤ 1 MB
Info::
8 third-party resources (0% of weight)
Info::
2 resources over 200KB
47 resources · 8.4 MiB · 8 third-party 7.4 MiB over 1MB target
Font 92% · 7.7 MiB
JavaScript 3% · 296.3 KiB
CSS 3% · 240.0 KiB
Image 1% · 104.1 KiB
Document 1% · 75.1 KiB
Other 0% · 1.4 KiB

~44.6 KiB of savings available

Remove unused JavaScript: 44.6 KiB
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
15 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.
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 8.4 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
Image Optimization
9 images, 0 KB saveable
PASS
9 images, 0 KB saveable
Info::
All images are well-optimized
9 images 100 KB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
Font Loading
5 fonts (7864 KB)
PASS
5 fonts (7864 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

7864 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 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 FCP 2.9 s LCP 3.7 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.4 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 — 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 — 131 B — 14.2 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 — 131 B — 14.2 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.6 KiB — 548 ms — font-display: swap
NotoSansJP-Regular.woff woff swap
Size 3827 KB
Load time 2.4 s
Start 6.3 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 2.7 s
Start 6.3 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 0 KB
Load time 14.2 s
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
NotoSansJP-Medium.woff woff swap
Size 0 KB
Load time 14.2 s
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 548 ms
Start 6.3 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 ~6230 KB and ~12460 ms

A+
JS Bundles
18 scripts, 45 KB unused
PASS
18 scripts, 45 KB unused
Warning::
https://dental-ortho.info/wp-includes/js/jquery/jq...: 45 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 45 KB
45 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 KB45 KB (52%)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.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
11 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.
Network Waterfall
47 requests over 24978ms
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 FCP 2.9 s LCP 3.7 shttps://dental-ortho.info// https://dental-ortho.info/ — 200 — 74.9 KiB — 5.4 s — h2https://dental-ortho.info// https://dental-ortho.info/ — 200 — 1.4 KiB — 1.1 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 — 529 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.8 KiB — 278 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 — 807 ms — 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 — 279 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 — 283 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 — 528 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 — 1.1 s — 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 — 279 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 — 138 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 — 789 ms — 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 — 523 ms — 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 — 1.1 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 — 6.9 KiB — 1.1 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 — 1.1 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 — 1.1 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 — 1.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 — 1.1 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 — 1.1 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 — 1.1 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 — 811 ms — 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.7 KiB — 810 ms — 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 — 810 ms — 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 — 810 ms — 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 — 1.1 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 — 1.1 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 — 1.1 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 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s FCP 2.9 s LCP 3.7 shttps://dental-ortho.info// https://dental-ortho.info/ — 200 — 74.9 KiB — 5.4 s — h2https://dental-ortho.info// https://dental-ortho.info/ — 200 — 1.4 KiB — 1.1 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 — 529 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.8 KiB — 278 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 — 807 ms — 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 — 279 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 — 283 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 — 528 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 — 1.1 s — 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 — 279 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 — 138 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 — 789 ms — 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 — 523 ms — 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 — 1.1 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 — 6.9 KiB — 1.1 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 — 1.1 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 — 1.1 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 — 1.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 — 1.1 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 — 1.1 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 — 1.1 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 — 811 ms — 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.7 KiB — 810 ms — 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 — 810 ms — 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 — 810 ms — 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 — 1.1 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 — 1.1 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 — 1.1 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.4 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 — 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 — 131 B — 14.2 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 — 131 B — 14.2 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.6 KiB — 548 ms — h2blob:https://dental-ortho.info/1df7c058-d4c8-42d9-8a3d-4bf9b5e5ec7edental-ortho.info/1df7c058-d4c8-42d... blob:https://dental-ortho.info/1df7c058-d4c8-42d9-8a3d-4bf9b5e5ec7e — 200 — -1 B — 140 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 — 1.4 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 — 1.6 s — 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.1 KiB — 1.6 s — 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 — 1.6 s — h2https://dental-ortho.info/wp-content/uploads/2022/06/kyousei01.png/wp-content/uploads/2022/06/kyousei... https://dental-ortho.info/wp-content/uploads/2022/06/kyousei01.png — 200 — 8.3 KiB — 1.5 s — h2https://dental-ortho.info/favicon.ico/favicon.ico https://dental-ortho.info/favicon.ico — 302 — 217 B — 4.2 s — 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 — 276 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