• Using the Memory Viewer plugin I was able to find the reason for my white screens, this query from this plugin:

    require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, ITSEC_Backup->do_backup, ITSEC_Backup->execute_backup

    It would request this over and over again, using up the max of 128mb php memory limit, taking 7+ seconds to load. I was really surprised to find this was the cause, I didn’t even realize scheduled backups were turned on! Anyway, disable scheduled backups if you’re having any memory issues using this plugin.

    https://wordpress.org/plugins/better-wp-security/

  • The topic ‘Scheduled Backups Creating White Screen / Memory Leak’ is closed to new replies.