Hacker News new | ask | show | jobs
by stephen82 2093 days ago
I won't talk about the headless part, but I will talk about WordPress based on my own experience.

It really depends how you use it, WordPress that is.

If your website needs to expand at areas where a vanilla version of WP would not suffice, with custom implementation either via functions.php in your theme or via plugin(s) you can achieve such thing, but with a coming price I'm afraid; bloated database with countless meta data.

Now, don't get me wrong.

If you are experienced with WordPress development, you could implement any solution you want in such way that each one of them would use their own tables and could solve your problem(s).

The thing is, if you need to spend so much time in customization and theme / plugin tweaking, then in my humble, yet naive opinion I would suggest to go with a framework than with WordPress for the sake of sanity; it's a lot easier and way cleaner to achieve the same task in shorter amount of time and effort.

Just...just trust me on that!

I have been doing this with WordPress and WooCommerce for a while now and I know the headaches I face every single time I have to come up with a solution for a customer.