A drop-in toolbar to help visualize a website's performance.
Перейти к файлу
Adam Reineke 76649cff5e
Add Uglify; gzip for demo (#7)
Add Uglify for minification.
Gzip the bundle so the toolbar is served gzipped for the demo (now only 3.3Kb!)
Update the author, license and repository fields for the package.json
2018-01-17 16:07:13 -08:00
.vscode Enable tslint 2017-12-20 20:28:56 -08:00
docs Update documentation about testing across the web 2018-01-09 13:02:13 -08:00
src Move styles to JS from CSS (#6) 2018-01-17 15:53:33 -08:00
test Move styles to JS from CSS (#6) 2018-01-17 15:53:33 -08:00
.gitignore Add Uglify; gzip for demo (#7) 2018-01-17 16:07:13 -08:00
LICENSE Initial commit 2017-12-12 18:46:14 -08:00
README.md code review feedback before enabling tslint 2017-12-20 18:49:52 -08:00
gzip.js Add Uglify; gzip for demo (#7) 2018-01-17 16:07:13 -08:00
index.html Move styles to JS from CSS (#6) 2018-01-17 15:53:33 -08:00
injectDemoToolbar.user.js Add the resource timings pane (#5) 2018-01-17 13:59:31 -08:00
karma.conf.js Address code review feedback 2018-01-04 16:37:04 -08:00
package-lock.json Add Uglify; gzip for demo (#7) 2018-01-17 16:07:13 -08:00
package.json Add Uglify; gzip for demo (#7) 2018-01-17 16:07:13 -08:00
test-main.js Tests run now 2017-12-14 16:04:00 -08:00
tsconfig.json Add the resource timings pane (#5) 2018-01-17 13:59:31 -08:00
tslint.json Add the resource timings pane (#5) 2018-01-17 13:59:31 -08:00
webpack.common.js Add Uglify; gzip for demo (#7) 2018-01-17 16:07:13 -08:00
webpack.prod.js Add Uglify; gzip for demo (#7) 2018-01-17 16:07:13 -08:00

README.md

Web Perf Toolbar

A drop-in toolbar to visualize web client performance.

Engineering Spec and Work Tracking

The initial work is being completed by Sway engineers.

The initial engineering spec is access-limited to Microsoft employees.

Work tracking is within the Sway project in Office's Visual Studio, under Task Group 2031043.

Once the core version of this tool ships, documentation will need to be updated and the initial spec will be abandoned in favor of describing, tracking, and planning work in this repository.

Getting Started

  1. npm install

Commands

  • npm run build Kicks off a Webpack build.
  • npm run test Builds then launches a test runner in IE and Chrome that watches for changes.
  • npm run demo Builds then launches a page with a demo of the toolbar.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.