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.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
286 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.59 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.
3.92 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2187ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.anaconda.com/ | 395ms | 57ms | 13ms | 3rd |
| https://js.sentry-cdn.com/fd40009066edbdf697bfc8a277b083c2.min.js | 253ms | 234ms | 0ms | 3rd |
| https://www.anaconda.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 239ms | 179ms | 5ms | 3rd |
| Unattributable | 224ms | 9ms | 0ms | 3rd |
| https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js | 205ms | 103ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WJN9BFZ | 196ms | 159ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-JRBK5XLYSF&cx=c>m=4e64m0h2 | 129ms | 108ms | 20ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-385ZMEC512&cx=c>m=4e64m0h2 | 107ms | 90ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-996598289&cx=c>m=4e64m0h2 | 103ms | 67ms | 17ms | 3rd |
| https://www.anaconda.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 96ms | 94ms | 1ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction45 scripts, 344 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-WJN9BFZ | 164 KB | 72 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-996598289&cx=c>m=4e64m0h2 | 146 KB | 70 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-JRBK5XLYSF&cx=c>m=4e64m0h2 | 173 KB | 67 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-385ZMEC512&cx=c>m=4e64m0h2 | 146 KB | 60 KB (41%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/471944e6-c8d1-4cfe-902c-0ed1695b7053/ui.js | 99 KB | 38 KB (39%) | ✓ | 3rd |
| https://www.anaconda.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 | 39 KB | 38 KB (97%) | ✓ | 3rd |
| https://www.anaconda.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.31.3 | 11 KB | — | ✓ | 3rd |
| https://js.sentry-cdn.com/fd40009066edbdf697bfc8a277b083c2.min.js | 3 KB | — | ✓ | 3rd |
| https://www.anaconda.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.31.5 | 3 KB | — | ✓ | 3rd |
| https://www.anaconda.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.31.5 | 15 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
DPage Weight InventoryAction111 resources · 2.0 MB · 344 KB savings availableFIX
~344.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 111 resources | 2.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction2.0 MB transferred, 111 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
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
CImage OptimizationAction18 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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (108 KB)PASS
Web fonts
5
108 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~9 KB and ~18 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: Cloudflare
Network Waterfall111 requests over 4525msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.anaconda.com www.anaconda.com | Other | 395ms | 60 KB | — | $2/mo | Costly |
js.sentry-cdn.com js.sentry-cdn.com | Other | 253ms | 3 KB | — | $1/mo | Costly |
www.anaconda.com www.anaconda.com | Other | 239ms | 30 KB | — | $1/mo | Costly |
Unattributable Unattributable | Other | 224ms | 0 KB | — | $1/mo | Costly |
browser.sentry-cdn.com browser.sentry-cdn.com | Other | 205ms | 71 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 196ms | 164 KB | 44% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 129ms | 173 KB | 38% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 107ms | 146 KB | 41% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 103ms | 146 KB | 48% | $1/mo | Optional |
www.anaconda.com www.anaconda.com | Other | 96ms | 0 KB | — | $1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 93ms | 54 KB | — | $1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 82ms | 99 KB | 39% | $0/mo | Optional |
x.clearbitjs.com x.clearbitjs.com | Other | 65ms | 45 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.anaconda.com adds 395ms and costs ~$2/month
- js.sentry-cdn.com adds 253ms and costs ~$1/month
- www.anaconda.com adds 239ms and costs ~$1/month
- Unattributable adds 224ms and costs ~$1/month
- browser.sentry-cdn.com adds 205ms and costs ~$1/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.anaconda.com takes 395ms 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
js.sentry-cdn.com takes 253ms 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.anaconda.com takes 239ms 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 224ms 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
browser.sentry-cdn.com 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