• Hi Guys,

    Have just stumbled across this rather, annoying problem.

    Scenario: I copy dummy text into my page just to fill it up a bit, only to realize that it causes my page to hang and eventually time out.
    I then get rid of the dummy text and just write two words and press update and it works.

    This leads me to believe that it has something to do with the PHP memory limits, although I have set everything as high as I can, (128M)

    I have added:
    define('SCRIPT_DEBUG', true);
    just before /* That’s all, stop editing! Happy blogging. */

    I have added:
    define('WP_MEMORY_LIMIT', '128M');
    to the top of wp-config.php

    and now i am sort of lost as what to do.

    Edit: I have also gone through the 3.5 troubleshooting guide, I have no plugins at all on the website.
    Edit: I have also found that wordpress thinks I am trying to create new posts, as opposed to new pages. Im not sure how to rectify this
    Edit: Perhaps it is something to do with JQuery? GET https://www.cqwebdesign.com/wp-includes/js/jquery/jquery-1.10.2.min.map 404 (Not Found) I get this error from the javascript error log in chrome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Who is your host? I’m having the same issue. (My site is on GoDaddy)

    Thread Starter cqwebdesign

    (@cqwebdesign)

    Hey Jockoe,

    I use bluehost.

    I found out that it wasnt my host or PHP memory at all, although that might not be the case for you, Per Se..

    First off, try disabling any and all your plugins, then activate them one by one and see if one is setting off this problem.

    What changes have you made to config.php recently or any other .php file ?

    What is the exact error that is being displayed?

    I might not be able to help you or tell you exactly what is wrong, but I have written a few things I did to solve my problem. In the end, I just did a clean install and made my code a lot neater, so im not exactly sure what the problem was.

    Edit: If my memory serves…. I think I was calling to much css or JS from my <head></head>

    https://www.cqwebdesign.co.uk/ <– Is this your website? If so… I’ll use your contact form to send my reply. I was asked to start my own thread for my issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clicking Update Page causes webpage to hang and time out’ is closed to new replies.