Book Image

Responsive Design High Performance

Book Image

Responsive Design High Performance

Overview of this book

Table of Contents (16 chapters)
Responsive Design High Performance
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
7
Speeding Up Development with Design Concepts, Patterns, and Programs
Index

AppCache


Another excellent way to reduce requests is to use AppCache. You can find an introduction to get the hang of what AppCache is by visiting http://www.html5rocks.com/en/tutorials/appcache/beginner/.

As listed on the website, here are the three advantages of making use of AppCache:

  • Offline browsing: Users can navigate your full website when they're offline

  • Speed: Resources come straight from the user's disk with no trip to the network

  • Resilience: If your website goes down for "maintenance" (as in, someone accidentally breaks everything), your users will get the offline experience