Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
High Performance Browser Networking: What every web developer should know about networking and web performance
Unavailable
High Performance Browser Networking: What every web developer should know about networking and web performance
Unavailable
High Performance Browser Networking: What every web developer should know about networking and web performance
Ebook400 pages7 hours

High Performance Browser Networking: What every web developer should know about networking and web performance

Rating: 4.5 out of 5 stars

4.5/5

()

Currently unavailable

Currently unavailable

About this ebook

How prepared are you to build fast and efficient web applications? This eloquent book provides what every web developer should know about the network, from fundamental limitations that affect performance to major innovations for building even more powerful browser applicationsâ??including HTTP 2.0 and XHR improvements, Server-Sent Events (SSE), WebSocket, and WebRTC.

Author Ilya Grigorik, a web performance engineer at Google, demonstrates performance optimization best practices for TCP, UDP, and TLS protocols, and explains unique wireless and mobile network optimization requirements. Youâ??ll then dive into performance characteristics of technologies such as HTTP 2.0, client-side network scripting with XHR, real-time streaming with SSE and WebSocket, and P2P communication with WebRTC.

  • Deliver superlative TCP, UDP, and TLS performance
  • Speed up network performance over 3G/4G mobile networks
  • Develop fast and energy-efficient mobile applications
  • Address bottlenecks in HTTP 1.x and other browser protocols
  • Plan for and deliver the best HTTP 2.0 performance
  • Enable efficient real-time streaming in the browser
  • Create efficient peer-to-peer videoconferencing and low-latency applications with real-time WebRTC transports
LanguageEnglish
Release dateSep 11, 2013
ISBN9781449344740
Unavailable
High Performance Browser Networking: What every web developer should know about networking and web performance
Author

Ilya Grigorik

Ilya Grigorik is a developer advocate and web performance engineer at Google. He spends his days and nights working on making the web faster and building and driving adoption of performance best practices. Prior to focusing on web performance Ilya was the founder and CTO of PostRank, a social analytics company which was acquired by Google and became the core of social analytics reporting within Google Analytics. Whenever not thinking web performance, or analytics, Ilya can be found contributing to open-source projects, reading, or building fun projects like VimGolf, GitHub Archive and others.

Related to High Performance Browser Networking

Related ebooks

Internet & Web For You

View More

Related articles

Reviews for High Performance Browser Networking

Rating: 4.291666666666667 out of 5 stars
4.5/5

12 ratings2 reviews

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    This book introduces readers to many technologies - old and new (ish). It doesn't go very deep into any one particular technology, it is a great book that can act as a refresher, crash-course reference.It discusses on how to optimize website's performance. I also suggest High Performance Web Sites and Even Faster Web Sites both by Steve Souders.TCP, UDP, TLS, WiFi, and mobile networks sections / chapters have good amount of detail and some of it was new to me. The chapter on HTTP 2.0 was quite interesting and found it in-depth as well.Though the language is simple and effective for the complex topics covered in this book, some parts are repetitive. For example, 'Latency, not bandwidth, is the performance bottleneck for most websites.', is mentioned in many times in the book.
  • Rating: 4 out of 5 stars
    4/5
    The first two parts of this book describe the four lower layers of the OSI stack with an emphasis on performance and wireless technology. The third part treats HTTP (including HTTP 2.0), also with a performance emphasis. The fourth part is on Javascript APIs for Networking in the Browser(XHR, SSE, WebSockets, and WebRTC); this part only hints at performance as an alibi.The book starts weak, but then gradually improves in quality, until the last chapter (about WebRTC) is then again only mediocre. This means that the part about HTTP and the chapters on XHR, SSE, and WebSockets are quite readable.If one is only interested in delivering performance improvements for a website this whole book may be a great help; especially if one needs to do so under time-pressure.However, I have some serious objections against the book:First, it is overly repetitive and long-winded. Key-phrases that the author seems to enjoy are sometimes repeated once every page. The whole content could be shortened to maybe 60% of the length.Second, especially in the beginning, I had the feeling that this book was put together in a rush, which is a problem that I already observed with other web-related books from O'Reilly. Also, the book contains to many elaborations on history for my taste. These "brief histories of ..." only consist of shallow enumerations of Standards, which leads to the third and most significant objection:Too often, I did not find that the book describes the underlying principles (as promised in the foreword). Often the explanations left me in an unclear state and I found them shallow. I would by no means be able to implement, say, a WebSocket client. Granted, this might not be necessary to setup a website. But it shows that the underlying principles are not conveyed... Well, I guess it depends on what your definition of "understanding the underlying principles" is. Everything is relative.