Skip to content
https://dhanukaenterprises.com

Performance

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

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

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

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

2.72 s

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

0 ms

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

0.013

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

2.53 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.72 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
13 PASS 9 REVIEW 1 FIX
D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

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

B
Page Weight Budget
1.4 MB transferred, 29 requests
REVIEW
1.4 MB transferred, 29 requests
Info::
Page weighs 1.6 MB (1.4 MB transferred)
Info::
Fonts are 343 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 343 KB
Info::
29 HTTP requests
Info::
Estimated 0.29 g CO2 per page load
1.4 MB / 2.4 MB budget
1.4 MB transferred
29 requests
0.29 g CO2 per page load
Images 985.1 KiB 71%
Fonts 342.9 KiB 25%
HTML 22.2 KiB 2%
JavaScript 21.6 KiB 2%
CSS 20.3 KiB 1%
Other 349 B 0%
0 2.4 MB 4.9 MB
Under budget

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

Why this matters

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

Source: web.dev font loading

B
Image Optimization
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://dhanukaenterprises.com/img/greenplylogo.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dhanukaenterprises.com/img/tesaimage.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dhanukaenterprises.com/img/virmdflogo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dhanukaenterprises.com/img/greenlamlogo.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dhanukaenterprises.com/img/centurylogo.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dhanukaenterprises.com/img/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dhanukaenterprises.com/img/fevicol.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 985 KB
0 oversized -0 KB
2 legacy format
7 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

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1300ms total JS execution
REVIEW
1300ms total JS execution
Warning::
https://dhanukaenterprises.com/: 1101ms CPU time
Info::
Unattributable: 199ms CPU time

Main Thread Breakdown

