4. Built in PHP (a dying coding language)
Yo, I didn't realize we were stirring the pot, ha! I'm not saying WordPress is the best. Not at all.
However, I kindly take issue with your quoted statement above and point to the Statamic CMS that's built on Laravel/PHP/Vue.js. There is still a lot of love and growth for PHP.
Statamic is hands down the best WordPress alternative CMS I've built sites on. In fact, I'm thinking a dealer site would be perfect fit for it. After building a recent site using Statamic I'm in love. Craft CMS is another alternative....
I also have lots of love for Angular and PWA. However, I don't think it's necessarily the language you use. I think it's the
attention to detail more than anything:
- Clean, semantic code
- Proper use of JSON/LD Schema tags.
- Including location, article, place tags.
- Actually doing the hard work to implement Critical CSS for faster browser painting.
- Leveraging PostCSS plugins to UnCSS code that's not used.
- Stop using plugins...
- Stop using databases for static content. <--
- Leverage Accelerated Mobile Pages
- Test, Analyze, Test again, Analyze, Test again....yup...test again.
- Utilize NGINX and set proper caching headers.
- Stop using third-party tools with bloated scripts....
- I'm looking at you [insert vendor name], haha
The list goes on and on, but all the above matter. The little things matter. On their own they're fairly insignificant, but when you do the hard work you'll start to see the results in conversions.
Cheers!