- Increasing the PHP Memory
- Disable all WordPress Plugins (to isolate plugins)
- Replace with Default Theme (to confirm current theme is working well)
- Increasing the recursion and backtrack limit (in wp-config.php)
/** Trick for long posts */
ini_set(‘pcre.recursion_limit’,20000000);
ini_set(‘pcre.backtrack_limit’,10000000);