Style & Layout 38% Other 28% Script Evaluation 15% Rendering 14%
ScriptTotalScriptingParse/CompileParty
https://dhanukaenterprises.com/1101ms197ms12ms1st
Unattributable199ms5ms0ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
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
29 resources · 1.4 MB · 0 KB savings available
REVIEW
29 resources · 1.4 MB · 0 KB savings available
Warning::
Page weight 1.4 MB exceeds 1 MB target by 368 KB
Got: 1.4 MB Expected: ≤ 1 MB
Info::
8 third-party resources (28% of weight)
Info::
1 resources over 200KB
29 resources · 1.4 MiB · 8 third-party 368.4 KiB over 1MB target
Image 71% · 985.1 KiB
Font 25% · 342.9 KiB
Document 2% · 22.4 KiB
JavaScript 2% · 21.6 KiB
CSS 1% · 20.3 KiB
Other 0% · 151 B
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
28% third-party, 0 ms blocking
PASS
28% third-party, 0 ms blocking
Info::
Third-party code accounts for 28% of page weight (384.9 KiB of 1.4 MiB)
Info::
Third-party blocking time is low (0 ms)
72%
28%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (343 KB)
PASS
4 fonts (343 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

343 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.5 s LCP 2.7 shttps://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2rP2Yp2ywxg089UriI5-g4vl... https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2 — 36.1 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 37.6 KiB — 40 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2 — 153.4 KiB — 87 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2 — 115.8 KiB — 88 ms — font-display: swap
rP2Yp2ywxg089UriI5-g4vl... woff2 swap
Size 36 KB
Load time 36 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 40 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 153 KB
Load time 87 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 116 KB
Load time 88 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • 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 ~135 KB and ~270 ms

A+
JS Bundles
1 scripts, 0 KB unused
PASS
1 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js22 KB3rd
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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
1
preload
dns-prefetch
prefetch

1 resource hints configured

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
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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
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
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 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.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
29 requests over 2595ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.5 s LCP 2.7 shttps://dhanukaenterprises.com// https://dhanukaenterprises.com/ — 200 — 7.1 KiB — 759 ms — h2https://dhanukaenterprises.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=9553052&pdata=https%253A%252F%252Fdhanukaenterprises.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1787662056&cttl=0/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://dhanukaenterprises.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=9553052&pdata=https%253A%252F%252Fdhanukaenterprises.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1787662056&cttl=0 — 302 — 198 B — 254 ms — h2https://dhanukaenterprises.com// https://dhanukaenterprises.com/ — 200 — 15.2 KiB — 270 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600;700&display=swap — 200 — 1.1 KiB — 97 ms — h2https://dhanukaenterprises.com/img/index_WHO%20WE%20SERVE.png/img/index_WHO%20WE%20SERVE.png https://dhanukaenterprises.com/img/index_WHO%20WE%20SERVE.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/greenplylogo.png/img/greenplylogo.png https://dhanukaenterprises.com/img/greenplylogo.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/greenlamlogo.jpg/img/greenlamlogo.jpg https://dhanukaenterprises.com/img/greenlamlogo.jpg — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/tesaimage.png/img/tesaimage.png https://dhanukaenterprises.com/img/tesaimage.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/centurylogo.jpg/img/centurylogo.jpg https://dhanukaenterprises.com/img/centurylogo.jpg — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/virmdflogo.png/img/virmdflogo.png https://dhanukaenterprises.com/img/virmdflogo.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/fevicol.png/img/fevicol.png https://dhanukaenterprises.com/img/fevicol.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/cta-bg.png/img/cta-bg.png https://dhanukaenterprises.com/img/cta-bg.png — -1 — 0 B — 0 ms — https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css — 200 — 19.1 KiB — 132 ms — h3https://dhanukaenterprises.com/img/logo.png/img/logo.png https://dhanukaenterprises.com/img/logo.png — 200 — 9.0 KiB — 265 ms — h2https://dhanukaenterprises.com/img/index_about.png/img/index_about.png https://dhanukaenterprises.com/img/index_about.png — 200 — 976.0 KiB — 265 ms — h2https://img1.wsimg.com/traffic-assets/js/tccl.min.jsimg1.wsimg.com/traffic-assets/js/tc... https://img1.wsimg.com/traffic-assets/js/tccl.min.js — 301 — 151 B — 73 ms — h2https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.jsimg1.wsimg.com/signals/js/clients/s... https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js — 200 — 21.6 KiB — 16 ms — h2https://dhanukaenterprises.com/img/hero.jpg/img/hero.jpg https://dhanukaenterprises.com/img/hero.jpg — -1 — 0 B — 0 ms — https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2fonts.gstatic.com/s/dmsans/v17/rP2Y... https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2 — 200 — 36.1 KiB — 36 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 40 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2 — 200 — 153.4 KiB — 87 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2 — 200 — 115.8 KiB — 88 ms — h3https://dhanukaenterprises.com/img/plywood.png/img/plywood.png https://dhanukaenterprises.com/img/plywood.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/mdf.png/img/mdf.png https://dhanukaenterprises.com/img/mdf.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/Particle%20Board.png/img/Particle%20Board.png https://dhanukaenterprises.com/img/Particle%20Board.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/PVC.png/img/PVC.png https://dhanukaenterprises.com/img/PVC.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/Laminates.png/img/Laminates.png https://dhanukaenterprises.com/img/Laminates.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/Decorativepanel.png/img/Decorativepanel.png https://dhanukaenterprises.com/img/Decorativepanel.png — -1 — 0 B — 0 ms — https://dhanukaenterprises.com/img/Special%20Boards.png/img/Special%20Boards.png https://dhanukaenterprises.com/img/Special%20Boards.png — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-27 — 2026-08-23)

LCP (p75)

2594 ms

71% good

INP (p75)

47 ms

98% good

CLS (p75)

0.830

55% good

FCP (p75)

2266 ms

TTFB (p75)

1639 ms

Image Optimization
20 images, 6678 KB total, 4211 KB wasted
INFO

Image Optimization Audit

Total Images

20

Total Size

6678 KB

Oversized

7

Wasted

4211 KB

20 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