Quote:
Originally Posted by shabbirbhimani
Yes a tricky one and so is not hurrying into doing that as of now.
Yes I thought about that when I was writing the plugin but then decided against it because creating a join with threads and posts can be lot more resource heavy than executing the single query. Unless bottle neck we cannot say if one more query is faster or the join but I would assume a query. Share your views as well.
|
Yes,
I have seen page having 80 queries executed in .5 sec and 12 queries in 1sec (in same site).
whether u join or make new query it will take around same time (.1 sec diiference).. but people like having 20 queries executed in page rather than 40 queries.