SENIOct 20, 2018

Empirically Assessing Opportunities for Prefetching and Caching in Mobile Apps

arXiv:1810.08861v17 citations
Originality Incremental advance
AI Analysis

This addresses network latency issues for mobile app users and developers, but it is incremental as it builds on existing prefetching and caching research from browser-based systems.

The paper tackled the problem of network latency in mobile apps by conducting a study on HTTP requests in over 1000 Android apps, finding substantial opportunities for prefetching and caching but noting challenges like untrustworthy headers.

Network latency in mobile software has a large impact on user experience, with potentially severe economic consequences. Prefetching and caching have been shown effective in reducing the latencies in browser-based systems. However, those techniques cannot be directly applied to the emerging domain of mobile apps because of the differences in network interactions. Moreover, there is a lack of research on prefetching and caching techniques that may be suitable for the mobile app domain, and it is not clear whether such techniques can be effective or whether they are even feasible. This paper takes the first step toward answering these questions by conducting a comprehensive study to understand the characteristics of HTTP requests in over 1000 popular Android apps. Our work focuses on the prefetchability of requests using static program analysis techniques and cacheability of resulting responses. We find that there is a substantial opportunity to leverage prefetching and caching in mobile apps, but that suitable techniques must take into account the nature of apps' network interactions and idiosyncrasies such as untrustworthy HTTP header information. Our observations provide guidelines for developers to utilize prefetching and caching schemes in app development, and motivate future research in this area.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes