Skip to content
https://www.vacriganum.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
7
PASS
9
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

46
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.26 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.30 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

229 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.407

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.95 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.96 s

Page Load Progression

796 ms
1.6 s
2.4 s
3.2 s
4.0 s
4.8 s
5.6 s
6.4 s
Checks
21
9 PASS 7 REVIEW 3 FIX
F
JS Bundles
Action
4 scripts, 644 KB unused
FIX
4 scripts, 644 KB unused
Warning::
https://www.vacriganum.com/web/assets/1/fc4f2f5/we...: 644 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 644 KB
644 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.vacriganum.com/web/assets/1/fc4f2f5/web.assets_frontend_lazy.min.js1134 KB644 KB (57%)1st
https://www.vacriganum.com/website/static/src/js/content/cookie_watcher.js1 KB1st
https://www.vacriganum.com/web/assets/1/fd1c8f2/web.assets_frontend_minimal.min.js11 KB1st
https://download.odoo.com/js/plausi_saas.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
21 resources · 1.5 MB · 644 KB savings available
FIX
21 resources · 1.5 MB · 644 KB savings available
Warning::
Page weight 1.5 MB exceeds 1 MB target by 550 KB
Got: 1.5 MB Expected: ≤ 1 MB
Info::
~644 KB of savings available
Info::
8 third-party resources (5% of weight)
Info::
1 resources over 200KB
21 resources · 1.5 MiB · 8 third-party 549.9 KiB over 1MB target
JavaScript 73% · 1.1 MiB
CSS 11% · 168.9 KiB
Font 10% · 156.9 KiB
Image 5% · 85.6 KiB
Document 1% · 14.2 KiB
Other 0% · 1.1 KiB

~643.8 KiB of savings available

Remove unused JavaScript: 643.8 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.5 MB transferred, 21 requests
REVIEW
1.5 MB transferred, 21 requests
Info::
Page weighs 5.2 MB (1.5 MB transferred)
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
21 HTTP requests
Info::
Estimated 0.32 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
21 requests
0.32 g CO2 per page load
JavaScript 1.1 MiB 73%
CSS 168.9 KiB 11%
Fonts 156.9 KiB 10%
Images 70.5 KiB 4%
Other 15.1 KiB 1%
HTML 14.2 KiB 1%
Other 597 B 0%
Other 496 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

B
JS Execution Cost
761ms total JS execution
REVIEW
761ms total JS execution
Warning::
https://www.vacriganum.com/web/assets/1/fc4f2f5/we...: 438ms CPU time
Warning::
https://www.vacriganum.com/: 253ms CPU time
Info::
Unattributable: 71ms CPU time

Main Thread Breakdown

