Skip to content
https://precampamentosvider.netlify.app/canvas

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
96
GRADE
A
FIX
0
REVIEW
4
PASS
15
INFO
2

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

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

884 ms

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

884 ms

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

0 ms

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

0.002

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

884 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

884 ms

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
21
15 PASS 4 REVIEW
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
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

B
HTTP Caching
public,max-age=0,must-revalidate
REVIEW
public,max-age=0,must-revalidate
Info::
Cache-Control header is set
Got: public,max-age=0,must-revalidate
Info::
ETag present — enables conditional (304) responses
Cache-Control

public,max-age=0,must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Page Weight Budget
227 KB transferred, 10 requests
PASS
227 KB transferred, 10 requests
Info::
Page weighs 358 KB (227 KB transferred)
Info::
10 HTTP requests
Info::
Estimated 0.05 g CO2 per page load
227 KB / 2.4 MB budget
227 KB transferred
10 requests
0.05 g CO2 per page load
Images 145.5 KiB 64%
Fonts 43.1 KiB 19%
JavaScript 16.0 KiB 7%
CSS 14.0 KiB 6%
HTML 4.4 KiB 2%
Other 4.3 KiB 2%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
20% third-party, 0 ms blocking
PASS
20% third-party, 0 ms blocking
Info::
Third-party code accounts for 20% of page weight (44.4 KiB of 227.3 KiB)
Info::
Third-party blocking time is low (0 ms)
80%
20%
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 145 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
63ms total JS execution
PASS
63ms total JS execution
Info::
https://precampamentosvider.netlify.app/canvas: 63ms CPU time

Main Thread Breakdown

Style & Layout 52% Other 31% Rendering 7% Script Evaluation 5%
ScriptTotalScriptingParse/CompileParty
https://precampamentosvider.netlify.app/canvas63ms1ms0ms1st
A+
Font Loading
2 fonts (43 KB)
PASS
2 fonts (43 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

43 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 884 ms LCP 884 mshttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2JTUSjIg69CK48gW7PXoo9Wl... https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2 — 8.4 KiB — 30 ms — font-display: swap
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 40 ms
Start 683 ms
Risk FOUT — text flashes from fallback to web font
JTUSjIg69CK48gW7PXoo9Wl... woff2 swap
Size 8 KB
Load time 30 ms
Start 683 ms
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
JS Bundles
1 scripts, 0 KB unused
PASS
1 scripts, 0 KB unused
Warning::
https://precampamentosvider.netlify.app/script.js: unminified — 6 KB could be saved
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://precampamentosvider.netlify.app/script.js16 KB1st
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+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public,max-age=0,must-revalidate
A+
Server Response Intelligence
3 server-response signal(s) detected
PASS
3 server-response signal(s) detected
Info::
`Cache-Status` header present (RFC 9211): "Netlify Edge"; fwd=miss; fwd-status=200; stored
The page returns a `Cache-Status` header -- the standardized way for CDNs and caches to communicate per-hop cache state to debugging tools. Format: `Cache-Status: cdn-name; hit; ttl=300` (or `; fwd=miss` / `; fwd=stale`). Standard alternative to vendor-specific `X-Cache` patterns each CDN had historically. Cloudflare, Fastly, and Akamai all support emitting it.
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
A+
Page Weight Inventory
10 resources · 227 KB · 0 KB savings available
PASS
10 resources · 227 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 227 KB
Info::
3 third-party resources (20% of weight)
10 resources · 227.3 KiB · 3 third-party Within 1MB page-weight target
Image 66% · 149.8 KiB
Font 19% · 43.1 KiB
JavaScript 7% · 16.0 KiB
CSS 6% · 14.0 KiB
Document 2% · 4.4 KiB
Network Waterfall
10 requests over 873ms
INFO
0 ms 200 ms 400 ms 600 ms 800 ms FCP 884 ms LCP 884 mshttps://precampamentosvider.netlify.app/canvas/canvas https://precampamentosvider.netlify.app/canvas — 200 — 4.4 KiB — 300 ms — h2https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500;600;700;800;900&display=swapfonts.googleapis.com/css2?family=Be... https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap — 200 — 1.2 KiB — 82 ms — h2https://precampamentosvider.netlify.app/style.css/style.css https://precampamentosvider.netlify.app/style.css — 200 — 12.8 KiB — 324 ms — h2https://precampamentosvider.netlify.app/assets/logo-acreditacion.png/assets/logo-acreditacion.png https://precampamentosvider.netlify.app/assets/logo-acreditacion.png — 200 — 23.5 KiB — 161 ms — h2https://precampamentosvider.netlify.app/assets/canvas.webp/assets/canvas.webp https://precampamentosvider.netlify.app/assets/canvas.webp — 200 — 87.9 KiB — 237 ms — h2https://precampamentosvider.netlify.app/script.js/script.js https://precampamentosvider.netlify.app/script.js — 200 — 16.0 KiB — 322 ms — h2https://precampamentosvider.netlify.app/assets/unad-logo.png/assets/unad-logo.png https://precampamentosvider.netlify.app/assets/unad-logo.png — 200 — 34.1 KiB — 140 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 40 ms — h3https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2fonts.gstatic.com/s/bebasneue/v16/J... https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2 — 200 — 8.4 KiB — 30 ms — h3https://precampamentosvider.netlify.app/assets/favicon.ico/assets/favicon.ico https://precampamentosvider.netlify.app/assets/favicon.ico — 200 — 4.3 KiB — 134 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
4 images, 199 KB total, 23 KB wasted
INFO

Image Optimization Audit

Total Images

4

Total Size

199 KB

Oversized

1

Wasted

23 KB

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

Send Feedback