performance
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.
- Read more about Performance Guide for Tizen Web Applications
Performance Guide for Tizen Web Applications(3): Coding Tips
PUBLISHED
Coding Tips for Performance-driven Development
This section gives tips for handling code performance-effectively.
1 Variables and Literals
Performance Guide for Tizen Web Applications(2): Rendering
PUBLISHED
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.
Performance Guide for Tizen Web Applications(1): Resource Loading
PUBLISHED
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.
Measuring performance in Tizen multimedia applications
PUBLISHED
Introduction
One of the most important issues in multimedia and game programming for any platform is the ability to measure the performance of your code on devices. You can do it by using diagnostic tools like profiling managers (for example in the Google Chrome browser) or by using third party libraries dedicated to the measurement of efficiency.