Http-Burst: Improving HTTP Efficiency in the Era of Bandwidth Hungry Web Applications
Martin L\'evesque

TL;DR
This paper introduces HTTP-Burst, a new method to improve webpage load times by efficiently retrieving multiple objects, reducing latency by up to 52% compared to traditional HTTP.
Contribution
The paper proposes HTTP-Burst, a novel HTTP extension that requests sets of objects simultaneously, significantly enhancing webpage loading efficiency.
Findings
Latency reduced by up to 52% with HTTP-Burst.
Experimental validation on real Internet setup.
Potential for significant bandwidth and time savings.
Abstract
The Hypertext Transfer Protocol (HTTP), a key building block of the World Wide Web, has succeeded to enable information exchange worldwide. Since its first version in 1996, HTTP/1.0, the average number of inlined objects and average total bytes per webpage have been increasing significantly for desktops and mobiles, from 1-10 objects in 1996 to more than 100 objects in June 2014. Even if the retrieving of inlined objects can be parallelized as a given Hypertext Markup Language (HTML) document is streamed, a maximum number of connections is allocated, and thus as the number of inlined objects increases, the overall webpage load duration grows, and the HTTP servers loading also gets higher. To overcome this issue, we propose a new HTTP method called BURST, which allows to retrieve the missing inlined objects of a webpage efficiently by requesting sets of web objects. We experimentally…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCloud Computing and Remote Desktop Technologies · Network Traffic and Congestion Control · Caching and Content Delivery
