1. The trips back to the Servoy Applicaiton Server are determined by:
- how often you call databaseManager.saveData()
- how often you call databaseManager.saveData()
- how much you use databaseManager.getDataSetByQuery()
- the amount of data / related tables you display on a form
- how many forms you show (since that means more data)
- searches, edits, creation, and deletion
If you can cut down the trips back to the Application Server, then your performance in low bandwidth environmet will be increased.