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.
7.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.86 s
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.
8.91 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.
29.94 s
Page Load Progression
FPage Weight BudgetAction4.7 MB transferred, 192 requestsFIX
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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
FJS Execution CostAction10916ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.38981.b0990a7ec1793d20627e.js | 3477ms | 2988ms | 91ms | 3rd |
| https://www.behance.net/ | 2811ms | 142ms | 24ms | 1st |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/main.61b6b90d9f6a2e3bb7e8.js | 1560ms | 1209ms | 15ms | 3rd |
| Unattributable | 1312ms | 45ms | 0ms | 3rd |
| https://auth-light.identity.adobe.com/sentry/standard.en-us.84dd1e2f.js | 250ms | 177ms | 9ms | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.29993.5052434f8f92869e21be.js | 205ms | 190ms | 7ms | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.routes/explore/pages/Explore.vue.9d6d334f283ef731b22e.js | 197ms | 186ms | 10ms | 3rd |
| https://assets.adobedtm.com/d4d114c60e50/a0e989131fd5/launch-5dd5dd2177e6.min.js | 194ms | 154ms | 37ms | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.SusiLightBlocker.cab6545781bb8528a05c.js | 189ms | 141ms | 0ms | 3rd |
| https://js-agent.newrelic.com/nr-full-1.312.1.min.js | 119ms | 97ms | 6ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction114 scripts, 914 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.38981.b0990a7ec1793d20627e.js | 612 KB | 490 KB (80%) | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/main.61b6b90d9f6a2e3bb7e8.js | 844 KB | 307 KB (37%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (75%) | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.29993.5052434f8f92869e21be.js | 51 KB | 48 KB (94%) | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/runtimechunk~d4e647d712234b0bb214acea27fbb0fb7ff83176.app_client.401dd0c18549d79d299a.js | 25 KB | — | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.16017.35510161e5d24b6cf8a4.js | 1 KB | — | ✓ | 3rd |
| https://www.adobe.com/marketingtech/main.standard.min.js | 2 KB | — | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.74564.9597a7a8626a89f7b782.js | 4 KB | — | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.10001.ddadd23da27afd4de12c.js | 3 KB | — | ✓ | 3rd |
| https://a5.behance.net/d4e647d712234b0bb214acea27fbb0fb7ff83176/js/app.18324.9f6769b473496890f18d.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
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
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
BImage Optimization48 images, 0 KB saveableREVIEW
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 (629 KB)PASS
Web fonts
3
629 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 ~253 KB and ~506 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints15 hints, 0 missing preconnectsPASS
Current Resource Hints
15 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall192 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 |
|---|---|---|---|---|---|---|
a5.behance.net a5.behance.net | Other | 3477ms | 612 KB | 80% | $46/mo | Costly |
a5.behance.net a5.behance.net | Other | 1560ms | 844 KB | 37% | $21/mo | Costly |
Unattributable Unattributable | Other | 1312ms | 0 KB | — | $17/mo | Costly |
auth-light.identity.adobe.com auth-light.identity.adobe.com | Other | 250ms | 34 KB | — | $3/mo | Costly |
a5.behance.net a5.behance.net | Other | 205ms | 51 KB | 94% | $3/mo | Costly |
a5.behance.net a5.behance.net | Other | 197ms | 37 KB | — | $3/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 194ms | 161 KB | — | $3/mo | Optional |
a5.behance.net a5.behance.net | Other | 189ms | 2 KB | — | $3/mo | Optional |
js-agent.newrelic.com js-agent.newrelic.com | Other | 119ms | 27 KB | — | $2/mo | Optional |
accounts.google.com accounts.google.com | Other | 112ms | 93 KB | 75% | $1/mo | Optional |
a5.behance.net a5.behance.net | Other | 106ms | 13 KB | — | $1/mo | Optional |
a5.behance.net a5.behance.net | Other | 84ms | 11 KB | — | $1/mo | Optional |
auth-light.identity.adobe.com auth-light.identity.adobe.com | Other | 78ms | 7 KB | — | $1/mo | Optional |
a5.behance.net a5.behance.net | Other | 59ms | 5 KB | — | $1/mo | Optional |
auth.services.adobe.com auth.services.adobe.com | Other | 56ms | 21 KB | — | $1/mo | Optional |
a5.behance.net a5.behance.net | Other | 54ms | 4 KB | — | $1/mo | Optional |
a5.behance.net a5.behance.net | Other | 51ms | 3 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- a5.behance.net adds 3477ms and costs ~$46/month
- a5.behance.net adds 1560ms and costs ~$21/month
- Unattributable adds 1312ms and costs ~$17/month
- auth-light.identity.adobe.com adds 250ms and costs ~$3/month
- a5.behance.net adds 205ms and costs ~$3/month
74% 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
a5.behance.net takes 3477ms 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
80% of a5.behance.net'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
a5.behance.net takes 1560ms 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 1312ms 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
auth-light.identity.adobe.com takes 250ms 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
a5.behance.net takes 205ms 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
94% of a5.behance.net'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
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