comparison NEWS @ 5430:b83192e7ad10

Now displaying timings when reading from/writing to disk in the verbose logs
author Alain Mazy <am@osimis.io>
date Mon, 20 Nov 2023 17:01:48 +0100
parents d40ac28b9702
children 4be5f117aa0d
comparison
equal deleted inserted replaced
5429:d40ac28b9702 5430:b83192e7ad10
10 This can bring some significant improvements particularly in viewers. 10 This can bring some significant improvements particularly in viewers.
11 - Optimized the StorageCache to prevent loading the same file multiple times if 11 - Optimized the StorageCache to prevent loading the same file multiple times if
12 multiple users request the same file at the same time. 12 multiple users request the same file at the same time.
13 - The StorageCache is now also storing transcoded instances that have been requested by /file?transcode=... 13 - The StorageCache is now also storing transcoded instances that have been requested by /file?transcode=...
14 that is now used by the DICOMweb plugin. This speeds up retrieval of transcoded frames through WADO-RS. 14 that is now used by the DICOMweb plugin. This speeds up retrieval of transcoded frames through WADO-RS.
15 - Now displaying timings when reading from/writing to disk in the verbose logs.
15 * Housekeeper plugin: 16 * Housekeeper plugin:
16 - Update to rebuild the cache of the DICOMweb plugin when updating to DICOMweb 1.15. 17 - Update to rebuild the cache of the DICOMweb plugin when updating to DICOMweb 1.15.
17 - New trigger configuration: "DicomWebCacheChange" 18 - New trigger configuration: "DicomWebCacheChange"
18 - Fixed reading the triggers configuration. 19 - Fixed reading the triggers configuration.
19 * HTTP Compression: 20 * HTTP Compression: