Re: WebKit Cache

2015-11-05 Thread John Maton
ge navigation with Forward and backward. > 3. lazy loading JavaScript files based on their first time usage > 4. Choosing closest CDN for their 3rd party script files. > > Thanks, > Guru > > -Original Message- > From: John Maton [mailto:john201...@gmail.com ] >

RE: WebKit Cache

2015-11-04 Thread Guru Hb
ge- From: John Maton [mailto:john201...@gmail.com] Sent: Saturday, October 17, 2015 3:14 PM To: openjfx-dev@openjdk.java.net Subject: WebKit Cache I have been trying to implement a disc based cache for WebView but with only partial success, I am particularly trying to cache the .js javascript e

WebKit Cache

2015-10-17 Thread John Maton
I have been trying to implement a disc based cache for WebView but with only partial success, I am particularly trying to cache the .js javascript external files which slow down the loading of javascript web pages a lot. The Oracle documentation states that: "When working with the WebView componen