09-23-2019, 09:23 AM
(09-21-2019, 05:21 PM)bob9999 Wrote: 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!
Do a simple test:
start the application using the SA window. Run your test on the cell phone and check the SA Server tab and check the *Bytes sent* number.
It will give you an exact number of how many bytes were transmitted between your server and the phone. Having this will allow you to identify what is happening. I've seen applications that users were complaining about performance on slow networks which were transmitting more than 10 Mb just to render the first form. This, of course, was *way too much* if you are running on a slow network.

