Web Performance in Action
eBook - ePub

Web Performance in Action

Building Fast Web Pages

  1. 376 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Web Performance in Action

Building Fast Web Pages

About this book

Summary Web Performance in Action is your companion guide to making websites faster. You'll learn techniques that speed the delivery of your site's assets to the user, increase rendering speed, decrease the overall footprint of your site, as well as how to build a workflow that automates common optimization techniques. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Nifty features, hip design, and clever marketing are great, but your website will flop if visitors think it's slow. Network conditions can be unpredictable, and with today's sites being bigger than ever, you need to set yourself apart from the competition by focusing on speed. Achieving a high level of performance is a combination of front-end architecture choices, best practices, and some clever sleight-of-hand. This book will demystify all these topics for you. About the Book Web Performance in Action is your guide to making fast websites. Packed with "Aha!" moments and critical details, this book teaches you how to create performant websites the right way. You'll master optimal rendering techniques, tips for decreasing your site's footprint, and technologies like HTTP/2 that take your website's speed from merely adequate to seriously fast. Along the way, you'll learn how to create an automated workflow to accomplish common optimization tasks and speed up development in the process. What's Inside

  • Foolproof performance-boosting techniques
  • Optimizing images and fonts
  • HTTP/2 and how it affects your optimization workflow


About the Reader This book assumes that you're familiar with HTML, CSS, and JavaScript. Many examples make use of Git and Node.js. About the Author Jeremy Wagner is a professional front-end web developer with over ten years of experience. Foreword by Ethan Marcotte. Table of Contents

  • Understanding web performance
  • Using assessment tools
  • Optimizing CSS
  • Understanding critical CSS
  • Making images responsive
  • Going further with images
  • Faster fonts
  • Keeping JavaScript lean and fast
  • Boosting performance with service workers
  • Fine-tuning asset delivery
  • Looking to the future with HTTP/2
  • Automating optimization with gulp

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Web Performance in Action by Jeremy Wagner in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Author
  9. About the Cover Illustration
  10. Chapter 1. Understanding web performance
  11. Chapter 2. Using assessment tools
  12. Chapter 3. Optimizing CSS
  13. Chapter 4. Understanding critical CSS
  14. Chapter 5. Making images responsive
  15. Chapter 6. Going further with images
  16. Chapter 7. Faster fonts
  17. Chapter 8. Keeping JavaScript lean and fast
  18. Chapter 9. Boosting performance with service workers
  19. Chapter 10. Fine-tuning asset delivery
  20. Chapter 11. Looking to the future with HTTP/2
  21. Chapter 12. Automating optimization with gulp
  22. Appendix A. Tools reference
  23. Appendix B. Native equivalents of common jQuery functionality
  24. Index
  25. List of Figures
  26. List of Tables
  27. List of Listings