PRIDE-Archive / xi-mzidentml-converter

Apache License 2.0
0 stars 1 forks source link

Few small Issues to check #56

Closed sureshhewabi closed 6 months ago

sureshhewabi commented 7 months ago
sureshhewabi commented 6 months ago
  1. Pagination added Added pagination to the endpoint that serves lots of data

  2. GzipCompression added as a middleware Handles GZip responses for any request that includes "gzip" in the "Accept-Encoding" header. The middleware will handle both standard and streaming responses. Do not GZip responses that are smaller than this minimum size in bytes, Tier 4 Network level compression, no need to worry at Tier 7(HTTPS) level

  3. Avoid Login /data/visualisation endpoint Defined a filter to stop logging for visualisation endpoint which will be called very frequently and log file will be flooded with this endpoint request logs

  4. Multiple Pods cannot share same PV in Openstack This issue was investigated into dept and finally we got to know that it does not support by default. There is a workaround, however this will be implemented only if there is a requirement to do so

  5. Some API testing with cold and hot cache state was carried out with JMeter.