Performance comparison when building a more than 5000 posts site #1091
iamshaynez
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hello. I've being test a site with more than 5000 posts, and performance has been significant reduced. There a some limit static site might hit, for example Cloudflare Pages has a 20 mins building timeout limit, Github Pages has a 10 mins. Which means if building time exceed 10/20 mins, this site is no longer able to deploy.
Below performance is running on a M2 laptop, building on Pages service typically cost 2 times long of this. So in this case, I cannot deploy on Cloudflare anymore.
Performance metric on stack:
Another theme's metric(while it's not a apple to apple comparison):
I think the reason is complicated index page when doing pagination. One way to reduce the overall time cost is set pagination from default 10 to 100, however it's a workaround any, and 100 posts a page doesn't sound like reasonable...:)
I put this in a dicussion just to report what I found recently.
Beta Was this translation helpful? Give feedback.
All reactions