Performance Guide for Tizen Web Applications
PUBLISHED
This document provides suggestions and guidelines for improving the performance of Web applications on Tizen.
1. Optimizing Resource Loading Performance
Most of the loading time for a Web application consists of downloading resources, such as HTML, JavaScript, CSS, and image files. Therefore, optimizing resource loading performance is the key to improving the loading speed of a Web application.
2. Optimizing Rendering Performance
There are several ways to improve the rendering performance, including initializing the application early, keeping the UI responsive, minimizing document reflow, and updating the page only partially.
3. Coding Tips for Performance-driven Development
This section gives tips for handling code performance-effectively.
Was this document helpful?
We value your feedback. Please let us know what you think.