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

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
4
REVIEW
6
PASS
13
INFO
2

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

42
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
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.

5.18 s

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

5.18 s

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

1.01 s

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

0.085

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

6.46 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.

12.79 s

Page Load Progression

768 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.4 s
6.1 s
Checks
25
13 PASS 6 REVIEW 4 FIX
D
JS Execution Cost
Action
2884ms total JS execution
FIX
2884ms total JS execution
Warning::
https://www.vacriganum.com/web/assets/1/fc4f2f5/we...: 1655ms CPU time
Warning::
https://www.vacriganum.com/: 932ms CPU time
Info::
Unattributable: 215ms CPU time
Info::
https://www.vacriganum.com/web/assets/1/47f191a/we...: 82ms CPU time

Main Thread Breakdown

Script Evaluation 36% Style & Layout 23% Other 18% Script Parsing & Compilation 17%
ScriptTotalScriptingParse/CompileParty
https://www.vacriganum.com/web/assets/1/fc4f2f5/web.assets_frontend_lazy.min.js1655ms996ms503ms1st
https://www.vacriganum.com/932ms26ms4ms1st
Unattributable215ms8ms0ms1st
https://www.vacriganum.com/web/assets/1/47f191a/web.assets_frontend.min.css82ms0ms0ms1st
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
22 resources · 1.5 MB · 644 KB savings available
FIX
22 resources · 1.5 MB · 644 KB savings available
Warning::
Page weight 1.5 MB exceeds 1 MB target by 549 KB
Got: 1.5 MB Expected: ≤ 1 MB
Info::
~644 KB of savings available
Info::
10 third-party resources (5% of weight)
Info::
1 resources over 200KB
22 resources · 1.5 MiB · 10 third-party 549.4 KiB over 1MB target
JavaScript 73% · 1.1 MiB
CSS 11% · 168.9 KiB
Font 10% · 156.9 KiB
Image 5% · 85.2 KiB
Document 1% · 14.2 KiB
Other 0% · 1.1 KiB

~643.9 KiB of savings available

Remove unused JavaScript: 643.9 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, 22 requests
REVIEW
1.5 MB transferred, 22 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::
22 HTTP requests
Info::
Estimated 0.32 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
22 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.1 KiB 4%
Other 15.1 KiB 1%
HTML 14.2 KiB 1%
Other 597 B 0%
Other 497 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
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
4 images, 0 KB saveable
PASS
4 images, 0 KB saveable
Info::
All images are well-optimized
4 images 70 KB
0 oversized -0 KB
1 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 5.2 s LCP 5.2 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 — 977 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 — 976 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 — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLDz8Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2 — 7.7 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 12 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 9 ms — font-display: swap
web.fontawesome.min.woff2 woff2 swap
Size 76 KB
Load time 977 ms
Start 988 ms
Risk FOUT — text flashes from fallback to web font
web.odoo_ui_icons.min.w... woff2 swap
Size 11 KB
Load time 976 ms
Start 989 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 6 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLDz8Z1x... woff2 swap
Size 8 KB
Load time 11 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 12 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 9 ms
Start 1.9 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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
1
preload
2
dns-prefetch
prefetch

3 resource hints configured

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.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
22 requests over 3838ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 5.2 s LCP 5.2 shttps://www.vacriganum.com// https://www.vacriganum.com/ — 200 — 14.2 KiB — 975 ms — 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 — 977 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 — 976 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 — 738 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 — 245 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 — 40 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 — 38 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 — 253 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 — 391 ms — h2data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(3…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3… — 200 — 0 B — 0 ms — datahttps://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 — 253 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 — 253 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 — 6 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 — 11 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 — 12 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 — 9 ms — h3https://saas-analytics.odoo.com/api/eventsaas-analytics.odoo.com/api/event https://saas-analytics.odoo.com/api/event — 202 — 220 B — 429 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 — 748 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 — 492 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 — 248 ms — h2https://www.vacriganum.com/mail/data/mail/data https://www.vacriganum.com/mail/data — 200 — 277 B — 247 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