• Resolved vnzhlv

    (@vnzhlv)


    Hello. I’m writing a cronjob script that should insert a lot of products (~20 000) into WooCommerce. What do you advise me?

Viewing 1 replies (of 1 total)
  • Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi @vnzhlv,

    When importing data into any platform the main point of failure will usually be the webserver possibly timing out due to the length of time an import takes and not the actual application itself.

    Possibly breaking up the imports into smaller sized blocks would help prevent that type of failure so instead of trying to import 20000 products in single import break that up into blocks of 1000.

Viewing 1 replies (of 1 total)
  • The topic ‘How to effectively import a lot of data’ is closed to new replies.