scispace - formally typeset
A

Aruna Balasubramanian

Researcher at Stony Brook University

Publications -  71
Citations -  7605

Aruna Balasubramanian is an academic researcher from Stony Brook University. The author has contributed to research in topics: Computer science & Web page. The author has an hindex of 21, co-authored 62 publications receiving 7085 citations. Previous affiliations of Aruna Balasubramanian include University of Washington & Microsoft.

Papers
More filters
Proceedings Article

Demystifying page load performance with WProf

TL;DR: This work presents WProf, a lightweight in-browser profiler that produces a detailed dependency graph of the activities that make up a page load, and finds that computation is a significant factor that makes up as much as 35% of the critical path, and that synchronous JavaScript plays a significant role in page load time by blocking HTML parsing.
Journal ArticleDOI

Replication routing in DTNs: a resource allocation approach

TL;DR: This paper presents rapid, an intentional DTN routing protocol that can optimize a specific routing metric such as the worst-case delivery delay or the fraction of packets that are delivered within a deadline, and significantly outperforms existing routing protocols for several metrics.
Proceedings ArticleDOI

How speedy is SPDY

TL;DR: A systematic study of Web page load time (PLT) under SPDY and compare it to HTTP finds that SPDY provides a significant improvement over HTTP when the authors ignore dependencies in the page load process and the effects of browser computation.
Proceedings ArticleDOI

Web search from a bus

TL;DR: This paper adapts the interactive process of web search and retrieval to vehicular networks with intermittent Internet access with a novel set of techniques to make aggressive but selective prefetching practical, resulting in a significantly greater number of relevant web results returned to mobile users.
Proceedings ArticleDOI

An In-depth Study of Mobile Browser Performance

TL;DR: An in-depth pairwise comparison of loading a page on a mobile versus a non-mobile browser is performed, and the composition of the critical path during page load is different when loading pages on the mobile versus the non- mobile browser.