wc-api-php icon indicating copy to clipboard operation
wc-api-php copied to clipboard

Slow Response Time

Open josemarcam opened this issue 4 years ago • 1 comments

So, When I'm calling some Woocommerce endpoint, like:

<?php print_r($woocommerce->get('products')); ?>

I'm getting like 6000ms of load time on my page.

Of course, much of this time is from my front-end, but without this call, the load time is some this around 850ms and 1035ms.

I found this article on StackOverflow: https://stackoverflow.com/questions/45421976/wordpress-rest-api-slow-response-time

But they are talking about Wordpress Rest API.

Can anyone help me with this?

josemarcam avatar May 19 '20 02:05 josemarcam