Description
PageScan helps you bulk-test published WordPress URLs with the Google PageSpeed Insights API. View Lighthouse-style scores, lab metrics, improvement opportunities, CSV exports, and optional email alerts when scores drop.
This plugin is not affiliated with, endorsed by, or sponsored by Google.
- Discovers URLs from public post types, the home page, and post-type archives.
- Runs tests in the background via a custom job queue, WP-Cron fallback, and async HTTP loopback dispatch.
- Dashboard with sortable median results and per-URL detail views.
- CSV export and optional email alerts when scores fall below a threshold.
- Editor sidebar shortcut to test the current post without leaving the editor.
External services
This plugin connects to third-party services to provide its functionality. By using this plugin, you agree to the terms and privacy policies of those services.
Google PageSpeed Insights API
- What the service is: Google’s PageSpeed Insights API runs Lighthouse-style performance, accessibility, best-practices, and SEO audits on URLs you submit.
- What data is sent: For each URL you scan, your WordPress site sends an HTTPS request to
pagespeedonline.googleapis.comcontaining the public URL to test, your API key, the device strategy (mobile or desktop), and requested audit categories. When validating an API key, the plugin may send a request usinghttps://example.com/as a probe URL. - When data is sent: Only when you (or an authorized admin) start or retry a scan, run an editor sidebar test, or save settings that trigger key validation. Bulk scans queue requests in the background; no data is sent when the plugin is idle.
- Where data is stored: API responses (scores and metrics) are stored in your WordPress database. Your API key is stored in the
wp_optionstable. - Terms of service: Google APIs Terms of Service
- Privacy policy: Google Privacy Policy
Screenshots






Installation
- Upload the plugin folder to
/wp-content/plugins/or install the ZIP from the WordPress Plugins screen. - Activate the plugin through the Plugins screen.
- Go to PageScan Settings and add your Google PageSpeed Insights API key.
- Start a scan from PageScan New Scan.
FAQ
-
Do I need a Google API key?
-
Yes. Create a key in Google Cloud Console and enable the PageSpeed Insights API. The key is stored in your WordPress database and sent only to Google when running scans.
-
Does this work without WooCommerce?
-
Yes. WooCommerce is not required.
-
What data does this plugin send to Google?
-
When you run a scan, your server sends each URL to test, your API key, and the chosen device strategy (mobile or desktop) to the PageSpeed Insights API. Google loads the URL in its testing environment and returns Lighthouse-style results. See External services below for full details.
-
Do email alerts use a third-party service?
-
No. Score-drop alerts are sent with WordPress
wp_mail()to the address you configure (or the site admin email by default).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“PageScan – Bulk Performance Testing with Google PageSpeed Insights” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “PageScan – Bulk Performance Testing with Google PageSpeed Insights” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
