aboutsummaryrefslogtreecommitdiff
path: root/content/h2push.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/h2push.article')
-rw-r--r--content/h2push.article6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/h2push.article b/content/h2push.article
index f8bc53d..842681d 100644
--- a/content/h2push.article
+++ b/content/h2push.article
@@ -1,9 +1,11 @@
# HTTP/2 Server Push
24 Mar 2017
Tags: http, technical
-Summary: HTTP/2 is designed to address many of the failings of HTTP/1.x. Modern web pages use many resources: HTML, stylesheets, scripts, images, and so on. In HTTP/1.x, each of these resources must be requested explicitly. This can be a slow process. The browser starts by fetching the HTML, then learns of more resources incrementally as it parses and evaluates the page. Since the server must wait for the browser to make each request, the network is often idle and underutilized.
+Summary: How to use HTTP/2 server push to reduce page load times.
-Jaana Burcu Dogan, Tom Bergan
+Jaana Burcu Dogan
+
+Tom Bergan
## Introduction