Skip to content
https://localxlist.org

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
7
PASS
14
INFO
4

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

82
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.38 s

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

2.72 s

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

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

7.84 s

Page Load Progression

389 ms
779 ms
1.2 s
1.6 s
1.9 s
2.3 s
2.7 s
3.1 s
Checks
27
14 PASS 7 REVIEW 2 FIX
F
JS Execution Cost
Action
8259ms total JS execution
FIX
8259ms total JS execution
Warning::
https://localxlist.org/_next/static/chunks/961311c...: 6679ms CPU time
Warning::
Unattributable: 679ms CPU time
Warning::
https://localxlist.org/: 499ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-KEWL...: 323ms CPU time
Info::
https://localxlist.org/_next/static/chunks/67c9d06...: 80ms CPU time
Info::
Third-party scripts: 323ms (4% of total)

Main Thread Breakdown

Script Evaluation 67% Other 25%
ScriptTotalScriptingParse/CompileParty
https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js6679ms5194ms24ms1st
Unattributable679ms24ms0ms1st
https://localxlist.org/499ms30ms16ms1st
https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0323ms272ms47ms3rd
https://localxlist.org/_next/static/chunks/67c9d06fa8700707.js80ms50ms19ms1st
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: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
JS Bundles
19 scripts, 96 KB unused
REVIEW
19 scripts, 96 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-KEWL...: 70 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://localxlist.org/_next/static/chunks/961311c...: 25 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 96 KB
96 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0166 KB70 KB (42%)3rd
https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js81 KB25 KB (31%)1st
https://localxlist.org/_next/static/chunks/4b188ae602b9c4db.js21 KB1st
https://localxlist.org/_next/static/chunks/744634c9afe0570c.js22 KB1st
https://localxlist.org/_next/static/chunks/ede8a4b7a28a7a18.js10 KB1st
https://localxlist.org/_next/static/chunks/797fcb0710da3be2.js8 KB1st
https://localxlist.org/_next/static/chunks/turbopack-0f2881c0c5767128.js5 KB1st
https://localxlist.org/_next/static/chunks/f249787193ec3d93.js5 KB1st
https://localxlist.org/_next/static/chunks/102a67e358ac219f.js2 KB1st
https://localxlist.org/_next/static/chunks/f7aec44ebff1872f.js10 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

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
Resource Hints
7 hints, 0 missing preconnects
REVIEW
7 hints, 0 missing preconnects
Warning::
3 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2, /_next/static/media/216579b50e548914-s.p.a1b609f7.woff2, /_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
1 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://api.localxlist.net. Remove the redundant dns-prefetch entries.
Info::
Page uses 7 resource hint(s)

Current Resource Hints

preconnect
1
preload
5
dns-prefetch
1
prefetch

