Tags
Language
Tags
April 2025
Su Mo Tu We Th Fr Sa
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

HTTP/2: Developing for Performance

Posted By: Landau17
HTTP/2: Developing for Performance

HTTP/2: Developing for Performance
MP4 | Video: 720p | Duration: 2:18:02 | English | Subtitles: VTT | 464.1 MB



Performance matters! Faster websites have been shown to increase visitor retention, loyalty, and satisfaction, especially on mobile. The cause of most slowdowns is the communication between the browser and the server: the realm of HTTP. The new HTTP/2 protocol offers web developers huge performance enhancements, such as multiplexing, compressed headers, and Server Push. Learn how to optimize the performance of your websites using HTTP/2. Senior staff author Morten Rand-Hendriksen shows how to optimize images (one of the biggest resource hogs), code, and file caching, as well as server delivery and browser handling. Learn how to minify HTML, CSS, and JavaScript and use a content delivery network to speed up download times. Ditch the old and restrictive HTTP protocol and enter a new age of the lightning fast web.

Topics include:
  • What is website optimization?
  • Understanding how browsers render content
  • Measuring performance
  • Optimizing images
  • Optimizing code
  • Minifying HTML, CSS, and JavaScript
  • Compressing data with GZIP
  • Optimizing file caching
  • Leveraging CDNs