What impacts runtime page load performance? How can it be improved?

 

Posting your question here so the community can get involved and share their knowledge.

The question was:

"When I deploy a project and run that using Plant SCADA Runtime and I click on each page it takes so long to load. How can I make the pages load fast? "
Parents
  • Hi  ,

    There could be a number of factors that influence the speed at which pages load in runtime, namely:

    - Extensive use of Cicode on the page (that is blocking)

    - Large number of alarm count calls used on the page or objects

    - The speed at which IO data is polled and how responsive your data source is (PLC, RTU, database)

    - The network speed that your SCADA runs on

    - The hardware that hosts the Plant SCADA runtime (is it under load or matched for the task at hand)

    There could be many other factors, but those are probably a place to start.

    Your could add some logging to the button that calls the page, the page entry and the page load to get some more information about how long it is taking. What is the CPU usage like on the machine at the time of loading a page?

    I'd recommend reaching out to AVEVA support to discuss this further.

    Kind regards

    Olivier

Reply Children
No Data