English

AngularJS Performance: A Survey Study

Software Engineering 2018-08-07 v1

Abstract

AngularJS is a popular JavaScript MVC-based framework to construct single-page web applications. In this paper, we report the results of a survey with 95 professional developers about performance issues of AngularJS applications. We report common practices followed by developers to avoid performance problems (e.g., use of third-party or custom components), the general causes of performance problems in AngularJS applications (e.g., inadequate architecture decisions taken by AngularJS users), and the technical and specific causes of performance problems (e.g., unnecessary processing included in the digest cycle, which is the internal computation that automatically updates the view with changes detected in the model).

Keywords

Cite

@article{arxiv.1705.02506,
  title  = {AngularJS Performance: A Survey Study},
  author = {Miguel Ramos and Marco Tulio Valente and Ricardo Terra},
  journal= {arXiv preprint arXiv:1705.02506},
  year   = {2018}
}

Comments

Accepted at IEEE Software

R2 v1 2026-06-22T19:39:11.088Z