Slide 3
Slide 3 text
3
Responsive Performance
http://www.guypo.com/mobile/performance-implications-of-responsive-design-book-contribution/
http://blog.kissmetrics.com/loading-time/?wide=1
•Fewer HTTP requests.
•Compress images (ImageOptim, PNG
Crush).
•Load visible content first or defer
everything else.
•Minify and merge JavaScript assets.
•Prefer sprites or use Data URI for
images.
•Use CDNs when available.
•Avoid geolocation on initial home
screen.
•Dedicate time for performance testing.
•Web storage.
•Networks and devices will eventually
get faster.
Performance tips
“86% of sites listed on mediaqueri.es weighed roughly the
same when loaded in the smallest window, compared to the
largest one. In other words, the mobile site is still
downloading the full website content.”
-- Guy Podjarny