PDA


View Full Version : Reduce Queries


vbusers11
03-11-2005, 12:15 PM
I have the basic CMPS installed and about 3 custom modules.. and I currently have 25 queries to load the page..

Is there any ways to cache anything instead of reading from the DB and increase the speed? thx.

Brian
03-11-2005, 12:23 PM
Remember that 4 of those will be from the 'Quick Moderation' module, so those will only be performed when admins are on the page. As for the rest, different modules are going to use different queries, so for the most part the only choice would be to turn them off. Keep in mind as well that it's not the number of queries that matters, it's more of how long it takes to execute them. As long as the total time spent on queries isn't long then it shouldn't be a problem.