Replies: 2 comments 1 reply
-
The contentCollectionsCache parameter might have helped us, but I don’t know why it was removed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Vite is a must have for Astro and won't be swappable. We can't wait to see how Rolldown can improve the situation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Summary
Have you considered using the powerful https://rspack.dev/ Because when there are more than 1,000 articles, its construction time becomes longer
Background & Motivation
https://docs.astro.build/zh-cn/reference/configuration-reference/#buildconcurrency
Although I set the build.concurrency parameter, there seems to be no obvious improvement.
Goals
If I add an article, then I hope that only the homepage content and list page will be updated, and the other 1,000 articles that have been generated do not need to be generated again. Maybe it's called incremental generation
Beta Was this translation helpful? Give feedback.
All reactions