Let's say you want to build some kind of system, but the general consensus is that language X or database Y is slow.
But, you're already familiar with those, which means getting up and running will be so much faster and easier. You'll be able to iterate faster and validate your idea.
Instead, what do you do? You listen to the mob voices telling you that X language and Y database are slow. They convince you to go and learn a bunch of new technologies to solve for a problem that you have not encountered (and might never need to solve if your app doesn't make it out of infancy).
Just. Don't do that. Just don't.
It's tempting to think that technologies make or break software. In reality, they don't. People on the internet will tell you that Ruby and PHP don't scale, they're not fast enough. Yet, Shopify and Facebook built empires with them, and have subsequently contributed to improving them.
PHP 8.4 is not your grandfather's PHP.
Beware that spectre of premature optimization. Be very afraid of people who try to convince you that you need to learn a new technology to build systems that scale, and that you need to plan for mass adoption and possible user explosion when that's far from guaranteed.
As DHH said in his 2024 Rails World Opening Keynote, don't worry about what you'll do when you have a million users. Who cares? If you reach that point, you'll probably have enough money to come up with a solution to your scale issues. But, you need to have a working product first before you ever have to worry about scale issues.
Work with what you know and if the need ever arises to scale, if the ecosystem is mature enough, it will provide you with countless ways to handle it.