If you want to load all products in a request it can takes a long time.
You can use pagination to get limited number of products in a request.
There is a new service (/products/simple) and it returns limited product informations, but is faster, then the previous service.