Okay
  Public Ticket #3624080
Customer Load Issue
Closed

Comments

  •  1
    Jim started the conversation

    On our agent dashboard the customer section doesn't load and times out.  On the backend of woo-commerce it loads 50% of the time. 


    Thanks

  •  1,881
    WebWizards replied

    Hello Jim,

    If a site has a larger number of customers, that may slow down the agent dashboard page loading.

    To solve this, you can enable AJAX loading for that page, by adding the following PHP code snippet to your site:

    add_filter('salesking_load_customers_table_ajax','__return_true');
    


    This snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/


    After adding that, it will load customers through AJAX, only loading X number of customers at a time,


    Kind regards,

    Stefan