- Google Fundamentals: Performance
- RAIL Model
- Measuring the Performance Metrics that Most Affect User Experience
- Time to Interactive (TTI) Polyfill
- First Input Delay (FID) helper
- Staying off the Rocks: Using Lighthouse to Build Seaworthy Progressive Web Apps (Google I/O '17) (video)
- Speed Curve: User Timing and Custom Metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git archive --output=<file> HEAD $(git diff --name-only commit1SHA commit2SHA) |
Eventually platforms outgrow the single-source-tree model and become distributed systems. A common pattern in these distributed systems is distributed composition via event buffering. Here we motivate and describe this event buffering pattern.