An informative website for providing a guide to web page performance and performance measuring. We take a look at what it means and some important website performance metrics.
On www.website-performance-monitoring.org we ask answer some questions and ponder on the subject of website performance.
- What is Website Performance?
- What are Website Performance Metrics?
- How to Performance Test a Website
- How to Monitor Performance Website
This repo also serves as an example of how one could utilize lighthouse-check, as part of a pipeline. In our circleci configuration, we utilize the lighthouse-check-cli Docker image to performance an audit on www.website-performance-monitoring.org. We do this as a post-deploy step, so that we essentially run a performance regression test after every deploy.
Below is how to run the app locally and instructions for Foo engineers for deploying.
$ npm install$ npm run watch$ npm run production$ npm run testMake sure to allow installation of devDependencies with:
$ heroku config:set NPM_CONFIG_PRODUCTION=falseFollow these instructions for adding environment variables.
This package was brought to you by Foo - a website performance monitoring tool. Create a free account with standard performance testing. Automatic website performance testing, uptime checks, charts showing performance metrics by day, month, and year. Foo also provides real time notifications when performance and uptime notifications when changes are detected. Users can integrate email, Slack and PagerDuty notifications.

