Making the Mobile Web Faster.

The article discusses the construction and maintenance of application programming interfaces (APIs), focusing on the optimization of back-end systems for mobile applications as well as user interfaces. According to the article, the constraints of mobile devices include slower networks and processing...

Full description

Bibliographic Details
Published in:Communications of the ACM Vol. 56; no. 3; pp. 56 - 62
Main Author: MATSUDAIRA, KATE
Format: Article
Published: Association for Computing Machinery Mar2013
Subjects:
Online Access:View this record in EBSCOhost
Description
Summary:The article discusses the construction and maintenance of application programming interfaces (APIs), focusing on the optimization of back-end systems for mobile applications as well as user interfaces. According to the article, the constraints of mobile devices include slower networks and processing power, screen size limitations, and cache content limits. Recommendations for developers include minimizing connections required to render Web pages, limiting image requests, prefetching data, minimizing domain name system lookups, and avoiding cookies.