How do you increase performance for clients?

Vision or Perspective?

In general, though:

  1. Minimize the amount of data that must travel between gateway and client.

  2. Minimize the amount of duplicate data repeatedly sucked out of your database (caching, etc).

  3. Minimize the amount of duplicate calculations done for multiple points of use (less important in Vision clients).

3 Likes