Skip to content
https://alexlegend.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
8
PASS
12
INFO
4

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

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

5.67 s

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

20.40 s

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

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

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

20.41 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
27
12 PASS 8 REVIEW 3 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 87 requests
FIX
3.1 MB transferred, 87 requests
Warning::
Page weighs 4.4 MB (3.1 MB transferred)
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
Fonts are 239 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 239 KB
Info::
87 HTTP requests
Info::
Estimated 0.66 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
87 requests
0.66 g CO2 per page load
Images 2.5 MiB 80%
Fonts 239.4 KiB 7%
JavaScript 238.6 KiB 7%
HTML 90.4 KiB 3%
CSS 67.4 KiB 2%
Other 8.9 KiB 0%
Other 1.9 KiB 0%
Other 797 B 0%
Other 548 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

D
JS Execution Cost
Action
2405ms total JS execution
FIX
2405ms total JS execution
Warning::
https://alexlegend.com/: 1307ms CPU time
Warning::
Unattributable: 445ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-39MF...: 377ms CPU time
Warning::
https://alexlegend.com/templates/alexlegend/js/img...: 276ms CPU time
Info::
Third-party scripts: 377ms (16% of total)

Main Thread Breakdown

Other 37% Script Evaluation 27% Style & Layout 22% Rendering 7% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://alexlegend.com/1307ms226ms45ms1st
Unattributable445ms9ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZG377ms258ms50ms3rd
https://alexlegend.com/templates/alexlegend/js/img2svg.js276ms152ms0ms1st
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Image Optimization
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Warning::
https://alexlegend.com/templates/alexlegend/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 2.5 MB
0 oversized -0 KB
13 legacy format
1 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

B
JS Bundles
11 scripts, 70 KB unused
REVIEW
11 scripts, 70 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-39MF...: 70 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 70 KB
70 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZG170 KB70 KB (41%)3rd
https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.js12 KB3rd
https://alexlegend.com/templates/alexlegend/js/bootstrap.bundle.min.js23 KB1st
https://alexlegend.com/templates/alexlegend/js/img2svg.js1 KB1st
https://alexlegend.com/templates/alexlegend/js/flip-clock.js2 KB1st
https://alexlegend.com/templates/alexlegend/js/functions.js?v=17882030815 KB1st
https://alexlegend.com/core/js/Tube.js1 KB1st
https://alexlegend.com/templates/alexlegend/js/jquery.cookie.js2 KB1st
https://alexlegend.com/core/js/ageWarningJs.php1 KB1st
https://alexlegend.com/templates/alexlegend/js/trailers.js1 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

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
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
87 resources · 3.1 MB · 70 KB savings available
REVIEW
87 resources · 3.1 MB · 70 KB savings available
Warning::
Page weight 3.1 MB exceeds 1 MB target by 2.1 MB
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~70 KB of savings available
Info::
12 third-party resources (19% of weight)
Info::
4 resources over 200KB
87 resources · 3.1 MiB · 12 third-party 2.1 MiB over 1MB target
Image 80% · 2.5 MiB
Font 7% · 239.4 KiB
JavaScript 7% · 238.6 KiB
Document 3% · 90.4 KiB
CSS 2% · 67.4 KiB
Other 0% · 1.3 KiB

~69.9 KiB of savings available

