> ## Documentation Index
> Fetch the complete documentation index at: https://docs.commerce.blazity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Performance

> How we deal with web performance in Enterprise Commerce

At Blazity, we prioritize speed. Enterprise Commerce is meticulously crafted to deliver top-notch performance for your online store. We achieve this through:

* **Next.js App Router:** This optimizes JavaScript delivery, resulting in faster loading times (improved **Total Blocking Time** and **Time To Interactive**).
* **Static Content and ISR:** We leverage static pages and **Incremental Static Regeneration** (ISR) for lightning-fast loading. Static pages display instantly, unlike dynamic ones that show a white screen initially (impacting **Speed Index**).
* **Small & Feature-Rich Bundles:** We maintain minimal bundle sizes while integrating essential libraries like React Hook Form, Zod, and SWR.

<Frame>
  <img className="block" src="https://mintcdn.com/blazity-5fe0ee45/M_ubvkjvRjPWuVoH/images/web-vitals.png?fit=max&auto=format&n=M_ubvkjvRjPWuVoH&q=85&s=2e1c3819bd4404d50cee274fd71b4a10" alt="Real performance score of Enterprise Commerce" width="2400" height="1260" data-path="images/web-vitals.png" />
</Frame>

### Real Performance Score

Lighthouse scores offer a valuable comparison tool, but they don't directly translate to SEO or user experience (UX).

For a true picture, prioritize real user data. Tools like CrUX or Vercel Speed Insights provide user-based performance metrics, ensuring your online store delivers a seamless experience for your customers.
