diff NEWS @ 73:a8c90aa32ca6

LRU caching of pyramids, OrthancWSIClearCache script
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Nov 2016 16:51:19 +0100
parents 326959045d12
children cafc4728a857
line wrap: on
line diff
--- a/NEWS	Mon Nov 28 10:40:48 2016 +0100
+++ b/NEWS	Mon Nov 28 16:51:19 2016 +0100
@@ -4,6 +4,8 @@
 * Huge speed-up in the whole-slide imaging Web viewer plugin:
   - Reduction of the number of calls to the Orthanc REST API
   - Cache pre-computed information for each instance as metadata
+  - Larger cache with LRU recycling to improve viewer performance
+* "OrthancWSIClearCache.py" companion script to clear the WSI cache
 * Refactorings