7 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2, /_next/static/media/216579b50e548914-s.p.a1b609f7.woff2, /_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://api.localxlist.net. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 8.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
557 KB transferred, 61 requests
PASS
557 KB transferred, 61 requests
Info::
Page weighs 1.7 MB (557 KB transferred)
Info::
61 HTTP requests
Info::
Estimated 0.11 g CO2 per page load
557 KB / 2.4 MB budget
557 KB transferred
61 requests
0.11 g CO2 per page load
JavaScript 402.5 KiB 72%
HTML 45.6 KiB 8%
Fonts 43.3 KiB 8%
CSS 31.7 KiB 6%
Images 26.4 KiB 5%
Other 5.2 KiB 1%
Other 1.9 KiB 0%
Other 557 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
31% third-party, 0 ms blocking
PASS
31% third-party, 0 ms blocking
Info::
Third-party code accounts for 31% of page weight (170.2 KiB of 557.2 KiB)
Info::
Third-party blocking time is low (0 ms)
69%
31%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
27 images, 0 KB saveable
PASS
27 images, 0 KB saveable
Info::
All images are well-optimized
27 images 26 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
3 fonts (43 KB)
PASS
3 fonts (43 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

43 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.4 s LCP 2.7 shttps://localxlist.org/_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff21bc7fc94203521e3-s.p.88... https://localxlist.org/_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2 — 14.9 KiB — 881 ms — font-display: swaphttps://localxlist.org/_next/static/media/216579b50e548914-s.p.a1b609f7.woff2216579b50e548914-s.p.a1... https://localxlist.org/_next/static/media/216579b50e548914-s.p.a1b609f7.woff2 — 14.1 KiB — 1.4 s — font-display: swaphttps://localxlist.org/_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff23df2de83712245dd-s.p.b8... https://localxlist.org/_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2 — 14.3 KiB — 1.5 s — font-display: swap
1bc7fc94203521e3-s.p.88... woff2 swap
Size 15 KB
Load time 881 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
216579b50e548914-s.p.a1... woff2 swap
Size 14 KB
Load time 1.4 s
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
3df2de83712245dd-s.p.b8... woff2 swap
Size 14 KB
Load time 1.5 s
Start 1.1 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+
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: private, no-cache, no-store, max-age=0, 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
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+
Page Weight Inventory
61 resources · 557 KB · 96 KB savings available
PASS
61 resources · 557 KB · 96 KB savings available
Info::
Within 1MB page-weight target
Got: 557 KB
Info::
~96 KB of savings available
Info::
7 third-party resources (31% of weight)
61 resources · 557.2 KiB · 7 third-party Within 1MB page-weight target
JavaScript 72% · 402.5 KiB
Document 8% · 45.6 KiB
Font 8% · 43.3 KiB
CSS 6% · 31.7 KiB
Image 5% · 28.3 KiB
Other 1% · 5.7 KiB

~95.6 KiB of savings available

Remove unused JavaScript: 95.6 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
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
61 requests over 6533ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 2.7 shttps://localxlist.org// https://localxlist.org/ — 200 — 45.6 KiB — 1.5 s — http/1.1https://localxlist.org/_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2/_next/static/media/1bc7fc94203521e... https://localxlist.org/_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2 — 200 — 14.9 KiB — 881 ms — http/1.1https://localxlist.org/_next/static/media/216579b50e548914-s.p.a1b609f7.woff2/_next/static/media/216579b50e54891... https://localxlist.org/_next/static/media/216579b50e548914-s.p.a1b609f7.woff2 — 200 — 14.1 KiB — 1.4 s — http/1.1https://localxlist.org/_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2/_next/static/media/3df2de83712245d... https://localxlist.org/_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2 — 200 — 14.3 KiB — 1.5 s — http/1.1https://localxlist.org/_next/static/chunks/5d9cb710c520a981.css/_next/static/chunks/5d9cb710c520a9... https://localxlist.org/_next/static/chunks/5d9cb710c520a981.css — 200 — 30.3 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/ef0f0a17c27cc9f8.css/_next/static/chunks/ef0f0a17c27cc9... https://localxlist.org/_next/static/chunks/ef0f0a17c27cc9f8.css — 200 — 1.4 KiB — 1.3 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0 — 200 — 166.3 KiB — 87 ms — h2https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsite%2Fsettings-1782367868082-437858208-1.png&w=750&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsite%2Fsettings-1782367868082-437858208-1.png&w=750&q=75 — 200 — 3.0 KiB — 1.6 s — http/1.1https://localxlist.org/_next/static/chunks/102a67e358ac219f.js/_next/static/chunks/102a67e358ac21... https://localxlist.org/_next/static/chunks/102a67e358ac219f.js — 200 — 1.6 KiB — 981 ms — http/1.1https://localxlist.org/_next/static/chunks/ede8a4b7a28a7a18.js/_next/static/chunks/ede8a4b7a28a7a... https://localxlist.org/_next/static/chunks/ede8a4b7a28a7a18.js — 200 — 9.9 KiB — 498 ms — http/1.1https://localxlist.org/_next/static/chunks/67c9d06fa8700707.js/_next/static/chunks/67c9d06fa87007... https://localxlist.org/_next/static/chunks/67c9d06fa8700707.js — 200 — 35.8 KiB — 520 ms — http/1.1https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js/_next/static/chunks/961311cbebbffb... https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js — 200 — 80.7 KiB — 514 ms — http/1.1https://localxlist.org/_next/static/chunks/797fcb0710da3be2.js/_next/static/chunks/797fcb0710da3b... https://localxlist.org/_next/static/chunks/797fcb0710da3be2.js — 200 — 8.5 KiB — 403 ms — http/1.1https://localxlist.org/_next/static/chunks/turbopack-0f2881c0c5767128.js/_next/static/chunks/turbopack-0f28... https://localxlist.org/_next/static/chunks/turbopack-0f2881c0c5767128.js — 200 — 4.7 KiB — 269 ms — http/1.1https://localxlist.org/_next/static/chunks/f249787193ec3d93.js/_next/static/chunks/f249787193ec3d... https://localxlist.org/_next/static/chunks/f249787193ec3d93.js — 200 — 5.3 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/4b188ae602b9c4db.js/_next/static/chunks/4b188ae602b9c4... https://localxlist.org/_next/static/chunks/4b188ae602b9c4db.js — 200 — 21.1 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/f7aec44ebff1872f.js/_next/static/chunks/f7aec44ebff187... https://localxlist.org/_next/static/chunks/f7aec44ebff1872f.js — 200 — 9.8 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/d89544bcb4048a0b.js/_next/static/chunks/d89544bcb4048a... https://localxlist.org/_next/static/chunks/d89544bcb4048a0b.js — 200 — 11.9 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/744634c9afe0570c.js/_next/static/chunks/744634c9afe057... https://localxlist.org/_next/static/chunks/744634c9afe0570c.js — 200 — 22.0 KiB — 1.2 s — http/1.1https://localxlist.org/_next/static/chunks/d96012bcfc98706a.js/_next/static/chunks/d96012bcfc9870... https://localxlist.org/_next/static/chunks/d96012bcfc98706a.js — 200 — 688 B — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/73e3194f06db260e.js/_next/static/chunks/73e3194f06db26... https://localxlist.org/_next/static/chunks/73e3194f06db260e.js — 200 — 8.8 KiB — 268 ms — http/1.1https://localxlist.org/_next/static/chunks/d814d8898fd5bd32.js/_next/static/chunks/d814d8898fd5bd... https://localxlist.org/_next/static/chunks/d814d8898fd5bd32.js — 200 — 5.5 KiB — 267 ms — http/1.1https://localxlist.org/_next/static/chunks/cfe6b91f59c28b6e.js/_next/static/chunks/cfe6b91f59c28b... https://localxlist.org/_next/static/chunks/cfe6b91f59c28b6e.js — 200 — 5.4 KiB — 244 ms — http/1.1https://api.localxlist.org/uploads/v1/site/settings-favicon-1785428087025-951652764.webpapi.localxlist.org/uploads/v1/site/... https://api.localxlist.org/uploads/v1/site/settings-favicon-1785428087025-951652764.webp — 200 — 1.9 KiB — 115 ms — http/1.1https://analytics.google.com/g/collect?v=2&tid=G-KEWLXSC3R0&gtm=45je68h0v9102298471za200zd9102298471&_p=1787082091278&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&are=1&cid=1829872471.1787082091&frm=0&ir=1&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659&dp=%2F&sid=1787082091&sct=1&seg=0&dl=https%3A%2F%2Flocalxlist.org%2F&dt=Find%20Personal%20Connections%20and%20Casual%20Encounters%20%7C%20Localxlist&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=4627analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-KEWLXSC3R0&gtm=45je68h0v9102298471za200zd9102298471&_p=1787082091278&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&are=1&cid=1829872471.1787082091&frm=0&ir=1&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659&dp=%2F&sid=1787082091&sct=1&seg=0&dl=https%3A%2F%2Flocalxlist.org%2F&dt=Find%20Personal%20Connections%20and%20Casual%20Encounters%20%7C%20Localxlist&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=4627 — 204 — 548 B — 67 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-KEWLXSC3R0&cid=1829872471.1787082091&gtm=45je68h0v9102298471za200zd9102298471&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-KEWLXSC3R0&cid=1829872471.1787082091&gtm=45je68h0v9102298471za200zd9102298471&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659 — 204 — 557 B — 66 ms — h2https://api.localxlist.org/api/v1/home/track-visitapi.localxlist.org/api/v1/home/trac... https://api.localxlist.org/api/v1/home/track-visit — 204 — 0 B — 82 ms — http/1.1https://localxlist.org/_next/static/chunks/875c83c4e468ee9f.js/_next/static/chunks/875c83c4e468ee... https://localxlist.org/_next/static/chunks/875c83c4e468ee9f.js — 200 — 1.9 KiB — 35 ms — http/1.1https://localxlist.org/_next/static/chunks/f93284e164c36566.js/_next/static/chunks/f93284e164c365... https://localxlist.org/_next/static/chunks/f93284e164c36566.js — 200 — 847 B — 27 ms — http/1.1https://localxlist.org/login?_rsc=1r34m/login?_rsc=1r34m https://localxlist.org/login?_rsc=1r34m — 200 — 734 B — 35 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 2.7 shttps://localxlist.org// https://localxlist.org/ — 200 — 45.6 KiB — 1.5 s — http/1.1https://localxlist.org/_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2/_next/static/media/1bc7fc94203521e... https://localxlist.org/_next/static/media/1bc7fc94203521e3-s.p.888a2ca8.woff2 — 200 — 14.9 KiB — 881 ms — http/1.1https://localxlist.org/_next/static/media/216579b50e548914-s.p.a1b609f7.woff2/_next/static/media/216579b50e54891... https://localxlist.org/_next/static/media/216579b50e548914-s.p.a1b609f7.woff2 — 200 — 14.1 KiB — 1.4 s — http/1.1https://localxlist.org/_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2/_next/static/media/3df2de83712245d... https://localxlist.org/_next/static/media/3df2de83712245dd-s.p.b86f99c9.woff2 — 200 — 14.3 KiB — 1.5 s — http/1.1https://localxlist.org/_next/static/chunks/5d9cb710c520a981.css/_next/static/chunks/5d9cb710c520a9... https://localxlist.org/_next/static/chunks/5d9cb710c520a981.css — 200 — 30.3 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/ef0f0a17c27cc9f8.css/_next/static/chunks/ef0f0a17c27cc9... https://localxlist.org/_next/static/chunks/ef0f0a17c27cc9f8.css — 200 — 1.4 KiB — 1.3 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-KEWLXSC3R0 — 200 — 166.3 KiB — 87 ms — h2https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsite%2Fsettings-1782367868082-437858208-1.png&w=750&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsite%2Fsettings-1782367868082-437858208-1.png&w=750&q=75 — 200 — 3.0 KiB — 1.6 s — http/1.1https://localxlist.org/_next/static/chunks/102a67e358ac219f.js/_next/static/chunks/102a67e358ac21... https://localxlist.org/_next/static/chunks/102a67e358ac219f.js — 200 — 1.6 KiB — 981 ms — http/1.1https://localxlist.org/_next/static/chunks/ede8a4b7a28a7a18.js/_next/static/chunks/ede8a4b7a28a7a... https://localxlist.org/_next/static/chunks/ede8a4b7a28a7a18.js — 200 — 9.9 KiB — 498 ms — http/1.1https://localxlist.org/_next/static/chunks/67c9d06fa8700707.js/_next/static/chunks/67c9d06fa87007... https://localxlist.org/_next/static/chunks/67c9d06fa8700707.js — 200 — 35.8 KiB — 520 ms — http/1.1https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js/_next/static/chunks/961311cbebbffb... https://localxlist.org/_next/static/chunks/961311cbebbffb6d.js — 200 — 80.7 KiB — 514 ms — http/1.1https://localxlist.org/_next/static/chunks/797fcb0710da3be2.js/_next/static/chunks/797fcb0710da3b... https://localxlist.org/_next/static/chunks/797fcb0710da3be2.js — 200 — 8.5 KiB — 403 ms — http/1.1https://localxlist.org/_next/static/chunks/turbopack-0f2881c0c5767128.js/_next/static/chunks/turbopack-0f28... https://localxlist.org/_next/static/chunks/turbopack-0f2881c0c5767128.js — 200 — 4.7 KiB — 269 ms — http/1.1https://localxlist.org/_next/static/chunks/f249787193ec3d93.js/_next/static/chunks/f249787193ec3d... https://localxlist.org/_next/static/chunks/f249787193ec3d93.js — 200 — 5.3 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/4b188ae602b9c4db.js/_next/static/chunks/4b188ae602b9c4... https://localxlist.org/_next/static/chunks/4b188ae602b9c4db.js — 200 — 21.1 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/f7aec44ebff1872f.js/_next/static/chunks/f7aec44ebff187... https://localxlist.org/_next/static/chunks/f7aec44ebff1872f.js — 200 — 9.8 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/d89544bcb4048a0b.js/_next/static/chunks/d89544bcb4048a... https://localxlist.org/_next/static/chunks/d89544bcb4048a0b.js — 200 — 11.9 KiB — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/744634c9afe0570c.js/_next/static/chunks/744634c9afe057... https://localxlist.org/_next/static/chunks/744634c9afe0570c.js — 200 — 22.0 KiB — 1.2 s — http/1.1https://localxlist.org/_next/static/chunks/d96012bcfc98706a.js/_next/static/chunks/d96012bcfc9870... https://localxlist.org/_next/static/chunks/d96012bcfc98706a.js — 200 — 688 B — 1.3 s — http/1.1https://localxlist.org/_next/static/chunks/73e3194f06db260e.js/_next/static/chunks/73e3194f06db26... https://localxlist.org/_next/static/chunks/73e3194f06db260e.js — 200 — 8.8 KiB — 268 ms — http/1.1https://localxlist.org/_next/static/chunks/d814d8898fd5bd32.js/_next/static/chunks/d814d8898fd5bd... https://localxlist.org/_next/static/chunks/d814d8898fd5bd32.js — 200 — 5.5 KiB — 267 ms — http/1.1https://localxlist.org/_next/static/chunks/cfe6b91f59c28b6e.js/_next/static/chunks/cfe6b91f59c28b... https://localxlist.org/_next/static/chunks/cfe6b91f59c28b6e.js — 200 — 5.4 KiB — 244 ms — http/1.1https://api.localxlist.org/uploads/v1/site/settings-favicon-1785428087025-951652764.webpapi.localxlist.org/uploads/v1/site/... https://api.localxlist.org/uploads/v1/site/settings-favicon-1785428087025-951652764.webp — 200 — 1.9 KiB — 115 ms — http/1.1https://analytics.google.com/g/collect?v=2&tid=G-KEWLXSC3R0&gtm=45je68h0v9102298471za200zd9102298471&_p=1787082091278&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&are=1&cid=1829872471.1787082091&frm=0&ir=1&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659&dp=%2F&sid=1787082091&sct=1&seg=0&dl=https%3A%2F%2Flocalxlist.org%2F&dt=Find%20Personal%20Connections%20and%20Casual%20Encounters%20%7C%20Localxlist&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=4627analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-KEWLXSC3R0&gtm=45je68h0v9102298471za200zd9102298471&_p=1787082091278&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&are=1&cid=1829872471.1787082091&frm=0&ir=1&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659&dp=%2F&sid=1787082091&sct=1&seg=0&dl=https%3A%2F%2Flocalxlist.org%2F&dt=Find%20Personal%20Connections%20and%20Casual%20Encounters%20%7C%20Localxlist&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=4627 — 204 — 548 B — 67 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-KEWLXSC3R0&cid=1829872471.1787082091&gtm=45je68h0v9102298471za200zd9102298471&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-KEWLXSC3R0&cid=1829872471.1787082091&gtm=45je68h0v9102298471za200zd9102298471&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~119367802~119367810~120385422~120420415~120476659 — 204 — 557 B — 66 ms — h2https://api.localxlist.org/api/v1/home/track-visitapi.localxlist.org/api/v1/home/trac... https://api.localxlist.org/api/v1/home/track-visit — 204 — 0 B — 82 ms — http/1.1https://localxlist.org/_next/static/chunks/875c83c4e468ee9f.js/_next/static/chunks/875c83c4e468ee... https://localxlist.org/_next/static/chunks/875c83c4e468ee9f.js — 200 — 1.9 KiB — 35 ms — http/1.1https://localxlist.org/_next/static/chunks/f93284e164c36566.js/_next/static/chunks/f93284e164c365... https://localxlist.org/_next/static/chunks/f93284e164c36566.js — 200 — 847 B — 27 ms — http/1.1https://localxlist.org/login?_rsc=1r34m/login?_rsc=1r34m https://localxlist.org/login?_rsc=1r34m — 200 — 734 B — 35 ms — http/1.1https://localxlist.org/?_rsc=1r34m/?_rsc=1r34m https://localxlist.org/?_rsc=1r34m — 200 — 604 B — 81 ms — http/1.1https://localxlist.org/_next/static/chunks/16683cbc27be5e1e.js/_next/static/chunks/16683cbc27be5e... https://localxlist.org/_next/static/chunks/16683cbc27be5e1e.js — 200 — 1.8 KiB — 36 ms — http/1.1https://localxlist.org/login?_rsc=p37cr/login?_rsc=p37cr https://localxlist.org/login?_rsc=p37cr — 200 — 1.2 KiB — 203 ms — http/1.1https://api.localxlist.org/api/v1/home/track-visitapi.localxlist.org/api/v1/home/trac... https://api.localxlist.org/api/v1/home/track-visit — 200 — 963 B — 34 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fd1740493247.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fd1740493247.png&w=48&q=75 — 200 — 1.0 KiB — 177 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-TNSIcon-32x321740492829.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-TNSIcon-32x321740492829.png&w=48&q=75 — 200 — 620 B — 220 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-BoobieBlogLogoCensored-32x321740492359.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-BoobieBlogLogoCensored-32x321740492359.png&w=48&q=75 — 200 — 1.2 KiB — 172 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffav1617366265.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffav1617366265.png&w=48&q=75 — 200 — 846 B — 197 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-onlyhotguys-1-32x321614436070.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-onlyhotguys-1-32x321614436070.png&w=48&q=75 — 200 — 1.0 KiB — 169 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2FUntitled-11614367381.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2FUntitled-11614367381.png&w=48&q=75 — 200 — 779 B — 29 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ftbfsfavicon1615218351.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ftbfsfavicon1615218351.png&w=48&q=75 — 200 — 854 B — 33 ms — http/1.1https://localxlist.org/?_rsc=p37cr/?_rsc=p37cr https://localxlist.org/?_rsc=p37cr — 200 — 1.2 KiB — 212 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-5fbd348e-c5b2-48ed-97df-37d4e93f043f_200x200-2-32x321614867675.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-5fbd348e-c5b2-48ed-97df-37d4e93f043f_200x200-2-32x321614867675.png&w=48&q=75 — 200 — 925 B — 36 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-dudethrill-favicon-32x321614682833.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-dudethrill-favicon-32x321614682833.png&w=48&q=75 — 200 — 887 B — 200 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ficon1738935379.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ficon1738935379.png&w=48&q=75 — 200 — 751 B — 399 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Flogocon-150x1501686975095.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Flogocon-150x1501686975095.png&w=48&q=75 — 200 — 940 B — 365 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon-01679417842.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon-01679417842.png&w=48&q=75 — 200 — 1.3 KiB — 366 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-SexySexDoll-Logo-Worlds-largest-real-love-sex-doll-store-32x321616034967.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-SexySexDoll-Logo-Worlds-largest-real-love-sex-doll-store-32x321616034967.png&w=48&q=75 — 200 — 993 B — 408 ms — http/1.1data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjQwMCIgaGVpZ2h0PSIzMDAiIHZpZXdCb3g9IjAgMCA0MDAgMzAwIgogI…data:image/svg+xml;base64,Cjxzdmcgd... data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjQwMCIgaGVpZ2h0PSIzMDAiIHZpZXdCb3g9IjAgMCA0MDAgMzAwIgogI… — 200 — 0 B — 0 ms — datahttps://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcoollogo_com-292331689-11616033814.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcoollogo_com-292331689-11616033814.png&w=48&q=75 — 200 — 859 B — 209 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fdoll1613989986.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fdoll1613989986.png&w=48&q=75 — 200 — 727 B — 201 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ftg_favicon-01739209456.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ftg_favicon-01739209456.png&w=48&q=75 — 200 — 815 B — 394 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon21719139129.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon21719139129.png&w=48&q=75 — 200 — 1.1 KiB — 397 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2FUntitled-11614367128.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2FUntitled-11614367128.png&w=48&q=75 — 200 — 749 B — 385 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Flocalxlist%20favicon1614366803.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Flocalxlist%20favicon1614366803.png&w=48&q=75 — 200 — 1.1 KiB — 382 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon-16x161614504646.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon-16x161614504646.png&w=48&q=75 — 200 — 654 B — 403 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fapple-touch-icon1614504465.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fapple-touch-icon1614504465.png&w=48&q=75 — 200 — 1.3 KiB — 400 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon-11635953820.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon-11635953820.png&w=48&q=75 — 200 — 708 B — 401 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon1630046806.ico&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ffavicon1630046806.ico&w=48&q=75 — 200 — 1.9 KiB — 398 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-sexdollsvideo_icon-2-32x321613977105.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Fcropped-sexdollsvideo_icon-2-32x321613977105.png&w=48&q=75 — 200 — 1.1 KiB — 402 ms — http/1.1https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ff1613977033.png&w=48&q=75/_next/image?url=https%3A%2F%2Fapi.... https://localxlist.org/_next/image?url=https%3A%2F%2Fapi.localxlist.org%2Fuploads%2Fv1%2Fsites%2Flogos%2Ff1613977033.png&w=48&q=75 — 200 — 740 B — 742 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
4% of JavaScript execution is third-party
First-party Third-party 323ms · 166KB · $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 323ms
Transfer 166 KB
Unused 42%
Monthly Cost $4/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 323ms and costs ~$4/month

Google Tag Manager takes 323ms 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-07-20 — 2026-08-16)

LCP (p75)

2976 ms

67% good

INP (p75)

136 ms

86% good

CLS (p75)

0.010

95% good

FCP (p75)

2965 ms

TTFB (p75)

1694 ms

Image Optimization
26 images, 9 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

26

Total Size

9 KB

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