• Resolved jenrikay

    (@jenrikay)


    I can’t figure out why my website’s page keeps loading (in Firefox, the circles keep lighting up indicating that the page is still loading) for so long.

    It might just be my browser, but I think it has to do with the file size or the coding I used. The previous template I used loaded very quickly in comparison.

    http://www.studentsstoppingrape.org/

    Can anyone help figure out why?

    I designed the layout in Dreamweaver and added certain tags from another template I had to make it work in wordpress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hm. What’s happening is the browser keeps trying to access one thing and then another. Unfortunately, it’s going so fast that I can’t read what it’s accessing.

    As a wild guess, I’ve seen that kind of thing when there are redirects or mod_rewrite rules that contradict each other … or, more specifically:

    you tell it to do A, and A tells it to do B, which tells it to do A

    … kind of a “looping” sequence. At least, that would be the first place I’d look — the .htaccess file, and whether any elements of that contradict your web server’s instructions.

    Aha … having typed all that (which I’ll leave, in case it helps anyone else), my browser is displaying two messages: “Sending request” followed by “Request queued” … and then, when it stops, the images in the top post never appear.

    Unless someone has a better idea, I’d suggest talking to your server admin to see whether a server configuration might be causing this.

    Thread Starter jenrikay

    (@jenrikay)

    Thank you so much for taking a look at the issue! I really appreciate it.

    I was able to figure out WHY it kept loading — it was from some broken links from the image gallery. I just deleted those posts that slowed down the loading.

    Wow. Good debugging. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page keeps “loading”’ is closed to new replies.