Last Updated: February 25, 2016
·
1.373K
· leethelobster

What Stuck: FITC Web Performance & Optimization

What got stuck in my head and notebook from the FITC Spotlight event, Web Performance & Optimization 03.16.2013
http://fitc.ca/event/spw13/presentations/

Slides


RESS (Responsive Design + Server Side components)


Tools


Animations


Chrome Inspector tips


Optimization tips

  • 60 fps
  • avoid expensive CSS3 properties (border-radius, box-shadow, gradients, etc.)
  • less CSS reflow
  • cookies are bad, use localStorage and sessionStorage instead
  • use data:uri instead of images or pure css
  • gzip, CDN, cache cache cache

Recommended Reads

Have a fresh tip? Share with Coderwall community!

Post
Post a tip