I presented an internal tech talk at Scott Logic on Web Performance and some tooling you can use for improvements.
Here are a list of Web Performance Tools to gather a performance metric.
- Google Chrome Lighthouse (Open Chrome Dev tools -> Audit)
- Google Page Speed Mobile
- Yellow Labs
- Let's Validate
- Pagelocity
- Pingdom
- Google Sheet to calculate performance metrics
- GitHub Performance Checklist
- Automate PageSpeed tools
- Gzip Encoding
- Use Typekits js to render fonts instead of their default @import method
- Preloading Content Mozilla
- caniuse preload
- async vs defer attributes
- Difference between preload and prefetch