How to solve the scenario of slow building of a large number of pages #765
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
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:
|
Beta Was this translation helpful? Give feedback.
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: