Re: WebKit Cache

2015-11-05 Thread John Maton
Guru Many thanks for all your input which I will evaluate. I have been able to reduce the initial page load time by a factor of 2 by using url connection interception and a disc cache, so webkit cannot be caching to disc and I consider that normal. However beyond that I cannot make much improvement

RE: WebKit Cache

2015-11-04 Thread Guru Hb
Hi John, - Oracle documentation says WebKit has an in-memory cache which can be overridden by ResponseCache, this is not the case. http://docs.oracle.com/javase/8/javafx/embedded-browser-tutorial/overview.htm#JFXWV135 -- "Other features". Explained below. - JDK-8014501 states the probl