1👍
✅
The number of queries does not matter, its the data they’re getting and the time they’re taking that you need to be concerned with.
If anything spend minimal time looking at the queries that take the longest amount of time to finish since these will be returning the most data, and look at if you really need all of this data. If you do, is there another way you can access it. If you don’t can you reduce the data being returned.
As always, if performance is not an issue, there is no need to worry about it, concentrate on other things that may be bottlenecks.
Source:stackexchange.com