Occasionally the Global Block editor will render like this. Anyone know why?

Occasionally the Global Block editor will render like this. Anyone know why?

Hi Jonathan,
There are few possible reasons, it might be because of memory, maybe another plugins was causing the issue. Can we do basic troubleshooting first? You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
If this is not a plugin issue, we’d recommend that you increase your memory allocated to PHP if you haven’t done so already. 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. */
Let us know how this goes. If the issue persist, please share site URL and credentials inside a secure note.

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