Can wordpress handle 10,000,000 blog posts?

Thanks for every answer.

Looks like it's 50/50
 
I have wp based site with more than 5 million posts and hosted on 2 vcpu + 2 gb ram and running fast.
but, its only using 1 plugin (w3tc)

View attachment 219286
How much traffic do you receive perday?
What theme you are using?
Does each of your post contain image?
 
People keep saying that wordpress cannot handle up 100k blog posts.

Otherwise your site gonna crash, slow and bloating.

I have one project that I plan to generate probably up to 1m posts combined with translated posts into various languages, its gonna end up with millions of posts.

Do you think wordpress can handle it?
Any experience?

Server specs: Proc AMD EPYC 7502p / 128GB RAM / 4tb NVME storage
Wordpress is just software. It has no specific limitations. It can handle ANYTHING as long as it has the required resources.
 
With so many posts, i would rather make a static html. With a simple custom bot.

This wont need a mysql connection and no php. This makes it quicker.
I disagree. Generating 10 million posts must be extremely expensive. Every time you want to update something you’ll have to generate again those 10 mil pages. Static html pages work best with fewer pages.
 
Back
Top