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
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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.