Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 722 Bytes

2022-02-14.md

File metadata and controls

22 lines (18 loc) · 722 Bytes

2022-02-14

Agenda

  • How to maximize image loading speed for dev with Cornerstone and OHIF (Seth Berkowitz)

    • App was slower than expected
    • Noticed that network requests were batched to 6
      • Figured out that HTTP/1 limits browser requests to 6
      • HTTP/2 can support more concurrent requests
    • Not easy to run HTTP/2 in dev
    • Discovered that real issue was Orthanc not configured well - running very slow
      • still need to figure this out
    • HTTP/3 is coming and even better
  • Orthanc support/funding *