how would I count the number of sql queries executed on one page load?
I have a similar script to time taken for page to be generated, but not for how many queries h
I think the following command is a per session count:
SHOW STATUS LIKE 'com_select%'