开发者 |
codeparrots
eherman24 |
---|---|
更新时间 | 2018年2月11日 22:28 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 4.9 |
Note: Site Speed Monitor requires PHP 5.6 or later. Please ensure that you are running version 5.6 or later before installing Site Speed Monitor.Using Site Speed Monitor, users can manually check their website load times using the WebPageTest.org API. View load times and additional information about your site which can be used to improve load times across your website. Bring your website load times down, improve search rankings and please your site visitors! Special thanks to Icons8 for the use of their icons within Site Speed Monitor.
Features
- Run speed tests manually.
- Automatic speed tests run weekly, bi-weekly, daily, monthly and more!
- View speed test results and grades.
- View speed test results in an easy to read graph.
- Diff checker to help narrow down what caused the change in results between two tests.
- Site details tracked.
- Receive email reports with speed test results.
Yes! This plugin utilizes the WebPageTest.org API to run speed tests against your site. This plugin will display the results of the speed tests, including the first view and repeat view load times as well as the respective grades for Time to First Byte, Keep Alive, GZip Compression, Compress Images, Cache Static and CDN values.
No. While this plugin provides a means of communication between WebPageTest.org and your website, there are no recommendations provided directly in the plugin. However, you can use the results of the speed tests to make alterations to your site to improve load times. These can be minor things such as adding cache or no-expiry headers, to compressing/minifying javascript and CSS files and deferring them to the footer. Site Speed Monitor was developed to provide you with solid data that can be used to make changes to your site.
Yes! On the Site Speed Monitor settings page, you will want to head into the 'Test Parameters' tab. From here, you can add any of the available test parameters that you see fit. Additionally, there are a number of actions and filters built into Site Speed Monitor to allow you to customize things as you need. For a full list, please see the "Actions & Filters" sub-section on the "Documentation" tab on the settings page.
Yes, we have setup a number of WP-CLI commands to make your life easier.
Run a speed check on the current site.
$ wp site-speed-monitor
Run a speed check on the current site and send the results to an email address.
$ wp site-speed-monitor --notify=info@codeparrots.com
Run a speed check test on a separate URL and send the results to an email address.
$ wp site-speed-monitor --site_url=https://www.codeparrots.com --notify=info@codeparrots.com