Hitting /wc/store/v1/products/${ containerId } for a variable MNM product issues a 2nd API request for ALL the variations which then also calls get_child_items() for each variation. This can be a lot of products... how can we get all the product info more efficiently?
Can we boost performance here?
Hitting
/wc/store/v1/products/${ containerId }for a variable MNM product issues a 2nd API request for ALL the variations which then also callsget_child_items()for each variation. This can be a lot of products... how can we get all the product info more efficiently?Can we boost performance here?