Remove unused JavaScript: 69.9 KiB
B
CSS Performance Depth
2 CSS depth issue(s) detected
REVIEW
2 CSS depth issue(s) detected
Warning::
10 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.
Warning::
1 `@font-face` rule(s) without `font-display` -- causes FOIT
An `@font-face` rule without `font-display` causes Flash of Invisible Text (FOIT): the browser hides the styled text for up to 3 seconds while the custom font downloads, then either swaps to fallback (Chrome / Firefox) or stays invisible (older Safari). Add `font-display: swap` (shows fallback immediately, swaps in the custom font when ready) or `font-display: optional` (uses fallback if the font isn't ready in 100ms; never causes visible swap). Either eliminates FOIT outright.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
19% third-party, 0 ms blocking
PASS
19% third-party, 0 ms blocking
Info::
Third-party code accounts for 19% of page weight (614.7 KiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
81%
19%
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 (239 KB)
PASS
4 fonts (239 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

239 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 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 5.7 s LCP 20.4 shttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUx6EQ.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUx6EQ.woff2 — 13.1 KiB — 38 ms — font-display: swaphttps://alexlegend.com/templates/alexlegend/fonts/fontawesome_6.1.2/fa-solid-900.woff2fa-solid-900.woff2 https://alexlegend.com/templates/alexlegend/fonts/fontawesome_6.1.2/fa-solid-900.woff2 — 151.6 KiB — 356 ms — font-display: swaphttps://fonts.gstatic.com/s/exo2/v26/7cHmv4okm5zmbtYoK-4W4nIp.woff27cHmv4okm5zmbtYoK-4W4nI... https://fonts.gstatic.com/s/exo2/v26/7cHmv4okm5zmbtYoK-4W4nIp.woff2 — 40.0 KiB — 46 ms — font-display: swap
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 46 ms
Start 778 ms
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 38 ms
Start 853 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 152 KB
Load time 356 ms
Start 854 ms
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
7cHmv4okm5zmbtYoK-4W4nI... woff2 swap
Size 40 KB
Load time 46 ms
Start 1.2 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 ~76 KB and ~152 ms

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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
1 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: https://fonts.gstatic.com (preconnect+preconnect).
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
3
preload
dns-prefetch
prefetch

3 resource hints configured

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

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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
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::
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+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
Network Waterfall
87 requests over 1852ms
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 FCP 5.7 s LCP 20.4 shttps://alexlegend.com// https://alexlegend.com/ — 200 — 90.4 KiB — 621 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZGwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZG — 200 — 169.9 KiB — 261 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@600&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@600&display=swap — 200 — 2.2 KiB — 153 ms — h2https://alexlegend.com/templates/alexlegend/css/bootstrap/bootstrap.css/templates/alexlegend/css/bootstrap... https://alexlegend.com/templates/alexlegend/css/bootstrap/bootstrap.css — 200 — 15.4 KiB — 234 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.csscdnjs.cloudflare.com/ajax/libs/tiny... https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css — 200 — 1.2 KiB — 128 ms — h3https://alexlegend.com/templates/alexlegend/css/styles.css?v=1788203081/templates/alexlegend/css/styles.cs... https://alexlegend.com/templates/alexlegend/css/styles.css?v=1788203081 — 200 — 38.1 KiB — 332 ms — http/1.1https://alexlegend.com/templates/alexlegend/css/overwrite.css?v=1788203081/templates/alexlegend/css/overwrite... https://alexlegend.com/templates/alexlegend/css/overwrite.css?v=1788203081 — 200 — 2.1 KiB — 345 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/logo.svg/templates/alexlegend/images/logo.s... https://alexlegend.com/templates/alexlegend/images/logo.svg — 200 — 31.3 KiB — 464 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-search.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-search.svg — 200 — 725 B — 347 ms — http/1.1https://cdn.alexlegend.com/slides/65252956642fe.jpgcdn.alexlegend.com/slides/652529566... https://cdn.alexlegend.com/slides/65252956642fe.jpg — 200 — 338.7 KiB — 565 ms — h2https://alexlegend.com/templates/alexlegend/css/swiper-bundle.min.css/templates/alexlegend/css/swiper-bu... https://alexlegend.com/templates/alexlegend/css/swiper-bundle.min.css — 200 — 4.8 KiB — 351 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.jscdnjs.cloudflare.com/ajax/libs/tiny... https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.js — 200 — 11.8 KiB — 74 ms — h3https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700;800;900&display=swapfonts.googleapis.com/css2?family=Ex... https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700;800;900&display=swap — 200 — 773 B — 48 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap — 200 — 1.8 KiB — 49 ms — h2https://alexlegend.com/site.webmanifest/site.webmanifest https://alexlegend.com/site.webmanifest — 200 — 797 B — 360 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/lazyload.jpg/templates/alexlegend/images/lazylo... https://alexlegend.com/templates/alexlegend/images/lazyload.jpg — 200 — 1.1 KiB — 119 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-39MFFZWHZG&gtm=45je68r0v9239820048za200zd9239820048&_p=1788203081982&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=645865027.1788203082&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119259606~120213116~120385423~120412528&sid=1788203082&sct=1&seg=0&dl=https%3A%2F%2Falexlegend.com%2F&dt=Alex%20Legend%20Porn%20%26%20XXX%20Videos%20%7C%20AlexLegend&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=746region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-39MFFZWHZG&gtm=45je68r0v9239820048za200zd9239820048&_p=1788203081982&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=645865027.1788203082&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119259606~120213116~120385423~120412528&sid=1788203082&sct=1&seg=0&dl=https%3A%2F%2Falexlegend.com%2F&dt=Alex%20Legend%20Porn%20%26%20XXX%20Videos%20%7C%20AlexLegend&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=746 — 204 — 548 B — 107 ms — h2https://alexlegend.com/templates/alexlegend/js/bootstrap.bundle.min.js/templates/alexlegend/js/bootstrap.... https://alexlegend.com/templates/alexlegend/js/bootstrap.bundle.min.js — 200 — 23.0 KiB — 233 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/img2svg.js/templates/alexlegend/js/img2svg.js https://alexlegend.com/templates/alexlegend/js/img2svg.js — 200 — 1015 B — 122 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/flip-clock.js/templates/alexlegend/js/flip-clock... https://alexlegend.com/templates/alexlegend/js/flip-clock.js — 200 — 1.9 KiB — 121 ms — http/1.1https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 46 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUx6EQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUx6EQ.woff2 — 200 — 13.1 KiB — 38 ms — h3https://alexlegend.com/templates/alexlegend/fonts/fontawesome_6.1.2/fa-solid-900.woff2/templates/alexlegend/fonts/fontawe... https://alexlegend.com/templates/alexlegend/fonts/fontawesome_6.1.2/fa-solid-900.woff2 — 200 — 151.6 KiB — 356 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/functions.js?v=1788203081/templates/alexlegend/js/functions.... https://alexlegend.com/templates/alexlegend/js/functions.js?v=1788203081 — 200 — 5.4 KiB — 124 ms — http/1.1https://alexlegend.com/core/js/Tube.js/core/js/Tube.js https://alexlegend.com/core/js/Tube.js — 200 — 952 B — 119 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/jquery.cookie.js/templates/alexlegend/js/jquery.coo... https://alexlegend.com/templates/alexlegend/js/jquery.cookie.js — 200 — 1.8 KiB — 119 ms — http/1.1https://alexlegend.com/core/js/ageWarningJs.php/core/js/ageWarningJs.php https://alexlegend.com/core/js/ageWarningJs.php — 200 — 1.0 KiB — 118 ms — http/1.1https://alexlegend.com/templates/alexlegend/css/trailers.css?rand=1788203081/templates/alexlegend/css/trailers.... https://alexlegend.com/templates/alexlegend/css/trailers.css?rand=1788203081 — 200 — 970 B — 119 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/trailers.js/templates/alexlegend/js/trailers.j... https://alexlegend.com/templates/alexlegend/js/trailers.js — 200 — 1.3 KiB — 122 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 827 B — 122 ms — http/1.1
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 5.7 s LCP 20.4 shttps://alexlegend.com// https://alexlegend.com/ — 200 — 90.4 KiB — 621 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZGwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZG — 200 — 169.9 KiB — 261 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@600&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@600&display=swap — 200 — 2.2 KiB — 153 ms — h2https://alexlegend.com/templates/alexlegend/css/bootstrap/bootstrap.css/templates/alexlegend/css/bootstrap... https://alexlegend.com/templates/alexlegend/css/bootstrap/bootstrap.css — 200 — 15.4 KiB — 234 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.csscdnjs.cloudflare.com/ajax/libs/tiny... https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css — 200 — 1.2 KiB — 128 ms — h3https://alexlegend.com/templates/alexlegend/css/styles.css?v=1788203081/templates/alexlegend/css/styles.cs... https://alexlegend.com/templates/alexlegend/css/styles.css?v=1788203081 — 200 — 38.1 KiB — 332 ms — http/1.1https://alexlegend.com/templates/alexlegend/css/overwrite.css?v=1788203081/templates/alexlegend/css/overwrite... https://alexlegend.com/templates/alexlegend/css/overwrite.css?v=1788203081 — 200 — 2.1 KiB — 345 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/logo.svg/templates/alexlegend/images/logo.s... https://alexlegend.com/templates/alexlegend/images/logo.svg — 200 — 31.3 KiB — 464 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-search.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-search.svg — 200 — 725 B — 347 ms — http/1.1https://cdn.alexlegend.com/slides/65252956642fe.jpgcdn.alexlegend.com/slides/652529566... https://cdn.alexlegend.com/slides/65252956642fe.jpg — 200 — 338.7 KiB — 565 ms — h2https://alexlegend.com/templates/alexlegend/css/swiper-bundle.min.css/templates/alexlegend/css/swiper-bu... https://alexlegend.com/templates/alexlegend/css/swiper-bundle.min.css — 200 — 4.8 KiB — 351 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.jscdnjs.cloudflare.com/ajax/libs/tiny... https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.js — 200 — 11.8 KiB — 74 ms — h3https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700;800;900&display=swapfonts.googleapis.com/css2?family=Ex... https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700;800;900&display=swap — 200 — 773 B — 48 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap — 200 — 1.8 KiB — 49 ms — h2https://alexlegend.com/site.webmanifest/site.webmanifest https://alexlegend.com/site.webmanifest — 200 — 797 B — 360 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/lazyload.jpg/templates/alexlegend/images/lazylo... https://alexlegend.com/templates/alexlegend/images/lazyload.jpg — 200 — 1.1 KiB — 119 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-39MFFZWHZG&gtm=45je68r0v9239820048za200zd9239820048&_p=1788203081982&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=645865027.1788203082&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119259606~120213116~120385423~120412528&sid=1788203082&sct=1&seg=0&dl=https%3A%2F%2Falexlegend.com%2F&dt=Alex%20Legend%20Porn%20%26%20XXX%20Videos%20%7C%20AlexLegend&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=746region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-39MFFZWHZG&gtm=45je68r0v9239820048za200zd9239820048&_p=1788203081982&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=645865027.1788203082&frm=0&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119259606~120213116~120385423~120412528&sid=1788203082&sct=1&seg=0&dl=https%3A%2F%2Falexlegend.com%2F&dt=Alex%20Legend%20Porn%20%26%20XXX%20Videos%20%7C%20AlexLegend&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=746 — 204 — 548 B — 107 ms — h2https://alexlegend.com/templates/alexlegend/js/bootstrap.bundle.min.js/templates/alexlegend/js/bootstrap.... https://alexlegend.com/templates/alexlegend/js/bootstrap.bundle.min.js — 200 — 23.0 KiB — 233 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/img2svg.js/templates/alexlegend/js/img2svg.js https://alexlegend.com/templates/alexlegend/js/img2svg.js — 200 — 1015 B — 122 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/flip-clock.js/templates/alexlegend/js/flip-clock... https://alexlegend.com/templates/alexlegend/js/flip-clock.js — 200 — 1.9 KiB — 121 ms — http/1.1https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 46 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUx6EQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUx6EQ.woff2 — 200 — 13.1 KiB — 38 ms — h3https://alexlegend.com/templates/alexlegend/fonts/fontawesome_6.1.2/fa-solid-900.woff2/templates/alexlegend/fonts/fontawe... https://alexlegend.com/templates/alexlegend/fonts/fontawesome_6.1.2/fa-solid-900.woff2 — 200 — 151.6 KiB — 356 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/functions.js?v=1788203081/templates/alexlegend/js/functions.... https://alexlegend.com/templates/alexlegend/js/functions.js?v=1788203081 — 200 — 5.4 KiB — 124 ms — http/1.1https://alexlegend.com/core/js/Tube.js/core/js/Tube.js https://alexlegend.com/core/js/Tube.js — 200 — 952 B — 119 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/jquery.cookie.js/templates/alexlegend/js/jquery.coo... https://alexlegend.com/templates/alexlegend/js/jquery.cookie.js — 200 — 1.8 KiB — 119 ms — http/1.1https://alexlegend.com/core/js/ageWarningJs.php/core/js/ageWarningJs.php https://alexlegend.com/core/js/ageWarningJs.php — 200 — 1.0 KiB — 118 ms — http/1.1https://alexlegend.com/templates/alexlegend/css/trailers.css?rand=1788203081/templates/alexlegend/css/trailers.... https://alexlegend.com/templates/alexlegend/css/trailers.css?rand=1788203081 — 200 — 970 B — 119 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/trailers.js/templates/alexlegend/js/trailers.j... https://alexlegend.com/templates/alexlegend/js/trailers.js — 200 — 1.3 KiB — 122 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 827 B — 122 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 679 B — 122 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/paypal.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/paypal.svg — 200 — 1.9 KiB — 121 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--mastercard.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--mastercard.svg — 200 — 813 B — 120 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--visa.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--visa.svg — 200 — 1.1 KiB — 128 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--discover.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--discover.svg — 200 — 1.6 KiB — 127 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--jcb.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--jcb.svg — 200 — 1.6 KiB — 127 ms — http/1.1https://alexlegend.com/media/misc/homepage_thumbs/1690.jpg?time=1788203081/media/misc/homepage_thumbs/1690.jp... https://alexlegend.com/media/misc/homepage_thumbs/1690.jpg?time=1788203081 — 200 — 1.4 MiB — 531 ms — http/1.1https://alexlegend.com/media/misc/homepage_thumbs/1690_2.jpg?time=1788203081/media/misc/homepage_thumbs/1690_2.... https://alexlegend.com/media/misc/homepage_thumbs/1690_2.jpg?time=1788203081 — 200 — 378.9 KiB — 552 ms — http/1.1https://alexlegend.com/media/misc/homepage_thumbs/1690_3.jpg?time=1788203081/media/misc/homepage_thumbs/1690_3.... https://alexlegend.com/media/misc/homepage_thumbs/1690_3.jpg?time=1788203081 — 200 — 382.0 KiB — 571 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/logo.svg/templates/alexlegend/images/logo.s... https://alexlegend.com/templates/alexlegend/images/logo.svg — 200 — 0 B — 10 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/logo.svg/templates/alexlegend/images/logo.s... https://alexlegend.com/templates/alexlegend/images/logo.svg — 200 — 0 B — 36 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-search.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-search.svg — 200 — 0 B — 36 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 33 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 35 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 36 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 37 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 40 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 39 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 44 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 44 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 47 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 47 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 59 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 64 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 66 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 70 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 74 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 83 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 86 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 92 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 96 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 97 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 99 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 99 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 104 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 104 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-open-calendar.svg — 200 — 0 B — 106 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg/templates/alexlegend/images/svg/ic... https://alexlegend.com/templates/alexlegend/images/svg/icon-material-timelapse.svg — 200 — 0 B — 106 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/logo.svg/templates/alexlegend/images/logo.s... https://alexlegend.com/templates/alexlegend/images/logo.svg — 200 — 0 B — 29 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/paypal.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/paypal.svg — 200 — 0 B — 62 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--mastercard.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--mastercard.svg — 200 — 0 B — 82 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--visa.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--visa.svg — 200 — 0 B — 90 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--discover.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--discover.svg — 200 — 0 B — 92 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--jcb.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--jcb.svg — 200 — 0 B — 92 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--sofort.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--sofort.svg — 200 — 1.6 KiB — 204 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/Paysafecard_logo.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/Paysafecard_logo.svg — 200 — 2.7 KiB — 205 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/bitcoin.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/bitcoin.svg — 200 — 2.7 KiB — 205 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--light.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--light.svg — 200 — 1.9 KiB — 323 ms — http/1.1https://fonts.gstatic.com/s/exo2/v26/7cHmv4okm5zmbtYoK-4W4nIp.woff2fonts.gstatic.com/s/exo2/v26/7cHmv4... https://fonts.gstatic.com/s/exo2/v26/7cHmv4okm5zmbtYoK-4W4nIp.woff2 — 200 — 40.0 KiB — 46 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB6oAAAHQCAYAAAAYg+QSAAAABGdBTUEAALGPC/xhBQAACklpQ0NQc…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB6oAAAHQCAYAAAAYg+QSAAAABGdBTUEAALGPC/xhBQAACklpQ0NQc… — 200 — 0 B — 0 ms — datahttps://alexlegend.com/templates/alexlegend/images/logo.svg/templates/alexlegend/images/logo.s... https://alexlegend.com/templates/alexlegend/images/logo.svg — 200 — 0 B — 7 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--sofort.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--sofort.svg — 200 — 0 B — 4 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/Paysafecard_logo.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/Paysafecard_logo.svg — 200 — 0 B — 4 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/bitcoin.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/bitcoin.svg — 200 — 0 B — 3 ms — http/1.1https://alexlegend.com/templates/alexlegend/images/payment/payment--light.svg/templates/alexlegend/images/paymen... https://alexlegend.com/templates/alexlegend/images/payment/payment--light.svg — 200 — 0 B — 115 ms — http/1.1https://alexlegend.com/templates/alexlegend/js/bootstrap.min.js/templates/alexlegend/js/bootstrap.... https://alexlegend.com/templates/alexlegend/js/bootstrap.min.js — 200 — 20.6 KiB — 234 ms — http/1.1https://alexlegend.com/favicon-32x32.png/favicon-32x32.png https://alexlegend.com/favicon-32x32.png — 200 — 1.9 KiB — 120 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
16% of JavaScript execution is third-party
First-party Third-party 377ms · 170KB · $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 377ms
Transfer 170 KB
Unused 41%
Monthly Cost $5/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 377ms and costs ~$5/month

Google Tag Manager takes 377ms 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

How third-party costs are calculated

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-08-02 — 2026-08-29)

LCP (p75)

4362 ms

49% good

INP (p75)

93 ms

94% good

CLS (p75)

0.010

85% good

FCP (p75)

3185 ms

TTFB (p75)

1778 ms

Image Optimization
17 images, 2223 KB total, 2037 KB wasted
INFO

Image Optimization Audit

Total Images

17

Total Size

2223 KB

Oversized

4

Wasted

2037 KB

2 missing alt text 15 missing dimensions 15 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