English

Leveraging Program Analysis to Reduce User-Perceived Latency in Mobile Applications

Software Engineering 2018-10-23 v1

Abstract

Reducing network latency in mobile applications is an effective way of improving the mobile user experience and has tangible economic benefits. This paper presents PALOMA, a novel client-centric technique for reducing the network latency by prefetching HTTP requests in Android apps. Our work leverages string analysis and callback control-flow analysis to automatically instrument apps using PALOMA's rigorous formulation of scenarios that address "what" and "when" to prefetch. PALOMA has been shown to incur significant runtime savings (several hundred milliseconds per prefetchable HTTP request), both when applied on a reusable evaluation benchmark we have developed and on real applications

Keywords

Cite

@article{arxiv.1810.08862,
  title  = {Leveraging Program Analysis to Reduce User-Perceived Latency in Mobile Applications},
  author = {Yixue Zhao and Marcelo Schmitt Laser and Yingjun Lyu and Nenad Medvidovic},
  journal= {arXiv preprint arXiv:1810.08862},
  year   = {2018}
}

Comments

ICSE 2018

R2 v1 2026-06-23T04:47:03.288Z