A collaborative performance tuning approach for Portal-based web sites

Shanping Li,Jiaqi Tong
2010-01-01
Abstract:A web portal presents information from diverse sources, e.g., different applications, in a unified way. Providing fast response is one of its critical issues. Portal-based web sites need to handle huge amount of requests simultaneously. Existing solutions only rely on page caching, which is not effective. The performance bottleneck may be a slow response from a single application, or too many responses from several applications in one page, although they are fast respectively. In this paper we address this issue through caching strategies and parallel portlet rendering. An approach based on collaboration between caching and parallel portlet rendering is proposed. In our approach, the browser caches the static content while the server caches dynamic content. Meanwhile, parallel page rendering reduces the latency of slow responses. Experiment results show that our approach improve performance.
What problem does this paper attempt to address?