How do I display database query statistics on Wordpress site?

后端 未结 3 1039
[愿得一人]
[愿得一人] 2021-02-07 10:54

I\'ve noticed that a few Wordpress blogs have query statistics present in their footer that simply state the number of queries and the total time required to process them for th

3条回答
  •  无人及你
    2021-02-07 11:53

    Try adding this to the bottom of the footer in your template:

    num_queries; ?> .  
    

提交回复
热议问题