This request takes too long to process it is timed out by the server WordPress

Go to cpanel > file manager -> find .htaccess (if not seen un-hide the hidden files)-> add the below code if the code is not already exist

php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_vars 3000
php_value mamory_limit 1024M

<IfModule Litespeed>
SetEnv noabort 1
SetEnv noconntimeout 1
</IfModule>

Go to cpanel > file manager -> find pHp.ini -> add the below code if the code is not already exist

set_time_limit(1500);
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to use cPanel?

cPanel is a world popular hosting control panel. It make easy to manage your hosting account. You...

Fatal error: Out of memory allocated. Fixed?

Fatal error: Out of memory (allocated 57342713) (tried to allocate 33232415 bytes) in...

The WebSocket handshake failed" when using the cPanel Terminal

To fix this, we suggest trying the following links to access cPanel ->...

cPanel License expired issue?

We are using WHM/cPanel control panel in most of the servers. So paying monthly for whm and...

How to Backup your cPanel account from your previous server?

Here we are explaining about how to move your cpanel to our server. This is a very simple...