Re: [Skunkworks] Help: Can Public URL in Reference Links Cause Problem

You mentioned a change in address.. Remember JavaScript ajax/json does not allow cross domain calls. I'd start by checking you urls to make sure that ain't the case. You can also place your code online on jsfiddle and share the link if you need a fix. Sent from my Windows Phone -----Original Message----- From: jamo njoroge Sent: 4/11/2013 8:39 PM To: Skunkworks Mailing List Subject: Re: [Skunkworks] Help: Can Public URL in Reference Links Cause Problem have you checked for any errors on the firebug console? On Apr 11, 2013 6:16 PM, "george" <theonlydamnedavailablename@gmail.com> wrote:
Sounds like an issue of mapping from the old public IP to the new one. Was this done? On Apr 11, 2013 2:42 PM, "Samuel Waithaka" <samwaithaka@gmail.com> wrote:
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.
This application was running as described earlier; that was before until the ISP was changed.
Has anyone experienced this or has an idea what could be wrong?
-- Samuel Waithaka http://twitter.com/samwaithaka
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Thanks guys for suggestions, I'm almost concluding it's an ISP issue rather than code issue. Sometimes it seems to have really come around only to relapse. Could be the ports? I've been remoting to the machine without any problem at all. On Thu, Apr 11, 2013 at 9:44 PM, Steve obbayi <steve@sobbayi.com> wrote:
You mentioned a change in address.. Remember JavaScript ajax/json does not allow cross domain calls. I'd start by checking you urls to make sure that ain't the case.
You can also place your code online on jsfiddle and share the link if you need a fix.
Sent from my Windows Phone ------------------------------ From: jamo njoroge Sent: 4/11/2013 8:39 PM To: Skunkworks Mailing List Subject: Re: [Skunkworks] Help: Can Public URL in Reference Links Cause Problem
have you checked for any errors on the firebug console? On Apr 11, 2013 6:16 PM, "george" <theonlydamnedavailablename@gmail.com> wrote:
Sounds like an issue of mapping from the old public IP to the new one. Was this done? On Apr 11, 2013 2:42 PM, "Samuel Waithaka" <samwaithaka@gmail.com> wrote:
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.
This application was running as described earlier; that was before until the ISP was changed.
Has anyone experienced this or has an idea what could be wrong?
-- Samuel Waithaka http://twitter.com/samwaithaka
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Samuel Waithaka http://twitter.com/samwaithaka

As said above looks like a cross domain AJAX call issue but if you are sure it is not then 1/ Browse using browser in safe mode (no addons, no history) and with no cache 2/ Then directly ping that IP to see if you have any lag or data loss On 12 April 2013 10:35, Samuel Waithaka <samwaithaka@gmail.com> wrote:
Thanks guys for suggestions,
I'm almost concluding it's an ISP issue rather than code issue. Sometimes it seems to have really come around only to relapse. Could be the ports? I've been remoting to the machine without any problem at all.
On Thu, Apr 11, 2013 at 9:44 PM, Steve obbayi <steve@sobbayi.com> wrote:
You mentioned a change in address.. Remember JavaScript ajax/json does not allow cross domain calls. I'd start by checking you urls to make sure that ain't the case.
You can also place your code online on jsfiddle and share the link if you need a fix.
Sent from my Windows Phone ------------------------------ From: jamo njoroge Sent: 4/11/2013 8:39 PM To: Skunkworks Mailing List Subject: Re: [Skunkworks] Help: Can Public URL in Reference Links Cause Problem
have you checked for any errors on the firebug console? On Apr 11, 2013 6:16 PM, "george" <theonlydamnedavailablename@gmail.com> wrote:
Sounds like an issue of mapping from the old public IP to the new one. Was this done? On Apr 11, 2013 2:42 PM, "Samuel Waithaka" <samwaithaka@gmail.com> wrote:
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.
This application was running as described earlier; that was before until the ISP was changed.
Has anyone experienced this or has an idea what could be wrong?
-- Samuel Waithaka http://twitter.com/samwaithaka
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Samuel Waithaka http://twitter.com/samwaithaka
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (3)
-
Samuel Waithaka
-
Steve obbayi
-
TheBigBoss