ProApp Designer - Release 14 (Package 32)

Performance

Aras ProAppDesigner code is optimized to get best possible performance by using various techniques. Since Aras ProAppDesigner is written using Angular, it will never get html from server. It generates html on the client based on data received from the server. It also uses very few roundtrips to server to get the data. Once Angular app is loaded on the client side, it will be cached on the client across browser sessions. It will be updated only when a newer version of app is available on the server.