Because the individual prefers a lightweight, compact, non-bloated software, browsers have been using Google Chrome. In recent years because of its start and open Web page speed and many other advantages, by the vast number of domestic users, and quickly in the domestic market to occupy a certain share.
Here's a little tip to share with you about how fast your chrome page will turn on.
First, open the Chrome browser and type in the Address bar: chrome://flags
Then find the QUIC Protocol tab, which you can quickly locate by pressing "ctrl+f".
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/58/54/wKioL1SvBimifqVDAAK2fav2nwU685.jpg "title=" Quic.png "alt=" Wkiol1svbimifqvdaak2fav2nwu685.jpg "/>
Chrome
Change the option "default" to "Enabled". Your changes will take effect the next time you restart Google Chrome.
After the restart, you can feel the speed of the Web page is faster than before.
Note that the version is "version 37.0.2062.120 m" Above and the previous version does not apply this method. If it is not installed, please download the installation yourself.
Here's the rationale, why enabling the QUIC protocol can improve speed:
TCP and UDP are the main protocols of computer network communication layer. TCP is a connection-oriented, more emphasis on the reliability of transmission, UDP is non-connected, that is, before the communication between the two sides of the data exchange, no need to establish a connection, as long as the other address to send data, because the UDP protocol is a non-connected way of the protocol, so it is efficient, fast, accounting for less resources.
In order to set the advantages of both, Google developed a UDP communication improved version--quick UDP internetconnections (QUIC), fast UDP Internet connection.
The main features of Quic include, with Spdy (Spdy is the Google developed protocol to improve HTTP speed, is the basis of http/2.0) all the advantages of 0-RTT connection, reduce packet loss, forward error correction, reduce retransmission delay, adaptive congestion control, reduce reconnection, equivalent to TLS encryption.
In short, quic system can reduce the delay of network communication, provide a better user interaction experience, although with the development of the Internet, network bandwidth will continue to increase, QUIC and other new communication protocols will have more and more important significance.
This article is from the "Jx_ Trench linux" blog, so be sure to keep this source http://xujunxian.blog.51cto.com/8614409/1600915
Tip: Use Quic to increase the speed of your Chrome browser Web page