WP Configurator Pro

⌘K
  1. Home
  2. WP Configurator Pro
  3. Better experience with WP...
  4. Server Configuration Setting

Server Configuration Setting

If you would like to get this plugin on your site, please make sure you have the installed WordPress on your server. To successfully run Configurator on your website we recommend a certain PHP and WordPress configuration setting.

Configuration

Memory Limit: Sometimes a WordPress Memory Exhausted error shows up when activating a new plugin or doing some other task. If it happens some fatal errors will display. You can have a closer look at how to increase the PHP memory limit here.

Max Upload Size: Depending on the web hosting company you choose and the package you select, each of you will see maximum file upload limit on your Media Uploader page in WordPress. You can have a closer look at how to increase the PHP Max Upload Size here. Few of the optional settings for php.ini file below:

  • max_input_vars = 20000
  •  post_max_size = 256M
  • max_execution_time = 300

Recommended PHP Settings for Large File Imports

The table below provides recommended PHP settings for importing files based on the number of images or rows. It suggests suitable max_execution_time and memory_limit values to prevent timeouts or memory issues during large imports, such as handling 1700 images. Adjustments may vary depending on server performance and file size.

Number of Images / RowsEstimated File Sizemax_execution_timememory_limitNotes / Tips
500~50 MB60 seconds128MSmall import, default may work
1000~100 MB120 seconds256MSafe for medium imports
1700~170 MB180–300 seconds512MRecommended for your case
3000~300 MB300–600 seconds1GSplit into batches if possible
5000+500 MB+600+ seconds / CLI1–2GUse CLI import to avoid timeouts

The table serves as a guideline to adjust PHP settings for smooth and efficient file or image imports, helping prevent timeouts and memory errors during large imports.

How can we help?