I have a URL which I can load in webview. If I open the webview through browser it takes less time, but if I load the URL in webview it takes more time. Also if I have to re
set render priority high for your web view can solve problem up to some extent its some thing like this
webview.getSettings().setRenderPriority(RenderPriority.HIGH);