Optimizing Network Performance
Stay organized with collections
Save and categorize content based on your preferences.
Network and latency typically accounts for 70% of a site’s total page load time. That’s a large percentage, but it also means that any improvements you make there will reap huge benefits for your users. In this talk Ilya stepped through recent changes in Chrome that will improve loading time, as well as a few changes you can make in your environment to help keep network load to an absolute minimum.
Slides
- Chrome M27 has a new and improved resource scheduler.
- Chrome M28 has made SPDY sites (even) faster.
- Chrome’s simple cache has received an overhaul.
- SPDY / HTTP/2.0 offer huge transfer speed improvements. There are mature SPDY modules available for nginx, Apache and Jetty (to name just three).
- QUIC is a new and experimental protocol built on top of UDP; it’s early days but however it works out users will win.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["Network and latency significantly impact website loading speed, accounting for approximately 70% of the total time."],["Recent Chrome updates, including resource scheduler improvements in M27, SPDY enhancements in M28, and cache overhauls, contribute to faster loading times."],["Leveraging technologies like SPDY/HTTP/2.0 and QUIC can substantially improve transfer speeds and user experience."],["Developers can optimize websites for network efficiency by implementing changes mentioned in the presentation, accessible via the provided slides link."]]],["Chrome updates in versions M27 and M28 enhance resource scheduling and speed for SPDY sites. A redesigned cache system has also been implemented. SPDY/HTTP/2.0 offer significant transfer speed boosts and are readily available for web servers like nginx, Apache, and Jetty. The experimental QUIC protocol, built on UDP, promises potential future user benefits. Optimizing the network and latency will greatly improve the overall page load time.\n"]]