Check Page Loading Time & Queries in WordPress

Sometimes in WordPress site, we feel our site loading slow and need to wait for few times to complete loading the page. It may occurs for many reasons but one of the major point to make loading time slower is ‘queries’. We may have many installed plugins or lots of custom functions that run huge amount of queries in sites.

So now question may come out how we get to know the page loading time for each page and how many quires run for each pages. Hmm.. WordPress has their own function to view these in your page. Its not a big function or you no need to type lots of things, just copy the below code and place into your footer section before the ‘</body>’ tag:

Total: <?php echo get_num_queries(); ?&gt; queries in &lt;?php timer_stop(1); ?>; seconds.

 

Find the screenshot:

It will display total number of queries with loading time to execute the page.

Please remember, the number of queries low meaning your loading time will be faster. So check all your queries to make your loading faster in site. In our next discussion we will explain to reduce loading time and check what are the queries run in your site. So, stay with us and read our post regularly. Thanks.

This post has already been read 5661 times!

Mehedi Hasan

Cool WordPress Developer having much agile experience to develop any kind of WordPress sites & plugins. Also good in troubleshooting, fixing & making any kind of tweaks for WP site.

More Posts

Mehedi Hasan

Cool WordPress Developer having much agile experience to develop any kind of WordPress sites & plugins. Also good in troubleshooting, fixing & making any kind of tweaks for WP site.

Share
Published by
Mehedi Hasan

Recent Posts

WP Share A Friend – A Way to Capture Lead

What is Lead Capture: In general sense lead capture designates a process or way of…

5 years ago

Unlimited Modal POPUPS on MouseClick

Introduction Unlimited Modal POPUPS on MouseClick: Everyone knows about popup during site visits and most…

5 years ago

WordPress Pregnancy Calculator Plugin

Brief about Pregnancy Calculator : This WordPress Pregnancy Calculator plugin allows users to display an…

5 years ago

Interactive Service Plugin with Hover Effects VC

Introduction About this Service Plugin: This Visual Composer Service Plugin works as an addon to…

6 years ago

WP Dynamic Query String

Introduction of Dynamic Query String : This plugin allows user to set dynamic query string…

6 years ago

How to make scroll PDF in iFrame for iPAD Safari

There is an occasional bug for iPhone and iPad even they are designed as well and…

7 years ago