Skip to content
https://elegantangel.com

Performance

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

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

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

1.40 s

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

1.60 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.063

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

1.91 s

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

1.60 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
22
8 PASS 9 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.2 MiB of 1.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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
Page Weight Budget
1.2 MB transferred, 36 requests
REVIEW
1.2 MB transferred, 36 requests
Info::
Page weighs 2.3 MB (1.2 MB transferred)
Info::
36 HTTP requests
Info::
Estimated 0.24 g CO2 per page load
1.2 MB / 2.4 MB budget
1.2 MB transferred
36 requests
0.24 g CO2 per page load
Images 639.2 KiB 54%
JavaScript 401.1 KiB 34%
CSS 71.3 KiB 6%
Fonts 47.3 KiB 4%
Other 15.8 KiB 1%
HTML 6.1 KiB 1%
Other 288 B 0%
0 2.4 MB 4.9 MB
Under budget
C
Image Optimization
Action
4 images, 0 KB saveable
REVIEW
4 images, 0 KB saveable
Warning::
https://imgs1cdn.adultempire.com/bn/logo__rta__dar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://imgs1cdn.adultempire.com/bn/600/elegant-an... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://imgs1cdn.adultempire.com/bn/badge__18-plus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
4 images 639 KB
0 oversized -0 KB
4 legacy format
3 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

C
JS Bundles
Action
17 scripts, 181 KB unused
REVIEW
17 scripts, 181 KB unused
Warning::
https://www.elegantangel.com/Scripts/r1_0_9693_110...: 121 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.elegantangel.com/Scripts/EWC/r1_0_9693...: 60 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 181 KB
181 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.js159 KB121 KB (76%)3rd
https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_ewc.umd.js104 KB60 KB (58%)3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_popper.min.js8 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_bootstrap.min.js13 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-3.2.1.min.js32 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-ui.min.js11 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_aeform.js3 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_core.js9 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_intersection-observer.min.js3 KB3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_HoverIntent.js1 KB3rd

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
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.
B
Page Weight Inventory
36 resources · 1.2 MB · 181 KB savings available
REVIEW
36 resources · 1.2 MB · 181 KB savings available
Warning::
Page weight 1.2 MB exceeds 1 MB target by 157 KB
Got: 1.2 MB Expected: ≤ 1 MB
Info::
~181 KB of savings available
Warning::
35 third-party resources (100% of weight)
Info::
1 resources over 200KB
36 resources · 1.2 MiB · 35 third-party 157.1 KiB over 1MB target
Image 55% · 654.5 KiB
JavaScript 34% · 401.1 KiB
CSS 6% · 71.3 KiB
Font 4% · 47.3 KiB
Document 1% · 6.1 KiB
Other 0% · 762 B

~180.9 KiB of savings available

Remove unused JavaScript: 180.9 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
JS Execution Cost
119ms total JS execution
PASS
119ms total JS execution
Info::
https://www.elegantangel.com/Scripts/r1_0_9693_110...: 68ms CPU time
Info::
Unattributable: 51ms CPU time
Warning::
Third-party scripts: 68ms (57% of total)

Main Thread Breakdown

