3 cách tăng max_execution_time trong wordpress

Below are some of the methods which can help you to increase max_execution_time.

Method 1: Edit file wp-config.php:
Add the following to wp-config.php:

set_time_limit(300);

Method 2: Edit file .htaccess:
Make sure you back up .htaccess before you edit it.

Add the following to .htaccess:

php_value max_execution_time 300

Method 3: Editing php.ini
Add the following to php.ini:

max_execution_time = 300

More information can be found at https://wordpress.org/support/article/common-wordpress-errors/

Let me know if this helps.

Theo Kartik

Nguồn bài viết: https://wordpress.org/support/topic/max_execution_time-2/


Nhận xét

Bài đăng phổ biến từ blog này

Khôi phục phân vùng ổ cứng do ghost nhầm theo Hieuit.net

Cách sử dụng 2 phương thức [httppost] và [httpget] trong MVC theo https://dzungdt.wordpress.com

MVC định dạng tiền tệ vnđ - Format currency vnd in MVC