• I exported 2000 posts from my own website, then I used the plugin to import to the new website, after 2~3 minutes after starting the import, I got a timeout error message, and the number of completed imported posts was only 50~100 posts, is there any way to fix this error?

Viewing 1 replies (of 1 total)
  • You’ll want to increase your maximum timeout. There are several things that could be in play, depending on your server configuration.

    PHP has a max_execution_time

    Apache has its own timeout value(s).

    PHP-FPM has settings too.

    My suggestion is get accurate timings. It will likely be a clear round number, such as 60 seconds, 120 seconds, 180 seconds. Find what’s setting it to that, increase it significantly, and try again.

    For the record, the most recent large site import I did took approximately 53 minutes using the importer. You may also want to consider other export/import plugins that work asynchronously, or doing things by hand.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.