Reputation: 101
I have a WordPress 5.9.2 website and I'm using Elementor 3.6.5. I start to get "Connection Lost. Saving has been disabled until you're reconnected." error when I try to make any changes to my Home Page only after a while. I tried to clear my cache and cookies but i didn't work. I also tried other browsers and different internet connections but the issue still remains. I also tried other computers but in some of them I get the same error and in some I don't. How can I solve the problem? I have attached the error screenshot here.
Upvotes: 2
Views: 5353
Reputation: 1
Increase PHP Resources. Elementor requires sufficient PHP memory and execution time. Update the wp-config.php file to increase these limits:
define('WP_MEMORY_LIMIT', '256M');
define('WP_MAX_MEMORY_LIMIT', '512M');
set_time_limit(300);
Upvotes: 0
Reputation: 1
Here is multiple factors that can cause this problem :
Hope it helps.
Upvotes: 0