Performance
· 17 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.
11.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.13 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.017
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.31 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.
13.13 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2871ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1133ms | 966ms | 139ms | 3rd |
| https://imageshack.com/v2_js/prod/app.min.js?v=9.4.72 | 555ms | 144ms | 144ms | 3rd |
| https://imageshack.com/login | 415ms | 11ms | 4ms | 3rd |
| Unattributable | 255ms | 9ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MK2HJHP | 146ms | 106ms | 34ms | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 118ms | 77ms | 39ms | 3rd |
| https://imageshack.com/v2_js/vendor/jquery-2.0.3.min.js | 106ms | 83ms | 10ms | 3rd |
| https://imageshack.com/v2_css/prod/app.min.css?v=9.4.72 | 73ms | 0ms | 0ms | 3rd |
| https://ssl.google-analytics.com/ga.js | 69ms | 63ms | 5ms | 3rd |
FJS BundlesAction12 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://imageshack.com/v2_js/prod/app.min.js?v=9.4.72 | 271 KB | 229 KB (85%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MK2HJHP | 112 KB | 73 KB (66%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 78 KB | 54 KB (69%) | ✓ | 3rd |
| https://imageshack.com/v2_js/vendor/jquery-2.0.3.min.js | 34 KB | — | ✓ | 3rd |
| https://connect.facebook.net/en_US/sdk.js | 5 KB | — | ✓ | 3rd |
| https://ssl.google-analytics.com/ga.js | 17 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
FPage Weight InventoryAction33 resources · 1.5 MB · 1.0 MB savings availableFIX
~1.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 33 resources | 1.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.5 MB transferred, 33 requestsREVIEW
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
BImage Optimization7 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (76 KB)PASS
Web fonts
3
76 KB total
Render-blocking
0
of 3
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall33 requests over 1995msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.gstatic.com www.gstatic.com | Other | 1133ms | 0 KB | 49% | $15/mo | Costly |
imageshack.com imageshack.com | Other | 555ms | 271 KB | 85% | $7/mo | Costly |
imageshack.com imageshack.com | Other | 415ms | 3 KB | — | $6/mo | Costly |
Unattributable Unattributable | Other | 255ms | 0 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 146ms | 112 KB | 66% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 118ms | 78 KB | 69% | $2/mo | Optional |
imageshack.com imageshack.com | Other | 106ms | 34 KB | — | $1/mo | Optional |
imageshack.com imageshack.com | Other | 73ms | 82 KB | — | $1/mo | Optional |
Google Analytics ssl.google-analytics.com | Analytics | 69ms | 17 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.gstatic.com adds 1133ms and costs ~$15/month
- imageshack.com adds 555ms and costs ~$7/month
- imageshack.com adds 415ms and costs ~$6/month
- Unattributable adds 255ms and costs ~$3/month
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
www.gstatic.com takes 1133ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
imageshack.com takes 555ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
85% of imageshack.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
imageshack.com takes 415ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 255ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
66% of Google Tag Manager'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
69% of Facebook Pixel'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