Posts: 64
Threads: 14
Joined: Dec 2018
Reputation:
0
Location: canada
Hi there. The application is now in SSL with a domain name now. One thing I should mention is this is a httpsys (IWStartHSys) application and I also have CG Dev Tools components rendering with IW components.
So the application is WAY faster now. Client says 10 times faster but the browser renders screen and then stops half way and chugs going by chrome progress bar. It is like it is getting stuck loading the ajax or something in order to actually use the screen. There is also a pause before the screen initially renders.
Thank you for the SSL suggestion. This is way better now. Any other ideas to get the phone over cell network to work as fast as wifi?
Cheers.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
It sounds like network lag. What kind of data connection is it? 2G? 3G? 4G?
Posts: 64
Threads: 14
Joined: Dec 2018
Reputation:
0
Location: canada
Hi there. I think you are right. This is 4G and 5G. Around us here the announced they are pulling the 3G out of the towers since the 5G is being deployed. My son is saying that he is traversing the screens OK and will test more today as he travels around form cell tower to cell tower area. I will post another entry here with the results. Cheers!
Posts: 64
Threads: 14
Joined: Dec 2018
Reputation:
0
Location: canada
Hi there. So what I found is that when I use a dialogue box/popup from CG Dev Tools, this is what is croaking the cell network. Unsure what is downloading there to allow the screen to be used but when I delete the dialogue from the form, then the screen loads quick. So the issue now is working through the forms and seeing what combination of CG components croak on cell phone network. Thank you for all your assistance and SSL was definitely the key thing that allowed me to find the rest. I will post on the CG forum with my findings so maybe they can improve the Ajax load or whatever is going on. Cheers!
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
You can run the app with and without those components and use the browser debugger to see which extra resources are being loaded.
Posts: 64
Threads: 14
Joined: Dec 2018
Reputation:
0
Location: canada
Thank you very much for both your suggestions to tune things. Been an interesting journey fitting things down this little cell phone pipe. Nice to have all this power on a cell phone but getting information to the device is interesting. Cheers!
Posts: 64
Threads: 14
Joined: Dec 2018
Reputation:
0
Location: canada
I converted the embedded dialog in the form to a frame on demand create and that solved the issues with the one form. Now I am limiting the data on the other form to limit the information being loaded on the screen for first load. User can request more data incremental. The trick/art seems to be to have incremental on demand loads. So lucky for me there is the frame concept! That re-engineering in my app to that was key. Thanks again for all your assistance and suggestions. Cheers!