Jump to content

Site permanently loading


Minklet

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/223148-site-permanently-loading/
Share on other sites

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.