Pinned repositories
-
GoogleChrome/lighthouse
Auditing, performance metrics, and best practices for Progressive Web Apps
-
CanvasLayer
A <canvas> map layer for the Google Maps JavaScript API v3 for 2d and WebGL data visualization
-
libtess.js
Polygon tesselation library, ported from SGI's GLU implementation to JavaScript.
-
GL-Shader-Validator
Forked from WebGLTools/GL-Shader-Validator
A GLSL and ESSL validator for Sublime Text 2
Python 1
832 contributions in the last year
Contribution activity
May 2017
Created a pull request in GoogleChrome/lighthouse
that received 3
comments
make closure test errors fatal; fix errors on master
- Adds Critical Request Chain details renderer
- Install banner audit: failures should say what the user didnt do
- feat: table styles
- feat: add consistently interactive audit
- refactor: makes non-finished network records available
- test: make travis green again
- Lighthouse Canary
- perf(gather-runner): Clear cache selectively per-pass
- perf: request block stylesheets and images on redirect pass
- Network analysis - WIP
- Fix code formating in CLI
- refactor: render audits outside of renderAuditGroup
- Add details to "is fast on 3g" audit
- feat: performance category style++ (sparklines)
- always construct networkRecords from devtoolsLog
- Architecture docs: add arch diagram and lingo updates
- Add line/code renderer to deprecations audit
- Report v2: Basic table formatter
- perf(config): disable styles gatherer
- Allow opn & update-notifier CLI deps to be optional.
- Don't filter artifacts out of LHR
- make closure test errors fatal; fix errors on master
- Closure: handle rejection from stream
- feat: add groups to config, accessibility renderer
- Travis: assert renderer can compile against devtools
- Some pull request reviews not shown.
Created an issue in GoogleChrome/lighthouse
that received 4
comments
need smoke tests for uses-request-compression audit
In the midst of a refactor, ran into some trickiness that came down to an issue in how we get network request content in web-inspector. This is cur…