How I can speed up the response time of a rest service?
I have this problem:
GET http://181.48.98.134/WebSitePedidos/P... net::ERR_CONNECTION_TIMED_OUT
website response:
[{"idPedido": 4, "idCliente": "23333ee", "NombreCliente": "jaime", "subtotal": 500,
"total": 600}]
I send the values of the parameters as request, but the response time is very long
Please help me