• Hi, our posts show as blank (no error, just blank page) a day or so after activating the cache; as soon as we post a new post in the site. When disabling the plugin the posts immediately show (when refreshing the browser). We used only the default options.

    We had the same problem when using WordPress Fastest Cache plugin and W3 Total cache couldn’t solve it. We are not using CDN or anything like that. Should we continue to try more cache plugins? or where could the problem be. Thanks..

    https://wordpress.org/plugins/wp-super-cache/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Having the same issue with a newly launched site and WP Super Cache. Noticing it on our admin pages as well. First click comes up with blank screen, nothing in apache logfiles to say that somethings wrong. If the user then holds ctrl & clicks reload icon page comes up.

    We also have UpTime Robot monitoring the site and it looks like once an hour the site doesn’t return any HTML which triggers emails & SMS from them. I’ll check out the home page see white page reload then it’s there.

    Figured out our problem. Was running out of memory. Edited the wp-config to add

    define( ‘WP_MEMORY_LIMIT’, ’64M’ );

    Checked php.ini and it was at 8M!!!

    Anyhow…now everything shows up just fine and very fast.

    Thread Starter rsspanic

    (@rsspanic)

    Tried it… doesn’t solve it…

    define(‘WP_MEMORY_LIMIT’,’64M’);

    @ rsspanic : a blank page sounds like a PHP error; check your PHP error logs to see what you turn up there, and let me know!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some posts show as blank after activating’ is closed to new replies.