You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing of # 426 and # 427 in #423, timed-out responses were seen; this seems to be due to the number of samples rather than the density per se. It was requesting the samples multiple times - apparently re-requesting before the last request completes.
Proposed Solution
Caching the request promise should improve this performance.
The text was updated successfully, but these errors were encountered:
6980d7f Cache samples requests to improve Germinate performance
Testing shows this change performs as expected - there is a large reduction in the number of unnecessary requests.
Having removed the main source of redundancy, some other repeated requests are apparent :
requests used to construct the VCF header for download from GUI; this is not required in the case of Germinate, and has been replaced in a change which will be in the following commit
Context / Introduction
During testing of # 426 and # 427 in #423, timed-out responses were seen; this seems to be due to the number of samples rather than the density per se. It was requesting the samples multiple times - apparently re-requesting before the last request completes.
Proposed Solution
Caching the request promise should improve this performance.
The text was updated successfully, but these errors were encountered: