Hi Guys,
I'm making my first website using wordpress.
I think it's an amazing CMS with a lot of resources but..... I found a very big problem that nobody seems to talk about.
Wordpress makes a lot of queries everytime it loads a page.
For example. I installed buddypress.
So when I go on my home page it does at least 20 queries for it but in the homepage there isn't anything about buddypress it's only a post loop.
Why it does too much queries if it is not necessary.
Since I'm a programmer I use to make website using less queries that I can. Overload MySQL server could be a big problem.
Searching online the only solution seems to be caching the queries using W3C total cache ... but it's not a solution... because every X minutes the cache has to be refreshed.
Any solution?