Is that just core or did you disable a load if addons?
Really should be optimizing for both fast page load times *and* low query count. As you grow, scaling database queries is one of the hardest things to do (much easier to scale out web servers/HTTP requests).What I dislike about the "mysql queries" number is it is just a metric. It really does not mean anything at the end. You can have 10 queries vs. 50 and your forum still goes slow.
What people should be optimizing for is "page load time" regardless of how many queries the forum is doing.
You can also scale a DB, you can have replication, master-slave.Really should be optimizing for both fast page load times *and* low query count. As you grow, scaling database queries is one of the hardest things to do (much easier to scale out web servers/HTTP requests).
If your pages take 100+ queries to render a page (for example in vBulletin 5), you are going to bottleneck on your DB server REALLY quickly.
Yeah... that will scale reads to a certain degree... Not going to scale writes (although hopefully a site isn't doing a ton of writes for every page view). But you will still bottleneck on SQL reads before most other things (like PHP or web server requests).You can also scale a DB, you can have replication, master-slave.
Which plugin are you using for MySQL with Munin?
We use essential cookies to make this site work, and optional cookies to enhance your experience.