No, when i want to use editor. Theme builder doesn't work. I have only white screen. I have reinstalled few times version pro with main and still does't work. When i turn off version pro version standard works good.
1-change your maximum memory to 1024mb inside ''default-constants.php'' file , its inside the folder ''wp-includes'' m this will make elementor crash less and no white page.
2-Add these to your .htaccess to make elementor load faster (some settings arent related to make elementor load faster like max upload filesize) :
php_value upload_max_filesize 1024M
php_value post_max_size 1024M
php_value memory_limit 1024M
php_value max_execution_time 3000
php_value max_input_time 3000
php_value max_input_vars 10000
Backup before changing any files , if your site crash , put back the original files you from the backup you did or take them from the official WordPress zip file.
i add these everytime i start a new website project.