You can optimize the performance of the mobile application by limiting the data downloaded. One way to limit the data download is to prevent download of unused entities via Removing Entity sets.
For example, Time recording can be configured in one of two ways: TimeSheets (CATS) or Labor Time. At any given time, one of these is enabled, but not both. The standard Asset Manager application is configured for TimeSheets. However, data from both EntitySets are downloaded to the application. This is for convenience. To switch to Labor Time, you only need to make a change in the Mobile Configuration Panel. You don't need to make a change in the metadata.
However, this convenience has a cost. Even though they are not used, all Labor Time entries are downloaded to the application. If this EntitySet has a lot of entries taking up significant time during the initial synchronization, then this EntitySet can be turned off.