Skip to content
https://elegantangel.com

Performance

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

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

4.24 s

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

5.58 s

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

143 ms

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

0.000

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

4.24 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.43 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
11 PASS 10 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 (848.4 KiB of 848.4 KiB)
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.

C
Image Optimization
Action
4 images, 0 KB saveable
REVIEW
4 images, 0 KB saveable
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.
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.
4 images 306 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

B
JS Execution Cost
929ms total JS execution
REVIEW
929ms total JS execution
Warning::
https://www.elegantangel.com/Scripts/r1_0_9693_110...: 251ms CPU time
Info::
Unattributable: 224ms CPU time
Info::
https://www.elegantangel.com/Scripts/EWC/r1_0_9693...: 193ms CPU time
Info::
https://www.elegantangel.com/AgeConfirmation?url2=...: 191ms CPU time
Info::
https://www.elegantangel.com/Scripts/r1_0_9693_110...: 70ms CPU time
Warning::
Third-party scripts: 705ms (76% of total)

Main Thread Breakdown

Script Evaluation 46% Other 24% Script Parsing & Compilation 11% Style & Layout 11% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://www.elegantangel.com/Scripts/r1_0_9693_11058_video.min.js251ms186ms47ms3rd
Unattributable224ms7ms0ms1st
https://www.elegantangel.com/Scripts/EWC/r1_0_9693_11058_ewc.umd.js193ms153ms34ms3rd
https://www.elegantangel.com/AgeConfirmation?url2=/191ms8ms3ms3rd
https://www.elegantangel.com/Scripts/r1_0_9693_11058_jquery-3.2.1.min.js70ms59ms7ms3rd
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
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
16 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.
B
CSS Performance Depth
2 CSS depth issue(s) detected
REVIEW
2 CSS depth issue(s) detected
Warning::
8 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.
Info::
1 `@import` rule(s) in inline `<style>` blocks -- chains an extra round-trip
Each `@import` in CSS forces a serial dependency: the parent stylesheet must download and parse before the browser even knows which URL to fetch next. This used to be catastrophic on HTTP/1.1; HTTP/2 and HTTP/3 multiplexing make it less painful but still strictly worse than declaring `<link rel="stylesheet">` siblings. Replace `@import url(...)` with `<link rel="stylesheet" href="...">` in HTML so the browser discovers and fetches in parallel.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
848 KB transferred, 36 requests
PASS
848 KB transferred, 36 requests
Info::
Page weighs 2.0 MB (848 KB transferred)
Info::
36 HTTP requests
Info::
Estimated 0.17 g CO2 per page load
848 KB / 2.4 MB budget
848 KB transferred
36 requests
0.17 g CO2 per page load
JavaScript 401.0 KiB 47%
Images 306.5 KiB 36%
CSS 71.4 KiB 8%
Fonts 47.3 KiB 6%
Other 15.8 KiB 2%
HTML 6.1 KiB 1%
Other 288 B 0%
0 2.4 MB 4.9 MB
Under budget
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
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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.2 s LCP 5.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
12 hints, 0 missing preconnects
PASS
12 hints, 0 missing preconnects
Info::
6 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com, https://imgs1cdn.adultempire.com (+3 more). Remove the redundant dns-prefetch entries.
Info::
6 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //fonts.googleapis.com (dns-prefetch+preconnect), //fonts.gstatic.com (dns-prefetch+preconnect), //imgs1cdn.adultempire.com (dns-prefetch+preconnect) (+3 more).
Info::
Page uses 12 resource hint(s)

Current Resource Hints

preconnect
6
preload
dns-prefetch
6
prefetch

12 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com, https://imgs1cdn.adultempire.com (+3 more). Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //fonts.googleapis.com (dns-prefetch+preconnect), //fonts.gstatic.com (dns-prefetch+preconnect), //imgs1cdn.adultempire.com (dns-prefetch+preconnect) (+3 more).

Why this matters

