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.
1.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
351 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.
1.80 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.
2.33 s
Page Load Progression
DPage Weight BudgetAction2.2 MB transferred, 40 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction19 scripts, 928 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.virustotal.com/gui/main.5f73bda39cfd0d4f4f27.js | 602 KB | 217 KB (36%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 176 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 176 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 176 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-BLNDV9X2JR&cx=c>m=4e64h1 | 163 KB | 66 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KFBGZNL | 130 KB | 58 KB (45%) | ✓ | 3rd |
| https://www.gstatic.com/dialogflow-console/fast/df-messenger/prod/v1/df-messenger.js | 128 KB | 57 KB (45%) | ✓ | 3rd |
| https://www.google-analytics.com/analytics.js | 21 KB | — | ✓ | 3rd |
| https://www.virustotal.com/gui/60748.5e0487ca603debd09abb.js | 5 KB | — | ✓ | 3rd |
| https://www.virustotal.com/gui/65783.2b004f046085d43ad1ef.js | 21 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 InventoryAction40 resources · 2.2 MB · 928 KB savings availableFIX
~928.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 40 resources | 2.2 MiB | ||||||
CJS Execution CostAction1174ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.virustotal.com/gui/main.5f73bda39cfd0d4f4f27.js | 385ms | 306ms | 59ms | 3rd |
| https://www.virustotal.com/gui/ | 202ms | 2ms | 1ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 198ms | 160ms | 22ms | 3rd |
| https://www.virustotal.com/gui/65783.2b004f046085d43ad1ef.js | 192ms | 146ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-BLNDV9X2JR&cx=c>m=4e64h1 | 70ms | 58ms | 11ms | 3rd |
| Unattributable | 67ms | 5ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KFBGZNL | 61ms | 50ms | 10ms | 3rd |
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading6 fonts (225 KB)PASS
Web fonts
6
225 KB total
Render-blocking
0
of 6
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 ~63 KB and ~126 ms
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: Google Cloud
Network Waterfall40 requests over 2249msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.virustotal.com www.virustotal.com | Other | 385ms | 602 KB | 36% | $5/mo | Costly |
www.virustotal.com www.virustotal.com | Other | 202ms | 4 KB | — | $3/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 198ms | 0 KB | 49% | $3/mo | Optional |
www.virustotal.com www.virustotal.com | Other | 192ms | 21 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 70ms | 163 KB | 41% | $1/mo | Optional |
Unattributable Unattributable | Other | 67ms | 0 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 130 KB | 45% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.virustotal.com adds 385ms and costs ~$5/month
- www.virustotal.com adds 202ms 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.virustotal.com takes 385ms 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
www.virustotal.com takes 202ms 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