re1 / jacq-javaee

https://development.senegate.at/confluence/display/JACQ
0 stars 0 forks source link

[names] Reponse time in results #7

Open re1 opened 4 years ago

re1 commented 4 years ago

To improve performance optimization and also for clients to show expected loading times, a queries response time could be returned with the queries results or saved to a database for client to retrieve the response time from the last query before sending a new request.

re1 commented 4 years ago

At the moment only timestamps of the queries retrieval are saved in the web service cache database. This database will have to be extended to store the last response time.

It might also be a good idea to provide an interface for getting a response time only. This feature needs further investigation.