Kya
How to fix Maximum execution time exceeded error In Wordpress
WordPress PHP programming language me code kiya gya hai. In PHP script ko run karne ke liye ek time limit set kiya gya hai ke kitne lambe time tak ye script run kar sakte hai. Jub koi PHP script maximum time limit tak pahunch jata hai to Maximum execution time exceeded error display hota hai.
Maximum execution time exceeded error ko fix
Method 1: Editing .htaccess File Manually

First method me hum .htaccess file ko manually update karenge. .htaccess file ko update karne ke liye hame FTP client ya cPanel File manager ki help se apne website se connect hona hoga.
.htaccess file hame
php_value max_execution_time 300
Ye code maximum execution time limit ko 300 seconds ke liye set kar dega. Aur agar aapko phir bhi error aa rahe hai to aap is value ko 600 seconds ke liye set kar sakte hai.
Method 2: Using a Plugin

Agar aap .htaccess file ko edit nahi karna chah rahe hai to aap WP Maximum Execution Time Exceeded plugin ko install aur activate kar sakte hai. Plugin install karne ke liye aap hamare niche diye gaye guide ko follow kar sakte hai.
Apko kuch bhi nahi karna hai plugin maximum execution time limit ko 300 seconds tak ke liye set kar dega.
Umeed hai ye article ‘How to fix Maximum execution time exceeded error in Wordpress’ aapke liye helpful hoga.