JavaFX WebEngine load performance issue? -


is aware of issues load() method of webengine in javafx? i've been using pulselogger improve performance of application , pointed me method loads url webengine. put simple timers see hold in method causes long pulse , indicates load method issue. takes >300ms complete call. docs should doing loading asynchronously looking @ source bit of work before putting on background thread? there suggestions how improve performance here, i've read needs called on fx application thread?

thanks in advance


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -