Preview unresponsive after loading error

Hello, getting this error when I try to edit, on any device. Have urgent update to make to site.

The preview was unresponsive after loading. This is most often related to a plugin conflict or aggressive page cacheing.

Thank you!

Urls

Origin URL: https://www.blindchihuahua.com

Preview URL: https://www.blindchihuahua.com/

Hello Paula,

Thanks for writing in! ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

It is also best that you increase the PHP maximum timeout limit.
Please check out this link to know how:

We would loved to know if this has work for you. Thank you.

Hello - sorry for the slow replay. That seemed to do the trick. Thank you :nerd_face:

Glad that we could be of help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.