mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
* Add alternate rendering paths to avoid use of Promise * Add run commands * Remove promise from synchronous components * Create makefile and update loadtest * Rename functions, fix implementation of renderArray * More performance updates * Minor code cleanup * incremental * Add initial rendering tests * WIP - bad tests * Fix tests * Make the tests good, even * Add more tests * Finish tests * Add test to ensure rendering order * Finalize pr * Remove code not intended for PR * Add changeset * Revert change to minimal example * Fix linting and formatting errors * Address code review comments * Fix mishandling of uncaught synchronous renders * Update .changeset/shaggy-deers-destroy.md --------- Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
5 lines
184 B
Markdown
5 lines
184 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Improves SSR performance for synchronous components by avoiding the use of Promises. With this change, SSR rendering of on-demand pages can be up to 4x faster.
|