ZeroNetJS / zeronet-js

ZeroNet in JS
MIT License
47 stars 9 forks source link

Faster page load times #50

Open danimesq opened 7 years ago

danimesq commented 7 years ago

At the moment at every click: Load wrapper -> Wrapper creates iframe and loads page html -> Init websocket connection -> Load page details using websocket api

It could be much faster by sharing the wrapper and the websocket connection between and only change the inner frame html.

Need a wrapper api command that allows change the url of the page.

danimesq commented 7 years ago

Reference: https://github.com/HelloZeroNet/ZeroNet/issues/71.