javascript - save the size and speed of website -


i'll work in project improve website. recommended few best practices website like:

  • eliminate render-blocking javascript , css in above-the-fold content
  • enable compression
  • minify javascript
  • prioritize visible content
  • optimize images
  • minify css
  • minify html

all changes based in https://developers.google.com/speed/pagespeed/insights/. each time checked website had different score same site.

what like, place (software, add-on or website) score of live website , save information check again after changes.

http://yslow.org

does of in spades, can installed extension in major browsers. source , command line versions available.


Comments