Do this?
Quote:
Quick tip to drastically reduce queries:
Move all your template names into the
$templatesused = " "
section at the top of index.php.
In your index.php, search for the keyword "template" - any template being eval() that is not in the $templatesused section is an extra query on the database. Just copy the name and add it to the list in $templatesused and watch those queries drop.
|
Can someone explain that in more detail please.
And is there any other things like this I could do to reduce queries..
Btw, if this is in the wrong forum, I apologise, and if you move it, please let me know. Thanks