Sign up in 30 seconds.
No credit card.
No risk.
No download.
Web Performance - 15 Tips from NETTUTS
- Tags:
An article caught my attention because I follow the author on Twitter. Two days ago, Jeffery Way published 15+ Tips to Speed Up Your Website, and Optimize Your Code!
The article already has over 200 diggs. Nothing earth-shattering or revolutionary, but good fundamentals that are worth a look. The tips are focused on performance of your pages (i.e. rendering speed) and tools to use for personal productivity in site creation. This isn't about back-end web application performance tuning.
Quick summary:
- smush.it
- snippets
- jQuery console.log()
- Firefox web developer toolbar
- scripts at the bottom
- compress CSS and JS files
- 25 jQuery tips
- libraries and frameworks
- YSlow
- keyboard shortcuts
- templates
- inline vs. external
- PHP script called with JS
- Google's CDN
- Firefox extensions
- IDE use
- $_GET vs. $_POST
Hope you find this useful.