Performance
· 15 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.
790 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.264
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
790 ms
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.20 s
Page Load Progression
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
DJS BundlesAction15 scripts, 326 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31098019 | 177 KB | 148 KB (84%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-STH272KG8X | 152 KB | 63 KB (42%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/all.js?hash=7591b7065a37fb06402075fc23cb3c57 | 84 KB | 52 KB (62%) | ✓ | 3rd |
| https://fundingchoicesmessages.google.com/i/ca-pub-8461053917062045?href=https%3A%2F%2Fprnt.sc&ers=2 | 70 KB | 36 KB (53%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54 KB | 26 KB (48%) | ✓ | 3rd |
| https://www.google-analytics.com/analytics.js | 21 KB | — | ✓ | 3rd |
| https://st.prntscr.com/2025/12/17/0541/js/jquery.1.8.2.min.js | 33 KB | — | ✓ | 3rd |
| https://connect.facebook.net/en_US/all.js | 2 KB | — | ✓ | 3rd |
| https://platform.twitter.com/widgets.js | 27 KB | — | ✓ | 3rd |
| https://prntscr.com/twitter.json?callback=twitterProcessJSON | 0 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
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
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.
BImage Optimization15 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BPage Weight Inventory50 resources · 905 KB · 326 KB savings availableREVIEW
~325.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 50 resources | 905.0 KiB | ||||||
APage Weight Budget905 KB transferred, 50 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+JS Execution Cost248ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://prnt.sc/ | 72ms | 9ms | 1ms | 1st |
| Unattributable | 66ms | 3ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-STH272KG8X | 57ms | 47ms | 10ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 52ms | 33ms | 15ms | 3rd |
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall50 requests over 1435msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 66ms | 0 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 57ms | 152 KB | 42% | $1/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 52ms | 54 KB | 48% | $1/mo | Optional |
71% 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