# HG changeset patch # User Sascha L. Teichmann # Date 1383143181 -3600 # Node ID fff862f4ef7654609e495a1f710b9552dab58d5b # Parent e590599031d833d741501d4634934235e241283c Experimental caching of datacage recommendations. The respective hook is called a lot and running the datacage over and over again when loading data can be expensive. So the generated recommendations are cached for some time. Hopefully this improves the overall speed of loading data from the datacage. diff -r e590599031d8 -r fff862f4ef76 artifacts/doc/conf/cache.xml --- a/artifacts/doc/conf/cache.xml Wed Oct 30 15:02:16 2013 +0100 +++ b/artifacts/doc/conf/cache.xml Wed Oct 30 15:26:21 2013 +0100 @@ -76,6 +76,16 @@ memoryStoreEvictionPolicy="LFU" /> + + + + /> +