Performance issues directly impact user engagement and conversion rates.

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
Page Weight Inventory
36 resources · 848 KB · 181 KB savings available
PASS
36 resources · 848 KB · 181 KB savings available
Info::
Within 1MB page-weight target
Got: 848 KB
Info::
~181 KB of savings available
Warning::
35 third-party resources (100% of weight)
Info::
1 resources over 200KB
36 resources · 848.4 KiB · 35 third-party Within 1MB page-weight target
JavaScript 47% · 401.0 KiB
Image 38% · 321.8 KiB
CSS 8% · 71.4 KiB
Font 6% · 47.3 KiB
Document 1% · 6.1 KiB
Other 0% · 762 B

~181.4 KiB of savings available

Remove unused JavaScript: 181.4 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
36 requests over 2177ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.2 s LCP 5.6 shttps://elegantangel.com// https://elegantangel.com/ — 301 — 49 B — 344 ms — h2https://www.elegantangel.com/www.elegantangel.com/ https://www.elegantangel.com/ — 302 — 425 B — 135 ms — h2https://www.elegantangel.com/AgeConfirmation?url2=/www.elegantangel.com/AgeConfirmatio... https://www.elegantangel.com/AgeConfirmation?url2=/ — 200 — 6.1 KiB — 170 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 — 236 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 — 352 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 — 123 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 — 464 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 — 473 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 — 237 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.2 KiB — 147 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 — 467 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 — 458 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 — 346 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 — 149 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.1 KiB — 573 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 — 247 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 — 243 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 — 50 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 — 222 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 — 145 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 — 120 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 — 123 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 — 127 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 — 136 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 — 132 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 — 386 ms — h2https://imgs.adultempire.com/bn/elegant-landing-5-mobile.jpgimgs.adultempire.com/bn/elegant-lan... https://imgs.adultempire.com/bn/elegant-landing-5-mobile.jpg — 200 — 271.3 KiB — 838 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 — 135 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 — 119 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.2 s LCP 5.6 shttps://elegantangel.com// https://elegantangel.com/ — 301 — 49 B — 344 ms — h2https://www.elegantangel.com/www.elegantangel.com/ https://www.elegantangel.com/ — 302 — 425 B — 135 ms — h2https://www.elegantangel.com/AgeConfirmation?url2=/www.elegantangel.com/AgeConfirmatio... https://www.elegantangel.com/AgeConfirmation?url2=/ — 200 — 6.1 KiB — 170 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 — 236 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 — 352 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 — 123 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 — 464 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 — 473 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 — 237 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.2 KiB — 147 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 — 467 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 — 458 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 — 346 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 — 149 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.1 KiB — 573 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 — 247 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 — 243 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 — 50 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 — 222 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 — 145 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 — 120 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 — 123 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 — 127 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 — 136 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 — 132 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 — 386 ms — h2https://imgs.adultempire.com/bn/elegant-landing-5-mobile.jpgimgs.adultempire.com/bn/elegant-lan... https://imgs.adultempire.com/bn/elegant-landing-5-mobile.jpg — 200 — 271.3 KiB — 838 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 — 135 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 — 119 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 — 132 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 — 129 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 — 128 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 — 125 ms — h2https://plausible.ravanallc.com/api/eventplausible.ravanallc.com/api/event https://plausible.ravanallc.com/api/event — 202 — 288 B — 381 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
76% of JavaScript execution is third-party
First-party Third-party 705ms · 301KB · $9/mo
www.elegantangel.com
Other
Costly
Execution 251ms
Transfer 159 KB
Unused 76%
Monthly Cost $3/mo
www.elegantangel.com
Other
Optional
Execution 193ms
Transfer 104 KB
Unused 58%
Monthly Cost $3/mo
www.elegantangel.com
Other
Optional
Execution 191ms
Transfer 6 KB
Monthly Cost $3/mo
www.elegantangel.com
Other
Optional
Execution 70ms
Transfer 32 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.elegantangel.com adds 251ms and costs ~$3/month

76% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.elegantangel.com takes 251ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

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

58% 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