Minklet Posted January 1, 2011 Share Posted January 1, 2011 Hi, not sure if this is the correct forum, so apologies, i assumed it was a php problem. Anyway, all of the pages on my site are permanently loading. http://dev.subverb.net contains a few external scripts from twitter and facebook, so I assumed it could be that, but even ones like http://dev.subverb.net/mix.php always are loading. I can't figure out on firebug how to find what is loading, because it doesnt seem to tell me in the net profile, just what has already been loaded. Any help? Quote Link to comment https://forums.phpfreaks.com/topic/223148-site-permanently-loading/ Share on other sites More sharing options...
QuickOldCar Posted January 1, 2011 Share Posted January 1, 2011 http://tools.pingdom.com/?url=http://dev.subverb.net&treeview=0&column=undefined&order=1&filter=undefined&type=1&save=undefined It seems this file is missing or very slow http://dev.subverb.net/ajax-loader.gif Quote Link to comment https://forums.phpfreaks.com/topic/223148-site-permanently-loading/#findComment-1153600 Share on other sites More sharing options...
Minklet Posted January 1, 2011 Author Share Posted January 1, 2011 Hi, thanks for looking. I've added that file, tho I will delete it and reference to it later as it's not needed on that page. It is still permanently loading I've just gone through all the validation errors for http://dev.subverb.net/mix.php to see if that would help that page, but alas not It seems to be loading jquery.min from google over and over? I#ve removed this link and linked a version of jquery on my own server and it is still loading jquery.min from google? I can't find any reference to it in the source code Quote Link to comment https://forums.phpfreaks.com/topic/223148-site-permanently-loading/#findComment-1153608 Share on other sites More sharing options...
Minklet Posted January 1, 2011 Author Share Posted January 1, 2011 Aplogies, it was the iframes being created dynamically that was loading jquery. Which means, I still have no idea what is causing the page to be loading continuously Quote Link to comment https://forums.phpfreaks.com/topic/223148-site-permanently-loading/#findComment-1153611 Share on other sites More sharing options...
BLaZuRE Posted January 1, 2011 Share Posted January 1, 2011 Go down your code and add exit(); If it's not the problem area, you'll probably load instantly and have only the output to that point, if any unbuffered. If you've past the section with the problem loading, you'll probably stay loading as it is right now. You should be able to track it down by adding exit(), testing, and removing and regular intervals in your code. If not, you'll at least know which few lines of code may be the problem. Quote Link to comment https://forums.phpfreaks.com/topic/223148-site-permanently-loading/#findComment-1153617 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.