Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I’ve just solved an issue similar to yours.

    I had a big repeater inside a repeater and when the client was filling it we came to a point where we couldn’t save the page anymore. The server would hang on a resource time out, it would try to save for a few minutes and then the server gave an error.
    I tried many things but found out just now that when I turn off Post Revisions that saving works fine!

    Set this in your wp-config.php:

    define(‘WP_POST_REVISIONS’, false);

    Maybe it helps in your case too.

    To the developer: I’ve found an issue where a big repeater in repeater will hang the server due to not enough resources on save. This is because Post Revisions were enabled. Without revisions saving became possible again, because it’s 10 times faster.

    Thread Starter Irenef

    (@irenef)

    Thanks Maitiyin.

    I tried this solution, but didn’t work.

    I hope the developer can help me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Memory problem’ is closed to new replies.