the Performance Golden Rule | High Performance Web Sites
february 2012 by jpcody
80-90% of the end-user response time is spent on the frontend.
performance
speed
february 2012 by jpcody
loads.in - test how fast a webpage loads in a real browser from over 50 locations worldwide
may 2011 by jpcody
How fast does your webpage load?
performance
speed
may 2011 by jpcody
jQuery Book: Selecting Elements
august 2010 by jpcody
Contains good advice on speed enhancements for JS.
If you've made a selection that you might need to make again, you should save the selection in a variable rather than making the selection repeatedly.
jquery
speed
selectors
If you've made a selection that you might need to make again, you should save the selection in a variable rather than making the selection repeatedly.
august 2010 by jpcody