Conversation
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
sarah11918
left a comment
There was a problem hiding this comment.
Thanks @ematipico ! Some quick docs feedback here since I know you'd like to get this out soon! Also, please add an API reference
forpoolSize and contentCache so that the types and defaults are explicitly stated and easy to see at a glance!
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
yanthomasdev
left a comment
There was a problem hiding this comment.
Good work here, I have a few suggestions
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/reference/experimental-flags/queued-rendering.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
sarah11918
left a comment
There was a problem hiding this comment.
Just some tiny fixes here, and I'm going to do a final pass on the changeset!
| }); | ||
| ``` | ||
|
|
||
| This new rendering engine is designed to eventually replace the current one. |
There was a problem hiding this comment.
| This new rendering engine is designed to eventually replace the current one. | |
| In a future major version, Astro will use this new compiler by default, but you can opt in to the future behavior early using the `experimental.queuedRendering` flag. |
|
|
||
| ## Configuration | ||
|
|
||
| The queued rendering engine comes with additional, low-level features, which allow you to experiment with other possible optimisations. These optimisations aren't directly part of the queued engine, and may be removed if they are proven inefficient during this experimental phase of testing. |
There was a problem hiding this comment.
| The queued rendering engine comes with additional, low-level features, which allow you to experiment with other possible optimisations. These optimisations aren't directly part of the queued engine, and may be removed if they are proven inefficient during this experimental phase of testing. | |
| The queued rendering engine comes with additional, low-level features, which allow you to experiment with other possible optimizations. These optimisations aren't directly part of the queued engine, and may be removed if they are proven inefficient during this experimental phase of testing. |
Blame Americans.
|
|
||
|
|
||
| ### Node pooling | ||
|
|
There was a problem hiding this comment.
Need an API reference <p></p> here plz!
| ``` | ||
|
|
||
| ### Content caching | ||
|
|
Description (required)
This PR documents a new experimental flag coming to v6
For Astro version:
6.0.0. See astro PR #15471.