最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - page loading time of a cached page

programmeradmin3浏览0评论

I am trying to find page loading time of a page using following code

function loading_time() {


 echo '<p>Page loading time:'.timer_stop(0, 3).' seconds</p>';

}

 add_action( 'shutdown', 'loading_time' );

The code works perfectly for non cached pages but for cached pages the shutdown hook never fires.Is there any way to find out the page loading time of cached pages without firing the wordpress hook?

发布评论

评论列表(0)

  1. 暂无评论