Hi,
As per SAIL documentation (https://docs.appian.com/suite/help/24.2/SAIL_Performance.html) it will go for server for new UI rendering. Is it fetch call for the DB query to populate the local variables? Now, a problem is small colour change on UI, which can be done easily using JS or jQuery, it taking longer than expected as it is doing the server call. How to optimise this? Is there any way out?
Discussion posts and replies are publicly visible
Appian UI state change happens on the server only. You can not do anything to change that. IMHO, this is one of the best features of Appian, as it provides a highly secure platform where zero logic is run on the untrusted client.