Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #169505 Reply
    Kesiena
    Guest

    I am having an intermittent issue on my site, where the entire site or certain pages on the site go blank (white screen). After clearing the cache, the issue is resolved. But intermittently it returns. Are you able to investigate and assist with this ASAP?

    #169729 Reply

    Hello Kesenia,

    Thank you for reaching out, and I am happy to help!
    Since the issue occurs randomly, it seems that the possible issue is related to your server configuration or resources, and when clearing the W3 Total Cache, the issue is fixed.

    Enable logging in wp-config.php:

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    Then wait until the issue happens again and check:

    /wp-content/debug.log
    What can also be related to your hosting is:
    – limit PHP workers
    – kill long requests
    -restart PHP-FPM automatically
    -restart OPcache on deploys/backups

    When that restart hits during a request – empty response.

    Without cache, one visitor sees an error.
    With cache – whole site blank.

    Check if therea re any errors when the issue occurs.
    Please let me know if you made any updates on your server, like changing the php version?
    Also pelase check your PHP Memory Limit and let me know what is it

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Intermittent Blank Page Issues with Cache
Your information: