Easy Ways to Fix & Increase Maximum Execution Time in WordPress

Today, I’m working on new site and installed new theme, and that theme required Maximum execution time 180. But by default WordPress, Maximum execution time is 30. This means that it is taking longer for a process to complete. And WordPress Shows warning maximum execution time of 30 seconds exceeded. So we have to fix the Maximum Execution Time in WordPress site.

For solving Maximum Execution Time error in WordPress site, You have to edit files to change, and everything works fine. Here I have listed 3 easy methods to fix this.

- Advertisement -

Fix Maximum Execution Time Error in WordPress

Method 1: Edit wp-config.php:

Add the following to wp-config.php:

set_time_limit(180);

Maximum Execution Time

Method 2: Edit .htaccess:

Make sure you back up .htaccess before you edit it. 

Add the following to .htaccess:

php_value max_execution_time 180

Method 3: Edit php.ini

Add the following to php.ini:

max_execution_time = 180

Related articles

20+ Essential WordPress Plugins for Bloggers (Updated List)

WordPress is a very popular blogging platform because of...

How to Allow Contributor to Upload Images in WordPress Without Using Plugin

Hello guys, If you created the "contributor" user role...

10 Best Magazine WordPress Themes for Your Blog & News Site

If you are looking for a fantastic theme for...

6 Best WordPress Affiliate Link Cloaking Plugins

Affiliate marketing is the best way to make money from...
Abhay Pratap Singh
Abhay Pratap Singhhttps://www.itechcube.com
Abhay Pratap Singh is Digital Entrepreneur, Who is Making Money From the Internet since 2012. He Also Works as a Freelancer and Does Web and Mobile app Development. Apart from That, He Invests in Stock Market and Crypto Currencies. Here in iTechCube, Writes about Blogging, WordPress Guides, and Tutorials to help begginers.

LEAVE A REPLY

Please enter your comment!
Please enter your name here