max_input_vars & max_execution_time

Posted in: Newspaper
Post count: 18

hi, My Website Examsleague.com is showing System status yellow of :

1. max_execution_time : 30 – the execution time should be bigger than 60 if you plan to use the demos
2. max_input_vars : 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress

How this Issue will be Resolved ?

and When around 150 Visitors come to my site at the same time.. it starts showing Error in Establishing Database Connections..
how it will be resolved ?

Post count: 1291

Hi,

1. The max_execution_time and max_input_vars can be set from your php.ini file, usually you have to create it inside the wordpress folder and add the following lines:

max_execution_time 60
max_input_vars 5000

The procedure may be differ depending on the serve, you have to check the host documentation for details.

2. You have to optimize the settings on your side, check the pagespeed guide on how to do this – https://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/

Also try this solution – http://www.inmotionhosting.com/support/website/wordpress/disabling-the-wp-cronphp-in-wordpress

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.