Clicking Update Page causes webpage to hang and time out
-
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.phpand 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.
- The topic ‘Clicking Update Page causes webpage to hang and time out’ is closed to new replies.