Keepfast
Tool to monitor indicators of performance for webpages.
The idea of the tool is to create a way of monitoring
indicators on the performance of a web page. Integrating these
indicators more easily, and enhance understanding of these
criteria for the entire development team. allowing
ability to manage the history of changes in these indicators
during the development cycle of the application. The main
indicators will be time page load, page size,
and score related to pagespeed and yslow.
Instructions
How to run the project
git clone https://github.com/davidsonfellipe/keepfast
- Go to folder:
cd keepfast
-
Get one API Key on Google Insights:
-
Add your Google API Key on file /conf/pagespeed.json:
{
"key": "YOUR_KEY_HERE",
"locale": "en",
"type": "desktop"
}
- Install dependencies:
$ npm install
- Run your MongoDB on 27017 port, or see how to run:
mongod
- And run:
node server.js
- It's running at localhost:3000
Reference Values based on http://httparchive.org/interesting.php
- Number of resources (39)
- Unique hosts (Max 18 domains)
- Transferred bytes (2169KB)
- PageSpeed (79)
- YSlow (80)
- Time to load (4 in seconds)
Author
Contribute
Anyone and everyone is welcome to contribute. See some developers that helped.
License
Code is under MIT license