Performance
· 16 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.
5.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
214 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.
5.53 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.
10.30 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4553ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://dribbble.com/ | 2447ms | 56ms | 15ms | 3rd |
| Unattributable | 686ms | 37ms | 0ms | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/index-ecfc279f.js | 394ms | 242ms | 1ms | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/ls.rias-045c567b.js | 228ms | 60ms | 0ms | 3rd |
| https://cdn-cookieyes.com/client_data/780c76971bc38ef14edcd798/banner.js | 172ms | 64ms | 3ms | 3rd |
| https://cdn.dribbble.com/assets/jquery.min-9c88cca85b4993dd197ed241b5f8ed8bfc16bf66b1855af09272a1d820baec1e.js | 166ms | 117ms | 8ms | 3rd |
| https://cdn-cookieyes.com/client_data/780c76971bc38ef14edcd798/script.js | 147ms | 135ms | 3ms | 3rd |
| https://cdn.dribbble.com/assets/shot-filtering-manifest-d227ce5d52defc4c9c668a11027a0ab8ced8f22e1f5c19a524da59cc48ad9e17.js | 134ms | 4ms | 2ms | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/application-legacy-bb395421.js | 94ms | 8ms | 0ms | 3rd |
| https://accounts.google.com/gsi/client | 86ms | 59ms | 26ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.3 MB transferred, 146 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
BImage Optimization39 images, 0 KB saveableREVIEW
CJS BundlesAction82 scripts, 233 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.dribbble.com/assets/vite/assets/tiptap-extension-underline.esm-5f04bc67.js | 79 KB | 74 KB (94%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (75%) | ✓ | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/index-489964b3.js | 78 KB | 43 KB (56%) | ✓ | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/index-ecfc279f.js | 29 KB | 24 KB (83%) | ✓ | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/vue.runtime.esm-8a2a981b.js | 29 KB | 22 KB (77%) | ✓ | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/drb-confirm-helpers-15e164fa.js | 1 KB | — | ✓ | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/index-ccb0b178.js | 3 KB | — | ✓ | 3rd |
| https://cdn.dribbble.com/assets/shot-filtering-manifest-d227ce5d52defc4c9c668a11027a0ab8ced8f22e1f5c19a524da59cc48ad9e17.js | 8 KB | — | ✓ | 3rd |
| https://cdn.dribbble.com/assets/shots-manifest-1c4a6e534cd126378c21ed16ff10dcad2003e8cdbce5bd9387c292881a4a3be8.js | 18 KB | — | ✓ | 3rd |
| https://cdn.dribbble.com/assets/vite/assets/shots-scripts-8e730321.js | 1 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
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 (241 KB)PASS
Web fonts
3
241 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~67 KB and ~134 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall146 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
dribbble.com dribbble.com | Other | 2447ms | 61 KB | — | €27/mo | Costly |
Unattributable Unattributable | Other | 686ms | 0 KB | — | €7/mo | Costly |
cdn.dribbble.com cdn.dribbble.com | Other | 394ms | 29 KB | 83% | €4/mo | Costly |
cdn.dribbble.com cdn.dribbble.com | Other | 228ms | 6 KB | — | €2/mo | Costly |
cdn-cookieyes.com cdn-cookieyes.com | Other | 172ms | 8 KB | — | €2/mo | Optional |
cdn.dribbble.com cdn.dribbble.com | Other | 166ms | 31 KB | — | €2/mo | Optional |
cdn-cookieyes.com cdn-cookieyes.com | Other | 147ms | 9 KB | — | €2/mo | Optional |
cdn.dribbble.com cdn.dribbble.com | Other | 134ms | 8 KB | — | €1/mo | Optional |
cdn.dribbble.com cdn.dribbble.com | Other | 94ms | 5 KB | — | €1/mo | Optional |
accounts.google.com accounts.google.com | Other | 86ms | 93 KB | 75% | €1/mo | Optional |
These scripts may cost more than they're worth
- dribbble.com adds 2447ms and costs ~€27/month
- Unattributable adds 686ms and costs ~€7/month
- cdn.dribbble.com adds 394ms and costs ~€4/month
- cdn.dribbble.com adds 228ms and costs ~€2/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
dribbble.com takes 2447ms 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 686ms 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
cdn.dribbble.com takes 394ms 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
83% of cdn.dribbble.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
cdn.dribbble.com takes 228ms 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
75% of accounts.google.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