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);