Support

Account

Home Forums General Issues Memory Exhausted at 256M -> 30s Timeout at 1024M Reply To: Memory Exhausted at 256M -> 30s Timeout at 1024M

  • I have issues, while saving a page with many fields (at the backend). It sometimes takes up to 16 seconds or more, until the page is saved.

    I tested something and find out, if I deactivate the WordPress revisions, the issue is gone.

    define('WP_POST_REVISIONS', false );

    Apparently the matching of the many fields takes very long time.