Web app responding slow

Hello Team,
Greetings!!!

I have created on Web application from XOJO.
It is deployed on Linux machine with domain.
When I try to access application from browser, it is working very slowly.
I am trying to find reasons why it is working slowly?
What can be the causes of it? and how can I improve speed of it?

Thanks in advance…

If you compare between running locally in the IDE, and live online, the round trip takes something like 5 milliseconds local, while on an average Internet, it takes 150 milliseconds and more. That accounts for a lot of difference.

Without seeing your code, I would suggest you need to optimize.