Does anyone know of a script that will output the number of mysql querys the page had executed?
Thanks for the help,
RyanJ
no but if you write an oo dal then you could easily build this into the query method and add an executed property. Then all you'd have to do is pull up the executed propert and you'd have the number of queries executed on a page.