Okay
Jump to Article Category ... All Categories Arki - Architecture WordPress (1) Corzo - Consulting & Finance WordPress (1) Chariti - Charity & Donation WordPress (2) Mediz - Dentist & Medical WordPress (2) Apzo - Software & Saas WordPress (2) Uniq - Minimal Multipurpose Creative WordPress Theme (2) Attorna - Lawyer & Attorney Theme (2) Logisco - Logistics & Transportation (2) Akea - Gutenberg Minimal Blog WordPress (2) Inteco - Interior & Architecture WordPress Theme (2) Kingster - Education WordPress Theme (2) Ztudio X - Creative Studio WordPress Theme (4) Cryptro - Cryptocurrency Theme (4) Financity - Business / Finance WordPress Theme (4) Tour Master - Tour Booking, Travel WordPress Plugin (6) SEO Crawler - Digital Marketing, Social Media, SEO WordPress Theme (4) One Page Pro - Multi Purpose OnePage WordPress Theme (4) Big Slam - Basketball WordPress Theme (4) Travel Tour - Travel & Tour Management System WordPress Theme (6) Kleanity - Minimalist WordPress Theme (5) Real Factory - Factory / Industrial / Construction Responsive WP Theme (5) Infinite - Responsive Multi-Purpose WordPress Theme (10) Newsstand - Responsive Magazine & Editorial WordPress Theme (3) Limo King - Limousine / Transport / Car Hire Theme (3) Green Nature - Environmental / Non-Profit WP Theme (3) Total Business - Multi-Purpose Business WP Theme (3) Recibo - Restaurant / Food / Cook WordPress Theme (4) Skin Beauty - Beauty | Spa | Salon WordPress Theme (4) Finanza - Business & Financial WordPress Theme (3) Versatile - Responsive Multi-Purpose WP Theme (5) Flawless - Responsive Multi-Purpose WP Theme (11) Tour Package - Wordpress Travel/Tour Theme (12) ideo - Minimalistic WordPress Portfolio Theme (8) World Wide - Responsive Magazine WP Theme (8) Maxima - Retina Ready Wordpress Theme (8) Real Church - Responsive Retina Ready Theme (8) King Power - Retina Ready Multi-Purpose Theme (8) Rocket Board - Metro Wordpress Theme (9) Super Spark - Responsive Minimal WP Theme (9) Architecture - Premium Wordpress Theme (9) Blue Diamond - Responsive Corporate WP Theme (9) Delicieux - Restaurant Wordpress Theme (11) The Artist - Clean Responsive Portfolio Theme (11) Phoenix - Clean Responsive Wordpress Theme (10) Medical Plus - Responsive Medical and Health Theme (11) Megazine - Responsive WordPress Theme (10) Co-Porlio: Feature Rich Wordpress Theme (11) Incidental - High Class Photography WP Theme (10) Green Earth - Environmental WordPress Theme (11) Good Space - Responsive Minimal WP Theme (11) The Gallery - Automatically Generated Gallery (10) Grand College - Wordpress Theme For Education (12) Bangkok Press - Responsive, News & Editorial Theme (11) Slide One - One Page Parallax, Ajax WP Theme (10) Modernize - Flexibility of Wordpress (16) Urban Mag - News & Magazine WordPress Theme (4) Music Club - Music/Band/Club/Party Wordpress Theme (8) Mediso - Corporate / One-Page / Blogging WP Theme (7) Charity Hub - Charity / Nonprofit / Fundraising WP (9) Simple Article - Wordpress Theme For Personal Blog (6) The Keynote - Conference / Meeting WordPress Theme (4) Clever Course - Learning Management System Theme (8) Real Soccer - Sport Clubs Responsive WP Theme (7) Good LMS - Learning Management System WP Plugin (6) The Luxury - Dark/Light Responsive WordPress Theme (4) Info Space - Infographic WordPress Theme (4) Mega Project - Construction Company WP Theme (5) Hotel Master - Hotel Booking WordPress Theme (6) Lawyer Base - Lawyers Attorneys WordPress Theme (5)
  Print

Server Configuration Requirements

Below is the list of main server setting parameters and the recommended values. If you can't change it by yourself, you must contact your host provider to do it.

post_max_size: Sets max size of post data allowed. 

post_max_size = 25M 

upload_max_filesize: Sets the maximum size of an uploaded file.

upload_max_filesize = 40M 

max_input_time: Sets the maximum time in seconds a script is allowed to parse input data, like POST and GET 

max_input_time = 300 

max_execution_time: Sets the maximum time in seconds a script is allowed to run before it is terminated by the parser. 

max_execution_time = 300

memory_limit: Sets the maximum amount of memory in bytes that a script is allowed to allocate 

memory_limit = 256M 

max_input_vars: Sets the number of input variables may be accepted 

max_input_vars = 4000

If suhosin patch is installed, change the following parameters to the specified values.

php_value suhosin.post.max_array_depth 100 

php_value suhosin.post.max_array_index_length 128 

php_value suhosin.post.max_name_length 128 

php_value suhosin.post.max_totalname_length 512 

php_value suhosin.post.max_value_length 2000000 

php_value suhosin.post.max_vars 5000 

php_value suhosin.request.max_array_depth 100 

php_value suhosin.request.max_array_index_length 128 

php_value suhosin.request.max_name_length 128 

php_value suhosin.request.max_totalname_length 512 

php_value suhosin.request.max_value_length 2000000 

php_value suhosin.request.max_vars 5000


*Your site might not really consume these values but what we recommended is just to make sure that although your site is large, the setting up process will get smooth. You may try to decrease some value if you feel it's too big or you can decrease values after you finish setting up website.