If you are running a WordPress blog, you might want to keep a keen eye on its plugins to know how many queries and the time required to process them they are producing on your web pages. This is particular useful if you are trying to optimize your database in order to save the resources your server has assigned to your blog. Here is a simple code to add to your blog’s pages.
Just add this code wherever you want within your blog’s theme (usually it is added to single.php and page.php files):
<?php echo $wpdb->num_queries; ?> <?php _e(‘queries’); ?>. <?php timer_stop(1); ?> <?php _e(‘seconds’); ?>
If you want to know a little more about this code, I have dissected it below, describing what the single pieces do:
- <?php echo $wpdb->num_queries; ?> = display the number of queries the page has got.
- <?php timer_stop(1); ?> = returns the time to process the page.
Tags: trick, Web Talk, Wordpress
Related ArticlesLatest Articles
- How to Automatically Login (Access) to Windows 8
- How to See and Read Unread, Archived and Sent Messages on Facebook
- Switch to the New Facebook Profile Layout (Timeline)
- How to Discover and Recover All Stored Passwords in your Windows Computer
Leave a Comment
Web Talk is best viewed in Firefox.
Comments
Can I Turn on Facebook Chat Auto Reply?: Thanks for explaining, otherwise it would have been a good option, but there are...
How to fix “Windows Explorer has stopped working” in Windows 7: simple remember if you download some new app....
How to Fix uTorrent not Working on Windows 7: desai .. first exit from process .. then try to uninstall
Use online Virtual Windows Operating System directly on your browser: a
Download 64-bit Windows 7 Build 7077 DVD ISO leaked version: hai ptoravo a disinstallare msn con l’applicazione...
Right click on shortcuts icons don’t show “open file location” in Vista: The sorhensect provided above...
Uninstall and Remove AVG Security Search Toolbar and AVG Secure Search: google jobb
Microsoft launches innovative translate widget for blogs: Definitely! It’s rlelay weird at first but...
Small, Hilarious List of Funny Google Translate Tricks: Try this: men are men and men do the cooking, translate to Dutch,...
How to Solve Google Instant Search Doesn’t Work in Firefox: Thank you. Solved my problem.