Hi list, [Magnolia 3.6.1] i changed the ehcache Loglevel to see what happens inside - and i recognized, that only my startpage HTML file is cached. So if one startpage request - requests 25 files (JS, CSS, PNG) then only one is being cached -
and all the docroot files are NOT being cached! I was searching in all the configuration - and couldnt find a property that is responsible for that behaviour. Why does the default cache configuration not store files from docroot folder? thx a lot... regards rainer PS. the Logs only try to remove the items from cache - but not to store it: TRACE net.sf.ehcache.store.MemoryStore MemoryStore.java(get:138) 31.10.2008 14:07:52 defaultCache: defaultMemoryStore miss for /docroot/foo/img/bgs/wrapper-bg.png TRACE net.sf.ehcache.Cache Cache.java(get:786) 31.10.2008 14:07:52 default cache - Miss DEBUG net.sf.ehcache.store.MemoryStore MemoryStore.java(remove:178) 31.10.2008 14:07:52 defaultCache: Cannot remove entry as key /docroot/foo/img/bgs/wrapper-bg.png was not found those lines appear for all my docroot files... -- View this message in context: http://www.nabble.com/Caching%3A-docroot-files-not-cached-by-default-tp20265935p20265935.html Sent from the Magnolia - User mailing list archive at Nabble.com. ---------------------------------------------------------------- for list details see http://www.magnolia-cms.com/home/community/mailing-lists.html ----------------------------------------------------------------
