Viewing 1 replies (of 1 total)
  • Plugin Author Kerfred

    (@kerfred)

    If the import process hangs, the recommended php.ini settings are:

    max_execution_time=7200
    max_input_time=7200
    memory_limit=2G
    post_max_size=1G
    upload_max_filesize=1G

    Also please add:

    define('WP_MEMORY_LIMIT', '2G');
    in your wp-config.php file to increase the memory allowed by WordPress.

    You can check the current PHP settings on the Debug Info tab.

Viewing 1 replies (of 1 total)
  • The topic ‘Request Timeout’ is closed to new replies.