# Scaling Astro to 10,000+ Pages

DevFeed: [Scaling Astro to 10,000+ Pages](<https://devfeed.tech/articles/scaling-astro-to-10-000-pages-3311.md>)

Original publisher: [Read original article](<https://astro.build/blog/experimental-static-build/>)

Author: Matthew Phillips

Published: 2022-01-25T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [build times](<https://devfeed.tech/topics/build-times.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [build-optimization](<https://devfeed.tech/tags/build-optimization.md>), [build-times](<https://devfeed.tech/tags/build-times.md>), [building](<https://devfeed.tech/tags/building.md>), [html](<https://devfeed.tech/tags/html.md>), [memory](<https://devfeed.tech/tags/memory.md>), [scale](<https://devfeed.tech/tags/scale.md>)

## AI overview

Astro introduces an experimental static build system designed for very large sites. It reports up to 75% faster build times and lower memory use by building an SSR version first, then rendering pages to HTML in parallel.

## Source excerpt

A new experimental flag in Astro build enables building sites with tens of thousands of pages.