Skip to content

Curious about performance for large number of pages #75

Answered by ElMassimo
dephiros asked this question in Q&A
Discussion options

You must be logged in to vote

That's correct, there's a trade-off between expressiveness and performance.

For example, MDX allows you to use shortcodes to customize how the content is rendered, which means components can be provided dynamically. This provides maximum flexibility, at the expense of not being able to use a faster compiler with hard-coded output.

If you need to render a large amount (thousands) of pages, a tool like Hugo might be a better fit, as it's optimized for that use case.

For smaller sites, the difference in performance is not significant, and the ease of use and expressiveness might offset the difference.


If you have simple content (plain markdown or text) in the hundreds/thousands, a good way …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ElMassimo
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