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.
3.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
730 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.226
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.32 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.96 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 111 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
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
FJS Execution CostAction5573ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.make.com/_next/static/chunks/2ddaf530dfd3abcd.js | 1354ms | 204ms | 4ms | 1st |
| https://www.make.com/_next/static/chunks/961311cbebbffb6d.js | 1267ms | 1100ms | 28ms | 1st |
| https://www.make.com/en | 1109ms | 24ms | 57ms | 1st |
| Unattributable | 890ms | 125ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js | 358ms | 244ms | 54ms | 3rd |
| https://www.make.com/_next/static/chunks/5d420d97975eccac.js | 226ms | 151ms | 14ms | 1st |
| https://www.make.com/assets/hq/js/rudderstack.min.js | 187ms | 185ms | 1ms | 1st |
| https://www.make.com/_next/static/chunks/7336d4954940ed23.js | 99ms | 2ms | 97ms | 1st |
| https://www.make.com/_next/static/chunks/168f178573890f44.js | 84ms | 1ms | 83ms | 1st |
FJS BundlesAction40 scripts, 514 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.make.com/_next/static/chunks/7336d4954940ed23.js | 262 KB | 163 KB (64%) | ✓ | 1st |
| https://www.make.com/_next/static/chunks/55352e21a6efce5d.js | 87 KB | 82 KB (99%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202504.1.0/otBannerSdk.js | 118 KB | 62 KB (53%) | ✓ | 3rd |
| https://www.make.com/_next/static/chunks/99cf9cf99df5ccfc.js | 81 KB | 62 KB (91%) | ✓ | 1st |
| https://www.make.com/_next/static/chunks/f1100ef9d68c1884.js | 74 KB | 54 KB (78%) | ✓ | 1st |
| https://www.make.com/_next/static/chunks/168f178573890f44.js | 39 KB | 35 KB (100%) | ✓ | 1st |
| https://www.make.com/_next/static/chunks/9e03325a7591bb30.js | 36 KB | 32 KB (100%) | ✓ | 1st |
| https://www.make.com/_next/static/chunks/961311cbebbffb6d.js | 72 KB | 24 KB (35%) | ✓ | 1st |
| https://www.make.com/_next/static/chunks/060b600d088065af.js | 25 KB | — | ✓ | 1st |
| https://www.make.com/_next/static/chunks/60c63bf04afd484b.js | 13 KB | — | ✓ | 1st |
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
BThird-Party Impact44% third-party, 0 ms blockingREVIEW
BImage Optimization14 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (51 KB)PASS
Web fonts
1
51 KB total
Render-blocking
0
of 1
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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
A+HTTP Cachingmax-age=300 (5 minutes)PASS
public, max-age=300, s-maxage=600, stale-while-revalidate=300, stale-if-error=300
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 300 | Cache for 5 minutes |
| s-maxage | 600 | CDN caches for 10 minutes |
| stale-while-revalidate | 300 | Serve stale for 5 minutes while fetching fresh |
| stale-if-error | 300 |
Network Waterfall111 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 890ms | 0 KB | — | $12/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 358ms | 118 KB | 53% | $5/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 890ms and costs ~$12/month
Unattributable takes 890ms 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
53% of OneTrust'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