
I recently implemented code into the footer of my blog that allows me to see how many queries were cued and the load time. I know it’s random information to some people but I actually like the fact that I can see it on my blog.
Would you like to add it to your blog? Well if you have the ability to access your blogs HTML code then below is the code and instructions on how you too can add it to your site.
Copy the code in Orange below…
<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds.
Then place it towards the bottom of your site before the closed body tag that looks like this </body>
After you place the code on your site save it then upload the file. Once you upload the file open up your web browser (Firefox) then view your blog. When you view your blog it should look like the above image but with your sites info.
