frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Investigate long query times #86

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

In the api.py logs, the requests seem to finishing at a normal rate, but then take a long time to resolve afterwards. There's a good chance the culprit is one of the new features inside of the answer merging method.

frostyfan109 commented 5 years ago

It is not the merging method.

frostyfan109 commented 5 years ago

This was because it was querying multiple services and then writing extremely large responses to the console resulting in only the final response's request time being visible.