I am receiving the following error: Loading the preview took longer than expected. There may be script conflicts on this page. Also, the content isn’t saving when I make a change. http://puu.sh/xEMoE/f0e644da03.png
This has just started happening, I had no problems before. It may have to do with the latest minor WordPress update today. Here is a screenshot from the console: http://puu.sh/xEMur/473a4730a4.png
I disabled any plugins that could have had an effect, including:
Essential Grid
Slider Revolution
WordFence
WP Fastest Cache
The Events Calendar
Etc.
I disabled and flushed my cache.
I added these lines to the wp-config.php file:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
I used Transient Cleaner.
I checked those 4 things that you usually mention in other posts (mod_rewrite, 300 execution time, etc.).
I’m on Godaddy with these resources: http://puu.sh/xEMJq/15fb470149.png
I’m on PHP 5.6 and MySQL 5.6.
Pretty much I covered all the questions you usually ask. Any ideas?