[RESOLVED] What counts as a query?

admin

Administrator
Staff member
I'm trying to reduce the number of queries that I make to a the database. I'm on a virtual server and the MySQL daemon (I know, it's not the greatest, but I didn't choose it) is also installed on the same machine.

My question is, what counts as a query to the database? Would something like mysql_numrows(), or mysql_fetch_assoc() count as a query to the database? Or is it only I when use mysql_query()?

Any help is appreciated.
 
Top