buckyos / cyfs-browser

BSD 2-Clause "Simplified" License
5 stars 1 forks source link

Long loading time of the home page after starting the browser #12

Closed glen0125 closed 1 year ago

glen0125 commented 1 year ago

The home page is an https webpage, and the loading time depends on the network speed and resource size. Is there a better solution?

glen0125 commented 1 year ago

A good practice is to integrate this page within the browser, without relying on external resources. However, this involves some permission issues for the page, such as the inability to initiate network requests for internal browser pages.

ck98734 commented 1 year ago

integrate this page which have all visible element within the browser,and use iframe page Handle network requests,the host page and iframe page communicate through postMessage method.

ck98734 commented 1 year ago

202acb5da949bccf24bf348199b97d16dc102044

Xiongdan007 commented 1 year ago

The home page has been changed to chrome://cyfs-init/ in win116&mac110.