Skip to content

How to solve the scenario of slow building of a large number of pages #765

Answered by Mister-Hope
sedationh asked this question in Q&A
Discussion options

You must be logged in to vote

Any static site generator has proper range of your content, if you have too many content, e.g.(100 times comparing vuepress official docs), a static docs generator should not be a good chosie for you.

You are not actually describing how many content are you trying to build with (e.g.: 1000 pages with average 3000 words per page). IMO, your project's word number should not beyond millon level . If so,a static site generator which requires you to built is denitely not what you want, try tools with backend and properly based on database, as they do not require a build stage, but dynamic renders content when users visite a page.

Also:

  1. for my blog, webpack bundler is faster than vite. You may…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sedationh
Comment options

@Mister-Hope
Comment options

@Mister-Hope
Comment options

Answer selected by Mister-Hope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants