Download PDFOpen PDF in browser

Web Request Predictions

7 pagesPublished: March 13, 2019

Abstract

If one could predict future web requests, it would be possible to make the web much faster. One could fetch web resources before they are needed. When the human user clicks on a link, the needed data would already have been downloaded.
We have created several algorithms that attempt to predict future web requests based on past histories. Our research evaluates and compares these prediction algorithms against real histories of web usage. Prediction algorithm results are compared based on correct predictions, erroneous predictions, and prediction rate.
Some algorithms make predictions rarely but accurately, while others may predict more often but with less accuracy. To take full advantage of this, we combine multiple algorithms and use different voting strategies to determine the best prediction.

Keyphrases: HTTP/2.0, prefecthing web requests, Prefetching

In: Gordon Lee and Ying Jin (editors). Proceedings of 34th International Conference on Computers and Their Applications, vol 58, pages 203--209

Links:
BibTeX entry
@inproceedings{CATA2019:Web_Request_Predictions,
  author    = {Randy Appleton and Ben Slater and Connor Laitinen and Luke Ammel and Cody Malnor},
  title     = {Web Request Predictions},
  booktitle = {Proceedings of 34th International Conference on Computers and Their Applications},
  editor    = {Gordon Lee and Ying Jin},
  series    = {EPiC Series in Computing},
  volume    = {58},
  pages     = {203--209},
  year      = {2019},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/Dmsm},
  doi       = {10.29007/h63w}}
Download PDFOpen PDF in browser