项目作者: GoogleChromeLabs

项目描述 :
🧮 Calculate the size and performance impact of switching to modern JavaScript syntax.
高级语言: JavaScript
项目地址: git://github.com/GoogleChromeLabs/estimator.dev.git
创建时间: 2020-12-10T18:13:16Z
项目社区:https://github.com/GoogleChromeLabs/estimator.dev

开源协议:Apache License 2.0

下载


⚠️ 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.

EStimator

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

  1. # clone it
  2. git clone git@github.com:GoogleChromeLabs/estimator.dev.git
  3. cd estimator.dev
  4. # install dependencies and firebase CLI
  5. npm install
  6. npm install -g firebase-tools
  7. # build the front-end:
  8. npm run build
  9. # start the server and functions
  10. firebase emulators:start