Hi ,
Have you tried deploying the application as web application and does it have the same issue when you access it from IE?
Does it work slow on other device? Does it work slow when you run the application at the first time or every time you run the application it works slow?
Please avoid loading too many complicated windows and user objects at launch time. Instead, load the complicated objects when it is about to be used. Please refer to this link for more information:
https://www.appeon.com/support/documents/appeon_online_help/2017/appeon_performance_tuning_guide/ch06.html
Please use the Appeon client log functionality that you can find in the section "3.4 Use the Appeon client log to debug the application" from the following URL to determine the codes which caused the performance issue. For Mobile, you can go to Appeon Workspace > Settings > General >Logging to check application log.
http://support.appeon.com/index.php?/Knowledgebase/Article/View/59/15/the-approaches-to-debug-the-appeon-application
Below is an example of what the client log records. From this log file:
(1) we can judge if the sequence of the events is correct or not;
(2) we can determine which PB codes cause this issue on the basis of the log;
(3) we can get to know which code is time-consuming and if any function or event is repeatedly executed on the basis of the timestamp in the log. That information is especially helpful for us to determine the performance issues.
2013-07-18 13:29:19.085 [INFO] Server Type: .NET
2013-07-18 13:29:19.101 [INFO] Client version info:6.6.0188.00
2013-07-18 13:29:19.101 [INFO] IE info: MSIE 8.0
2013-07-18 13:29:19.101 [INFO] 64Bit Browser:NO
2013-07-18 13:29:19.101 [INFO] Client OS: Windows NT 6.1
2013-07-18 13:29:22.201 [DEBUG] Enter Event constructor() of dw_group in w_main_frame
2013-07-18 13:29:22.201 [DEBUG] Leave Event constructor() of dw_group in w_main_frame
2013-07-18 13:29:22.201 [DEBUG] Enter Event constructor() of dw_examples in w_main_frame
2013-07-18 13:29:22.201 [DEBUG] Leave Event constructor() of dw_examples in w_main_frame
2013-07-18 13:29:22.201 [DEBUG] Enter Event open() of w_main_frame in w_main_frame
2013-07-18 13:29:22.201 [DEBUG] Enter Function of_showscroll_pic(boolean) of w_main_frame in w_main_frameh
2013-07-18 13:29:22.231 [DEBUG] Leave Event open() of w_main_frame in w_main_frame
…….
Regards,
ZhaoKai
The start time depend on application. Does it work slow on other device? does other application work slow too? please try a very simple application.
And please provide your app application URL(or a PB case) and client log on device to us for more study, thanks,
Regards,
ZhaoKai