Performance: Vercel and Netlify deployment
MEDIUM IMPACT
This affects the initial page load speed and caching efficiency by how the site is deployed and served from the hosting platform.
Using Vercel or Netlify with SvelteKit's adapter and enabling build optimizations plus caching headersDeploying without proper build optimization or caching headers on Netlify or Vercel
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Deploy without build optimization or caching | No change | No change | Higher due to larger assets | [X] Bad |
| Deploy with SvelteKit adapter and caching on Vercel/Netlify | No change | No change | Lower due to smaller assets and caching | [OK] Good |