-
Notifications
You must be signed in to change notification settings - Fork 441
References
Zeno Rocha edited this page Jul 13, 2016
·
60 revisions
If you need resources to learn about web performance optimization here is the best place.
- Yahoo! Best Practices
- Google Speed
- 14 Rules for Faster-Loading Web Sites
- FrontEnd Development Guidelines
- Front-end performance for web designers and front-end developers
- Performance Calendar
- Yahoo! Best Practices - Make JavaScript and CSS External
- Perf Calendar - Make your mobile pages render in under one second
- Google Speed - Move CSS to head
- Yahoo! Best Practices - Put Stylesheets at the Top
- Google Speed - Put styles before scripts
- Steve Souders - Don't use import
- Yahoo! Best Practices - Choose over @import
- Google Speed - Avoid CSS @import
- Front-End Development Guidelines - JavaScript Reflow
- Nettuts - 10 ways to instantly increase your jQuery performance
- YouMightNotNeedjQuery.com - replacement snippets down to IE8
- Krasimir Tsonev - Mastering the DOM access - 100 line class for managing DOM elements without jQuery
- Hemanth.HM - Power of Vanilla JS
- Addy Osmani - jQuery Proven Performance Tips & Tricks - #43
- JSPerf - $(this).attr('id') vs this.id