article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

website, we noticed a 10% improvement in the page load times across the site. In this article I am going to show you how you can create a simple website that uses HTTP/2 and Server Push. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt. HTTP/2 is awesome. Traditionally, HTTP/1.1

Servers 40
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

website, we noticed a 10% improvement in the page load times across the site. In this article I am going to show you how you can create a simple website that uses HTTP/2 and Server Push. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt. HTTP/2 is awesome. Traditionally, HTTP/1.1

Servers 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

website, we noticed a 10% improvement in the page load times across the site. In this article I am going to show you how you can create a simple website that uses HTTP/2 and Server Push. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt. HTTP/2 is awesome. Traditionally, HTTP/1.1

Servers 40
article thumbnail

A Deep Dive into Native Lazy-Loading for Images and Frames

CSS - Tricks

Today's websites are packed with heavy media assets like images and videos. Images make up around 50% of an average website's traffic. Until now, developers like ourselves have had to use JavaScript (whether it’s a library or something written from scratch) in order to achieve lazy-loading. The pre-native approach.

Traffic 58