Display the number of SQL queries on your blog

If you want to display how many SQL queries have been made to your database as I’ve done on this blog like this:

53 queries in 0.788 seconds
Just open the footer.php in your theme folder and paste the following code at anywhere you like:
1
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds
Another code for displaying that but except regular visitors and search engine bots, we will use a conditional function to do that:
1
2
3
<?php if (is_user_logged_in()) { ?>
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.
<?php } ?>
The get_num_queries() function returns the number of executed query during your page loading.


5 nhận xét:

Raizu said...

Title tags are important if your Blogger blog is to attract traffic and rank in search engine results. On your blog home page the blog title appears between the title tags while on each individual post page it is the name of the article itself. While the title tags themselves are unseen by the visitor to your blog they are read when search engines crawl your blog.


www.blueflyweb.com

SEO Specialist Chennai said...

Wonderful blog & good post.Its really helpful for me, awaiting for more new post. Keep Blogging!

SEO Expert Chennai

Unknown said...

Hmm..
Good Post..i must say..with lots of good information. thanks for sharing this post and keep posting such post here in future too.
url directory submission

Kinneth said...

The things I like best about your blog are: the clairity, simplicity and organization. I am an visual and audio learner, not a text learner but I use text for quick reference. I have passed this blog post on to my team so that when they write marketing articles, they will do it the right way….keep up the great blogs.Integrated Fundraising

Unknown said...

First-class post, this is very important to the people who are accountability seo. And I know a good backlinks boss to help hold up websites, http://colibritool.com/.info is totally free and no bound, and it is very expert. think me; it is merit to add to this list.http://colibritool.com/

Post a Comment