I have a HTML5 UI and a Java backend and want to avoid rebuilding the HTML ui in plain java, so my idea was to run a local webserver and use a webview to render it in a \"na
One reason that JavaFX webView appears to be slower is because unlike a web browser it does not cache anything. This has to be inplemented.