Quote:
Originally Posted by lasto
1 adds 10 and the other adds 11 - i was under the understanding that the more queries it makes to the database the slower the board will be.So with these 2 hacks alone that is 21 queries and both are popular hacks.
|
Again, it really depends on the nature of them, if they are simple selects on an indexed column then they will run very quickly and not have too much impact, esp if they get cached by mysql. It also depends on how often they are run.
That said, 10+ is a lot, and it maybe that a change in the design of the mod could cut them down.
I'm curious to know which they are.