Hi guys,
I'm trying to troubleshoot a painfully slow application. Let me explain a bit: in the configuration, there is a url parameter which used by CSS and JS (url reference as opposed to relative), as well as application's base URL.
This url is a public IP. In this arrangement, the application starts loading but after sometime it won't load anymore. It will stay trying to load page forever. Does this have anything to do with using public IP in the JS reference links?
On the contrary, when the url parameter is changed to localhost and the application viewed locally, everything works OK.