Book Image

Responsive Design High Performance

By : Dewald C Els, Dewald Els
Book Image

Responsive Design High Performance

By: Dewald C Els, Dewald Els

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

Chapter 5. The Fastest HTTP Request is No HTTP Request

Until now, we have done a lot to reduce the time that spent loading your website. Surely, there's not much more that we can do? Well, yes, there is. I briefly mentioned reducing the number of HTTP requests in previous chapters but, this time, we will seriously improve the load time by making use of something that I call image framing. We will look at using sprites for buttons or background images by using inline images and will combine JavaScript files and some other server-side settings that can help us to improve performance.