mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
12 lines
435 B
Markdown
12 lines
435 B
Markdown
|
---
|
||
|
'astro': patch
|
||
|
---
|
||
|
|
||
|
Significantly improved build performance
|
||
|
|
||
|
This change reflects in a significantly improved build performance, especially on larger sites.
|
||
|
|
||
|
With this change Astro is not building everything by statically analyzing `.astro` files. This means it no longer needs to dynamically *run* your code in order to know what JavaScript needs to be built.
|
||
|
|
||
|
With one particular large site we found it to build __32%__ faster.
|