Performance
· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction10 scripts, 515 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://app-assets.project1content.com/tour/vendors~main.fec81aa5.js | 709 KB | 441 KB (63%) | ✓ | 3rd |
| https://app-assets.project1content.com/tour/main.89240229.js | 133 KB | 74 KB (56%) | ✓ | 3rd |
| https://www.monstersofcock.com/_p1cdn/tour/EventBus.js | 2 KB | — | ✓ | 3rd |
| https://app-assets.project1content.com/tour/@one/blocks/async/ContainerBlock.3b9c33b5.js | 1 KB | — | ✓ | 3rd |
| https://app-assets.project1content.com/tour/@one/blocks/async/RowBlock.3f99fa1e.js | 1 KB | — | ✓ | 3rd |
| https://app-assets.project1content.com/tour/@one/blocks/async/ColumnBlock.9852009d.js | 1 KB | — | ✓ | 3rd |
| https://app-assets.project1content.com/tour/@one/blocks/async/RteV3Block.3f39da99.js | 13 KB | — | ✓ | 3rd |
| https://app-assets.project1content.com/tour/runtime.90a97345.js | 9 KB | — | ✓ | 3rd |
| https://www.monstersofcock.com/_p1cdn/tour/atlaslib-js.ef4819d8.js | 15 KB | — | ✓ | 3rd |
| https://www.monstersofcock.com/_p1cdn/wv.js | 4 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BPage Weight Inventory20 resources · 986 KB · 515 KB savings availableREVIEW
~514.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 20 resources | 985.8 KiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
APage Weight Budget986 KB transferred, 20 requestsPASS
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+JS Execution Cost180ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://app-assets.project1content.com/tour/main.89240229.js | 180ms | 171ms | 8ms | 3rd |
A+Font Loading2 fonts (40 KB)PASS
Web fonts
2
40 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
Network Waterfall20 requests over 1145msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
app-assets.project1content.com app-assets.project1content.com | Other | 180ms | 133 KB | 56% | $2/mo | Optional |
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev