76649cff5e
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 |
||
---|---|---|
.vscode | ||
docs | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md | ||
gzip.js | ||
index.html | ||
injectDemoToolbar.user.js | ||
karma.conf.js | ||
package-lock.json | ||
package.json | ||
test-main.js | ||
tsconfig.json | ||
tslint.json | ||
webpack.common.js | ||
webpack.prod.js |
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
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.