Script Evaluation 34% Style & Layout 24% Other 20% Script Parsing & Compilation 16%
ScriptTotalScriptingParse/CompileParty
https://www.vacriganum.com/web/assets/1/fc4f2f5/web.assets_frontend_lazy.min.js438ms252ms128ms1st
https://www.vacriganum.com/253ms7ms1ms1st
Unattributable71ms2ms0ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
5% third-party, 0 ms blocking
PASS
5% third-party, 0 ms blocking
Info::
Third-party code accounts for 5% of page weight (73.7 KiB of 1.5 MiB)
Info::
Third-party blocking time is low (0 ms)
95%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 71 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
Font Loading
6 fonts (157 KB)
PASS
6 fonts (157 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

157 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 2.3 s LCP 2.3 shttps://www.vacriganum.com/web/assets/1/f8cecb1/web.fontawesome.min.woff2web.fontawesome.min.woff2 https://www.vacriganum.com/web/assets/1/f8cecb1/web.fontawesome.min.woff2 — 75.7 KiB — 484 ms — font-display: swaphttps://www.vacriganum.com/web/assets/1/6504ccc/web.odoo_ui_icons.min.woff2web.odoo_ui_icons.min.w... https://www.vacriganum.com/web/assets/1/6504ccc/web.odoo_ui_icons.min.woff2 — 10.7 KiB — 485 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 7 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLDz8Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2 — 7.7 KiB — 16 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 12 ms — font-display: swap
web.fontawesome.min.woff2 woff2 swap
Size 76 KB
Load time 484 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
web.odoo_ui_icons.min.w... woff2 swap
Size 11 KB
Load time 485 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 7 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLDz8Z1x... woff2 swap
Size 8 KB
Load time 16 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 11 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 12 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: gzip` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
21 requests over 4056ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.3 s LCP 2.3 shttps://www.vacriganum.com// https://www.vacriganum.com/ — 200 — 14.2 KiB — 1.0 s — h2https://www.vacriganum.com/web/assets/1/f8cecb1/web.fontawesome.min.woff2/web/assets/1/f8cecb1/web.fontaweso... https://www.vacriganum.com/web/assets/1/f8cecb1/web.fontawesome.min.woff2 — 200 — 75.7 KiB — 484 ms — h2https://www.vacriganum.com/web/assets/1/6504ccc/web.odoo_ui_icons.min.woff2/web/assets/1/6504ccc/web.odoo_ui_i... https://www.vacriganum.com/web/assets/1/6504ccc/web.odoo_ui_icons.min.woff2 — 200 — 10.7 KiB — 485 ms — h2https://www.vacriganum.com/web/assets/1/47f191a/web.assets_frontend.min.css/web/assets/1/47f191a/web.assets_fr... https://www.vacriganum.com/web/assets/1/47f191a/web.assets_frontend.min.css — 200 — 166.8 KiB — 955 ms — h2https://www.vacriganum.com/website/static/src/js/content/cookie_watcher.js/website/static/src/js/content/cook... https://www.vacriganum.com/website/static/src/js/content/cookie_watcher.js — 200 — 1.3 KiB — 240 ms — h2https://www.vacriganum.com/web/assets/1/fd1c8f2/web.assets_frontend_minimal.min.js/web/assets/1/fd1c8f2/web.assets_fr... https://www.vacriganum.com/web/assets/1/fd1c8f2/web.assets_frontend_minimal.min.js — 200 — 10.7 KiB — 468 ms — h2https://download.odoo.com/js/plausi_saas.jsdownload.odoo.com/js/plausi_saas.js https://download.odoo.com/js/plausi_saas.js — 200 — 964 B — 390 ms — h2https://fonts.googleapis.com/css?family=Inter:300,300i,400,400i,700,700i&display=swapfonts.googleapis.com/css?family=Int... https://fonts.googleapis.com/css?family=Inter:300,300i,400,400i,700,700i&display=swap — 200 — 1005 B — 41 ms — h2https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,700,700i&display=swapfonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,700,700i&display=swap — 200 — 1.1 KiB — 37 ms — h2https://www.vacriganum.com/web/image/842-71704307/12.webp/web/image/842-71704307/12.webp https://www.vacriganum.com/web/image/842-71704307/12.webp — 200 — 56.2 KiB — 246 ms — h2https://www.vacriganum.com/html_editor/shape/html_builder%2FConnections%2F06.svg?c5=%23FFFFFF/html_editor/shape/html_builder%2FC... https://www.vacriganum.com/html_editor/shape/html_builder%2FConnections%2F06.svg?c5=%23FFFFFF — 200 — 440 B — 245 ms — h2https://www.vacriganum.com/web/image/website/1/logo/Website%20Design%20Agency?unique=016d740/web/image/website/1/logo/Website%2... https://www.vacriganum.com/web/image/website/1/logo/Website%20Design%20Agency?unique=016d740 — 200 — 13.9 KiB — 246 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 7 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 16 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 11 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 12 ms — h3https://saas-analytics.odoo.com/api/eventsaas-analytics.odoo.com/api/event https://saas-analytics.odoo.com/api/event — 202 — 219 B — 389 ms — h2https://www.vacriganum.com/web/assets/1/fc4f2f5/web.assets_frontend_lazy.min.js/web/assets/1/fc4f2f5/web.assets_fr... https://www.vacriganum.com/web/assets/1/fc4f2f5/web.assets_frontend_lazy.min.js — 200 — 1.1 MiB — 733 ms — h2https://www.vacriganum.com/web/image/website/1/favicon?unique=016d740/web/image/website/1/favicon?unique... https://www.vacriganum.com/web/image/website/1/favicon?unique=016d740 — 200 — 15.1 KiB — 512 ms — h2https://www.vacriganum.com/website/translations?hash=&lang=en_US/website/translations?hash=&lang=en... https://www.vacriganum.com/website/translations?hash=&lang=en_US — 200 — 597 B — 245 ms — h2https://www.vacriganum.com/mail/data/mail/data https://www.vacriganum.com/mail/data — 200 — 277 B — 243 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
2 images, 27 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

2

Total Size

27 KB

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback