這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Performance Checker

描述

This plugin is relying on a 3rd party as a service i.e. GT Metrix, Pagespeed Insights.
We provide you both third party performance reports in single plugin.

螢幕截圖

  • Plugin Main Page
  • Gt-Metrix Performance Page
  • PageSpeed Insights Performance Page

安裝

how to install the plugin and get it working.

  1. Install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Check Admin Menu-> PerformanceChecker
  4. In Performance Checker, Two option will be there first one is GT-Metrix and second is Pagespeed Insights.
  5. Just Click on option as per your Requirements.

常見問題

Why check performance speed?

To speed up your site and best user experience.

How to Check Performance Speed?

Just click on GT-Metrix or Pagespeed Insight respectively as per your requirements.

評價

2019年6月26日 2 replies
Hi, Please check below error test(array('url' => $url_to_test)); $test->get_results(); $fully_loaded_time=''; $onload_time=''; $page_size=''; $yslow_score=''; $pagespeed_score=''; $onload_duration=''; $page_load_time=''; $html_load_time=''; if($test->error()) { echo " "; die($test->error()); } else { $results = $test->results(); $resources = $test->resources(); $fully_loaded_time=round($results['fully_loaded_time']/1000,1); $onload_time=round($results['onload_time']/1000,1); $page_size=round($results['page_bytes']/1000000,1); $yslow_score=$results['yslow_score']; $pagespeed_score=$results['pagespeed_score']; $onload_duration=$results['onload_duration']; $report_url=$results['report_url']; $page_load_time=round($results['page_load_time']/1000,1); $html_load_time=round($results['html_load_time']/1000,1); } ?> Thanks
閱讀全部1個評價

貢獻者及開發者

“Performance Checker” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Performance Checker 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial Version.
  • GT-Metrix and PageSpeed Insights Includes to check performance report.