• dependencyinjection

    (@dependencyinjection)


    I don’t need a support actually, but maybe to help anyone:

    My WooCommerce with 150000+ customers checkout process was very slow, when ?wc-ajax=checkout was requested during checkout

    Debugging I found the issue was with the $customer->save() method

    Debugging more I found the result was extremely slow SQL from Flamingo which was executed every time on customer save.

    I’ll replace the plugin with some similar, but maybe you want to fix that issue..

  • The topic ‘bug: Performance issues with WooCommerce when a lot of customers’ is closed to new replies.