+

Search Tips   |   Advanced Search

Optimizing MobileFirst applications

MobileFirst Studio has several features we can use to reduce the size of the application or otherwise improve its performance or reduce its load time.

During development, the applications you develop can perform well. But when these apps are used by mobile devices, performance can be impacted by a number of factors.

The large size of applications can make initial download times from the Application Center too long for users. Inclusion of multiple JavaScript files in Desktop Browser and Mobile Web applications can require multiple requests to retrieve them when the app is started, increasing start time. Unused resources such as large images or unneeded files included in the generated Cache Manifest file can further slow start time for these types of applications.

MobileFirst Studio includes a number of features that can reduce the size of the MobileFirst web applications, such as minification or removing unused features such as JSONStore. It also includes features that can improve performance and user satisfaction by enabling them to start faster, such as concatenation and editing the Cache Manifest. These features are described in the following topics.


Parent topic: Develop MobileFirst applications