Content of the article
Using next code in wp-config.php file is possible to allow WordPress use more memory for its processes and increase the process performance time:
1 2 | define('WP_MEMORY_LIMIT', '500M'); set_time_limit (300); // 300 secs = 5min. - in wp-config.php |