Skip to content

🧮 Calculate the size and performance impact of switching to modern JavaScript syntax.

License

Notifications You must be signed in to change notification settings

philipwalton/estimator.dev

 
 

Repository files navigation

⚠️ This repo is no longer maintained. We now recommend developers use the legacy-javascript audit in Lighthouse to assess the benefits of switching to modern JavaScript syntax.

Calculate the size and performance improvement a site could achieve by switching to modern JavaScript syntax.

Privacy

Submitting a URL for analysis is stateless. The service does not store any information about you or the URLs you analyze. A minimal Google Analytics ping is used to record page visits (URL and referrer) and JavaScript errors, as well as the total calculated size difference number (but not the URL you entered).

Hacking

# clone it
git clone git@github.com:GoogleChromeLabs/estimator.dev.git
cd estimator.dev

# install dependencies and firebase CLI
npm install
npm install -g firebase-tools

# build the front-end:
npm run build

# start the server and functions
firebase emulators:start

About

🧮 Calculate the size and performance impact of switching to modern JavaScript syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • HTML 1.1%
  • CSS 0.1%