Code Monkey home page Code Monkey logo

keepfast's Introduction

Keepfast

Tool to monitor indicators of performance for webpages.

image Video Demo

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

  1. Install Git, MongoDB and NodeJS.

  2. Clone the project:

git clone https://github.com/davidsonfellipe/keepfast
  1. Go to folder:
cd keepfast
  1. Get one API Key on Google Insights:

  2. Add your Google API Key on file /conf/pagespeed.json:

{
    "key": "YOUR_KEY_HERE",
    "locale": "en",
    "type": "desktop"
}
  1. Install dependencies:
$ npm install
  1. Run your MongoDB on 27017 port, or see how to run:
mongod
  1. And run:
node server.js
  1. 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

Davidson Fellipe
Davidson Fellipe

Contribute

Anyone and everyone is welcome to contribute. See some developers that helped.

License

Code is under MIT license

keepfast's People

Contributors

davidsonfellipe avatar igorsantos07 avatar keppelen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keepfast's Issues

Substitute/remove favicon

The application is currently using default FlatUI favicon.
I guess it should be substituted or removed, but I'm not sure if you have any icons in mind :)

Feedback about running analysis

There's no feedback after clicking the clock button in the monitors list.
Maybe the system could store some data saying "there's stuff running about this page" and the button would be red while that holds true, so we know we can see the new information after it get's green again (or maybe blue, for new data?)

Update CSS libraries

I was trying to add proper styles to the new entry form, but it seems the CSS libraries are quite outdated.

Using the known CSS classes in the form don't work - they don't exist in the Boostrap files, that are currently in 2.3.2, while there's a 3.2.0 version out there.
I'm unsure if I should update the Bootstrap file separately, since the FlatUI library is based on it as well, it could break something if done alone. On the other hand, the flat-ui.css file contains custom code, so it will be hard to update it.

I would suggest to add custom styles to a separate file instead of the library ones.

Urls are added but no stats are showing

Hello, nice project, i needed something like this.

I tried adding few urls to test, but dashboard is not showing anything ( i followed README instructions )
haven't had the time yet to look in the source code, but i might these days.

Any one else experience this behaviour?

And also clicking on "Schedule" icon throws an error
POST /schedule 500 1.402 ms - 1010
TypeError: Request path contains unescaped characters.

Merge graphs

There are several similar graphs that could be merged. That would make a more informative dashboard, with less graphs that would be easier to understand.

YSlow silently fails on Node >0.10

I was running Keepfast on io.js, and YSlow was returning a strange error.
After digging the internet a bit I found it was an issue with the shell runner (?) that's not compatible with Node 0.10 (see this issue).

After changing to node 0.10, setting npm to use Python 2.7, and reinstalling npm packages, it started working.

As the linked issue states, it's suggested to move on to exec-sync, but it seems this is an internal dependency of yslowjs runner... I've opened an issue there to see if we have any hope of getting this fixed.

Meanwhile, the workaround is using nvm to run the system under Node 0.10.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.