Is anyone here heavily using Magento rest API for catalog data (products/categories/attributes/sets/groups) persistence? like not once in a while but more as a system integration. how is the performance in general? what throughput could you achieve and do you make use of async/bulk endpoints?
I am getting responses with a single POST/PUT in about 6s - 7s which I think is too much. As I have about 25000 products in my store
Do you have any suggestions on what can be done to improve the performance of REST APIS?
Any help is appreciated.