Script Evaluation 42% Other 25% Script Parsing & Compilation 14% Style & Layout 11% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.js68ms48ms15ms3rd
Unattributable51ms2ms0ms1st
A+
Font Loading
1 fonts (47 KB)
PASS
1 fonts (47 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

47 KB total

Render-blocking

0

of 1

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 FCP 1.4 s LCP 1.6 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 76 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 76 ms
Start 1.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)
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
36 requests over 2262ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 1.6 shttps://elegantangel.com// https://elegantangel.com/ — 301 — 49 B — 341 ms — h2https://www.elegantangel.com/www.elegantangel.com/ https://www.elegantangel.com/ — 302 — 425 B — 147 ms — h2https://www.elegantangel.com/AgeConfirmation?url2=/www.elegantangel.com/AgeConfirmatio... https://www.elegantangel.com/AgeConfirmation?url2=/ — 200 — 6.1 KiB — 166 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_bootstrap.min.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_bootstrap.min.css — 200 — 20.3 KiB — 351 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-core.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-core.css — 200 — 15.2 KiB — 348 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-account.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-account.css — 200 — 7.1 KiB — 571 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_jquery-ui.min.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_jquery-ui.min.css — 200 — 3.3 KiB — 121 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-site-override.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-site-override.css — 200 — 9.8 KiB — 122 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_video-js.min.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_video-js.min.css — 200 — 10.5 KiB — 572 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swap — 200 — 1.1 KiB — 118 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_intersection-observer.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_intersection-observer.min.js — 200 — 2.7 KiB — 346 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-3.2.1.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-3.2.1.min.js — 200 — 32.3 KiB — 456 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_HoverIntent.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_HoverIntent.js — 200 — 938 B — 568 ms — h2https://fonts.googleapis.com/css?family=Assistant:200,300,400,700fonts.googleapis.com/css?family=Ass... https://fonts.googleapis.com/css?family=Assistant:200,300,400,700 — 200 — 571 B — 118 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.js — 200 — 159.2 KiB — 577 ms — h2https://imgs1cdn.adultempire.com/bn/600/elegant-angel-primary-onLight.pngimgs1cdn.adultempire.com/bn/600/ele... https://imgs1cdn.adultempire.com/bn/600/elegant-angel-primary-onLight.png — 200 — 28.4 KiB — 149 ms — h2https://imgs1cdn.adultempire.com/bn/badge__18-plus__light.svgimgs1cdn.adultempire.com/bn/badge__... https://imgs1cdn.adultempire.com/bn/badge__18-plus__light.svg — 200 — 2.4 KiB — 150 ms — h2https://imgs1cdn.adultempire.com/bn/logo__rta__dark__90x40.svgimgs1cdn.adultempire.com/bn/logo__r... https://imgs1cdn.adultempire.com/bn/logo__rta__dark__90x40.svg — 200 — 4.5 KiB — 49 ms — h2https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_style.csswww.elegantangel.com/Scripts/EWC/r1... https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_style.css — 200 — 3.5 KiB — 225 ms — h2https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_ewc.umd.jswww.elegantangel.com/Scripts/EWC/r1... https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_ewc.umd.js — 200 — 104.0 KiB — 124 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-ui.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-ui.min.js — 200 — 10.6 KiB — 119 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_aeform.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_aeform.js — 200 — 2.6 KiB — 116 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_core.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_core.js — 200 — 9.4 KiB — 123 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_popper.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_popper.min.js — 200 — 8.0 KiB — 119 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_bootstrap.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_bootstrap.min.js — 200 — 13.0 KiB — 120 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_fontawesome.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_fontawesome.min.js — 200 — 15.8 KiB — 124 ms — h2https://plausible.ravanallc.com/js/script.local.tagged-events.jsplausible.ravanallc.com/js/script.l... https://plausible.ravanallc.com/js/script.local.tagged-events.js — 200 — 3.0 KiB — 342 ms — h2https://imgs.adultempire.com/bn/elegant-landing-2-desktop.jpgimgs.adultempire.com/bn/elegant-lan... https://imgs.adultempire.com/bn/elegant-landing-2-desktop.jpg — 200 — 604.0 KiB — 907 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 76 ms — h3https://www.elegantangel.com/Scripts/r1_0_9693_11058_brands.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_brands.min.js — 200 — 9.2 KiB — 137 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 1.6 shttps://elegantangel.com// https://elegantangel.com/ — 301 — 49 B — 341 ms — h2https://www.elegantangel.com/www.elegantangel.com/ https://www.elegantangel.com/ — 302 — 425 B — 147 ms — h2https://www.elegantangel.com/AgeConfirmation?url2=/www.elegantangel.com/AgeConfirmatio... https://www.elegantangel.com/AgeConfirmation?url2=/ — 200 — 6.1 KiB — 166 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_bootstrap.min.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_bootstrap.min.css — 200 — 20.3 KiB — 351 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-core.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-core.css — 200 — 15.2 KiB — 348 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-account.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-account.css — 200 — 7.1 KiB — 571 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_jquery-ui.min.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_jquery-ui.min.css — 200 — 3.3 KiB — 121 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-site-override.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_hybrid-site-override.css — 200 — 9.8 KiB — 122 ms — h2https://www.elegantangel.com/css/r1_0_9693_11058_video-js.min.csswww.elegantangel.com/css/r1_0_9693_... https://www.elegantangel.com/css/r1_0_9693_11058_video-js.min.css — 200 — 10.5 KiB — 572 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swap — 200 — 1.1 KiB — 118 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_intersection-observer.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_intersection-observer.min.js — 200 — 2.7 KiB — 346 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-3.2.1.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-3.2.1.min.js — 200 — 32.3 KiB — 456 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_HoverIntent.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_HoverIntent.js — 200 — 938 B — 568 ms — h2https://fonts.googleapis.com/css?family=Assistant:200,300,400,700fonts.googleapis.com/css?family=Ass... https://fonts.googleapis.com/css?family=Assistant:200,300,400,700 — 200 — 571 B — 118 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.js — 200 — 159.2 KiB — 577 ms — h2https://imgs1cdn.adultempire.com/bn/600/elegant-angel-primary-onLight.pngimgs1cdn.adultempire.com/bn/600/ele... https://imgs1cdn.adultempire.com/bn/600/elegant-angel-primary-onLight.png — 200 — 28.4 KiB — 149 ms — h2https://imgs1cdn.adultempire.com/bn/badge__18-plus__light.svgimgs1cdn.adultempire.com/bn/badge__... https://imgs1cdn.adultempire.com/bn/badge__18-plus__light.svg — 200 — 2.4 KiB — 150 ms — h2https://imgs1cdn.adultempire.com/bn/logo__rta__dark__90x40.svgimgs1cdn.adultempire.com/bn/logo__r... https://imgs1cdn.adultempire.com/bn/logo__rta__dark__90x40.svg — 200 — 4.5 KiB — 49 ms — h2https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_style.csswww.elegantangel.com/Scripts/EWC/r1... https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_style.css — 200 — 3.5 KiB — 225 ms — h2https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_ewc.umd.jswww.elegantangel.com/Scripts/EWC/r1... https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_ewc.umd.js — 200 — 104.0 KiB — 124 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-ui.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-ui.min.js — 200 — 10.6 KiB — 119 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_aeform.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_aeform.js — 200 — 2.6 KiB — 116 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_core.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_core.js — 200 — 9.4 KiB — 123 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_popper.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_popper.min.js — 200 — 8.0 KiB — 119 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_bootstrap.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_bootstrap.min.js — 200 — 13.0 KiB — 120 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_fontawesome.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_fontawesome.min.js — 200 — 15.8 KiB — 124 ms — h2https://plausible.ravanallc.com/js/script.local.tagged-events.jsplausible.ravanallc.com/js/script.l... https://plausible.ravanallc.com/js/script.local.tagged-events.js — 200 — 3.0 KiB — 342 ms — h2https://imgs.adultempire.com/bn/elegant-landing-2-desktop.jpgimgs.adultempire.com/bn/elegant-lan... https://imgs.adultempire.com/bn/elegant-landing-2-desktop.jpg — 200 — 604.0 KiB — 907 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 76 ms — h3https://www.elegantangel.com/Scripts/r1_0_9693_11058_brands.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_brands.min.js — 200 — 9.2 KiB — 137 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_regular.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_regular.min.js — 200 — 6.4 KiB — 118 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_solid.min.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_solid.min.js — 200 — 22.9 KiB — 120 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_silent-teaser.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_silent-teaser.js — 200 — 544 B — 120 ms — h2https://www.elegantangel.com/Scripts/r1_0_9693_11058_plausible__custom-properties.jswww.elegantangel.com/Scripts/r1_0_9... https://www.elegantangel.com/Scripts/r1_0_9693_11058_plausible__custom-properties.js — 200 — 471 B — 142 ms — h2https://plausible.ravanallc.com/api/eventplausible.ravanallc.com/api/event https://plausible.ravanallc.com/api/event — 202 — 288 B — 341 ms — h2https://imgs1cdn.adultempire.com/bn/Elegant-Angel-favicon.ico?v=1imgs1cdn.adultempire.com/bn/Elegant... https://imgs1cdn.adultempire.com/bn/Elegant-Angel-favicon.ico?v=1 — 200 — 15.3 KiB — 51 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
57% of JavaScript execution is third-party
First-party Third-party 68ms · 159KB · $1/mo
www.elegantangel.com
Other
Optional
Execution 68ms
Transfer 159 KB
Unused 76%
Monthly Cost $1/mo

57% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

76% of www.elegantangel.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
3 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

3

Total Size

0 KB

3 missing dimensions 1 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