Skip to content
https://monstersofcock.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
3
REVIEW
5
PASS
11
INFO
2

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

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

881 ms

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

1.74 s

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

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

1.35 s

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

1.74 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
21
11 PASS 5 REVIEW 3 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 (985.5 KiB of 985.8 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
10 scripts, 515 KB unused
FIX
10 scripts, 515 KB unused
Warning::
https://app-assets.project1content.com/tour/vendor...: 441 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://app-assets.project1content.com/tour/main.8...: 74 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 515 KB
515 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://app-assets.project1content.com/tour/vendors~main.fec81aa5.js709 KB441 KB (63%)3rd
https://app-assets.project1content.com/tour/main.89240229.js133 KB74 KB (56%)3rd
https://www.monstersofcock.com/_p1cdn/tour/EventBus.js2 KB3rd
https://app-assets.project1content.com/tour/@one/blocks/async/ContainerBlock.3b9c33b5.js1 KB3rd
https://app-assets.project1content.com/tour/@one/blocks/async/RowBlock.3f99fa1e.js1 KB3rd
https://app-assets.project1content.com/tour/@one/blocks/async/ColumnBlock.9852009d.js1 KB3rd
https://app-assets.project1content.com/tour/@one/blocks/async/RteV3Block.3f39da99.js13 KB3rd
https://app-assets.project1content.com/tour/runtime.90a97345.js9 KB3rd
https://www.monstersofcock.com/_p1cdn/tour/atlaslib-js.ef4819d8.js15 KB3rd
https://www.monstersofcock.com/_p1cdn/wv.js4 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

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
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
Page Weight Inventory
20 resources · 986 KB · 515 KB savings available
REVIEW
20 resources · 986 KB · 515 KB savings available
Info::
Within 1MB page-weight target
Got: 986 KB
Info::
~515 KB of savings available
Warning::
19 third-party resources (100% of weight)
Info::
1 resources over 200KB
20 resources · 985.8 KiB · 19 third-party Within 1MB page-weight target
JavaScript 90% · 887.8 KiB
Font 4% · 40.0 KiB
Image 3% · 33.3 KiB
Document 2% · 20.7 KiB
CSS 0% · 2.7 KiB
Other 0% · 1.4 KiB

~514.9 KiB of savings available

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

Green Hosting

No green hosting detected

A
Page Weight Budget
986 KB transferred, 20 requests
PASS
986 KB transferred, 20 requests
Info::
Page weighs 2.5 MB (986 KB transferred)
Warning::
JavaScript is 888 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 888 KB
Info::
20 HTTP requests
Info::
Estimated 0.20 g CO2 per page load
986 KB / 2.4 MB budget
986 KB transferred
20 requests
0.20 g CO2 per page load
JavaScript 887.8 KiB 90%
Fonts 40.0 KiB 4%
Other 33.6 KiB 3%
HTML 20.7 KiB 2%
CSS 2.7 KiB 0%
Other 931 B 0%
Other 202 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
180ms total JS execution
PASS
180ms total JS execution
Info::
https://app-assets.project1content.com/tour/main.8...: 180ms CPU time
Warning::
Third-party scripts: 180ms (100% of total)

Main Thread Breakdown

Script Evaluation 62% Script Parsing & Compilation 17% Other 14% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://app-assets.project1content.com/tour/main.89240229.js180ms171ms8ms3rd
A+
Font Loading
2 fonts (40 KB)
PASS
2 fonts (40 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

40 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 881 ms LCP 1.7 shttps://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2KFOMCnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 16.1 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hiJ-Ek-_EeA.woff2UcCO3FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hiJ-Ek-_EeA.woff2 — 23.9 KiB — 42 ms — font-display: swap
KFOMCnqEu92Fr1ME7kSn66a... woff2 swap
Size 16 KB
Load time 36 ms
Start 815 ms
Risk FOUT — text flashes from fallback to web font
UcCO3FwrK3iLTeHuS_nVMrM... woff2 swap
Size 24 KB
Load time 42 ms
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+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
20 requests over 1145ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 881 ms LCP 1.7 shttps://monstersofcock.com// https://monstersofcock.com/ — 301 — 275 B — 8 ms — h2https://www.monstersofcock.com/www.monstersofcock.com/ https://www.monstersofcock.com/ — 200 — 20.7 KiB — 460 ms — h2https://www.monstersofcock.com/_p1cdn/tour/EventBus.jswww.monstersofcock.com/_p1cdn/tour/... https://www.monstersofcock.com/_p1cdn/tour/EventBus.js — 200 — 1.6 KiB — 9 ms — h2https://fonts.googleapis.com/css?family=Inter,%20Semi%20Bold|Inter:700|Droid%20Sansfonts.googleapis.com/css?family=Int... https://fonts.googleapis.com/css?family=Inter,%20Semi%20Bold|Inter:700|Droid%20Sans — 200 — 1.1 KiB — 145 ms — h2https://fonts.googleapis.com/css?family=Roboto:400fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:400 — 200 — 1.6 KiB — 145 ms — h2https://app-assets.project1content.com/tour/@one/blocks/async/ContainerBlock.3b9c33b5.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/@one/blocks/async/ContainerBlock.3b9c33b5.js — 200 — 787 B — 15 ms — h2https://app-assets.project1content.com/tour/@one/blocks/async/RowBlock.3f99fa1e.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/@one/blocks/async/RowBlock.3f99fa1e.js — 200 — 781 B — 15 ms — h2https://app-assets.project1content.com/tour/@one/blocks/async/ColumnBlock.9852009d.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/@one/blocks/async/ColumnBlock.9852009d.js — 200 — 976 B — 19 ms — h2https://app-assets.project1content.com/tour/@one/blocks/async/RteV3Block.3f39da99.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/@one/blocks/async/RteV3Block.3f39da99.js — 200 — 13.1 KiB — 16 ms — h2https://app-assets.project1content.com/tour/runtime.90a97345.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/runtime.90a97345.js — 200 — 9.2 KiB — 20 ms — h2https://www.monstersofcock.com/_p1cdn/tour/atlaslib-js.ef4819d8.jswww.monstersofcock.com/_p1cdn/tour/... https://www.monstersofcock.com/_p1cdn/tour/atlaslib-js.ef4819d8.js — 200 — 15.4 KiB — 8 ms — h3https://app-assets.project1content.com/tour/vendors~main.fec81aa5.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/vendors~main.fec81aa5.js — 200 — 708.7 KiB — 35 ms — h2https://app-assets.project1content.com/tour/main.89240229.jsapp-assets.project1content.com/tour... https://app-assets.project1content.com/tour/main.89240229.js — 200 — 133.3 KiB — 16 ms — h2https://www.monstersofcock.com/_p1cdn/wv.jswww.monstersofcock.com/_p1cdn/wv.js https://www.monstersofcock.com/_p1cdn/wv.js — 200 — 4.1 KiB — 5 ms — h3https://rte-api.project1service.com/v1/configs/18135rte-api.project1service.com/v1/conf... https://rte-api.project1service.com/v1/configs/18135 — 200 — 0 B — 148 ms — h2https://www.monstersofcock.com/_i?type=event&event=cookie-banner-impression&origin_url=https%253A%252F%252Fwww.monstersofcock.com%252F&origin=Homewww.monstersofcock.com/_i?type=even... https://www.monstersofcock.com/_i?type=event&event=cookie-banner-impression&origin_url=https%253A%252F%252Fwww.monstersofcock.com%252F&origin=Home — 200 — 202 B — 21 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2fonts.gstatic.com/s/roboto/v51/KFOM... https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 200 — 16.1 KiB — 36 ms — h3https://www.monstersofcock.com/favicon.icowww.monstersofcock.com/favicon.ico https://www.monstersofcock.com/favicon.ico — 200 — 33.3 KiB — 191 ms — h3https://rte-api.project1service.com/v1/configs/18135rte-api.project1service.com/v1/conf... https://rte-api.project1service.com/v1/configs/18135 — 200 — 931 B — 142 ms — h2https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hiJ-Ek-_EeA.woff2fonts.gstatic.com/s/inter/v20/UcCO3... https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hiJ-Ek-_EeA.woff2 — 200 — 23.9 KiB — 42 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 180ms · 133KB · $2/mo
app-assets.project1content.com
Other
Optional
Execution 180ms
Transfer 133 KB
Unused 56%
Monthly Cost $2/mo

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

56% of app-assets.project1content.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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback