Memory and time limits for wordpressUsing next code in wp-config.php file is possible to allow WordPress use more memory for its processes and increase the process performance time: define('WP_MEMORY_LIMIT', '500M'); set_time_limit (300); // 300 secs = 5min. - in wp-config.php12define('WP_MEMORY_LIMIT', '500M');set_time_limit (300); // 300 secs = 5min. - in wp-config.php