Can Hexo handle 10M pages? #4990
Unanswered
drez25
asked this question in
Question / Answer
Replies: 2 comments
-
HEXO architecture requires that the entire source folder be loaded into memory... Any machine with enough RAM should be able to handle that. Also, you probably need to configure the filesystem to allow more than 10K files to be opened at once. Linux machines can probably do that. But for that many pages with unknown number of assets (images, etc) would likely require a large server to generate the website. Once generated, the site will load blazingly fast. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also #2579 (comment) |
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
-
Hello,
I have a website with 10M pages currently running on WordPress and it is slow.
Can hexo handle 10M files efficiently and quickly?
Beta Was this translation helpful? Give feedback.
All reactions