Interface loading time

Certified Senior Developer

 How to check if the interface takes long time to display  and what can we do to avoid it or what measures can we do if it occurs ?

  Discussion posts and replies are publicly visible

Parents
  • 1. To check if the interface takes long time to display, open the interface, click on performance tab. Here you can find time consumption and percentage for each, variable, component and rules. To read more docs.appian.com/.../Performance_View.html

    Usually Interface loading time increases due to following,
    When we use multiple query rules or query entities to get the same data.
    When we use unnecessary local variables
    When we use integrations in the Interface
    Some times server gets down, you will also get more loading time

    If you handle above points, you can overcome the loading problem in terms of interface.
Reply
  • 1. To check if the interface takes long time to display, open the interface, click on performance tab. Here you can find time consumption and percentage for each, variable, component and rules. To read more docs.appian.com/.../Performance_View.html

    Usually Interface loading time increases due to following,
    When we use multiple query rules or query entities to get the same data.
    When we use unnecessary local variables
    When we use integrations in the Interface
    Some times server gets down, you will also get more loading time

    If you handle above points, you can overcome the loading problem in terms of interface.
Children
No Data