I landed a gig, I need to move 30k of news articles from Wordpress to Umbraco. Each node has 8 fields that I need to use.
I would use Umbraco 15 and Redis/Valkey for Hybrid Cache, but I am not certain will that perform well in backoffice? And it needs to scale to 100k nodes in next 10 years.
What do you think, can Umbraco handle this kind of nodes in single news Content Type?
Ensure that History Cleanup is configured
2.1. History Cleanup | Umbraco Workflow
2.2. Content history was one of the main causes of backoffice slowdown
Donβt store all 100k news items under a single node
3.1. Instead, organise them under seperate nodes, e.g. dates, to minimise the amout of direct children/sibling nodes
E.g.