Web performance tools
Collections
- JSONH: JSON Homogeneous Collections Compressor
- A beginner’s guide to Chrome tracing
- Awesome Dev Tool Tips
- Easily identify which bundles are the largest, and how much of their code is actually used, and what the load impact of each file is, using the Coverage tool.
- Make sense of flame charts in Performance Tab by example
During sampling profiling, a browser forces an engine to stop every 1 ms, and record the call stack at that moment.
- Tachyon is a byte sized script that makes your website feel blazingly fast. It does this by prerendering pages before a user navigates to them, making page transitions virtually instant.
- One YouTube Embed weighs almost 1.2 MB