tags:

views:

30

answers:

1

I want to be awry of performance while I build my project, I want to stick a piece of code in the footer of my site that will show how many queries are being performed on the page.

I have seen this elsewhere, it looks like:

19 queries in 2.4 seconds

What is the PHP snippet for this?