Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
glen0125 opened this issue Apr 18, 2023 · 4 comments
Closed

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

glen0125 opened this issue Apr 18, 2023 · 4 comments
Assignees
Labels
feature New feature MacOS Performance about performance issues Windows

Comments

@glen0125
Copy link
Member

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
Copy link
Member Author

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
Copy link
Contributor

ck98734 commented May 4, 2023

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
Copy link
Contributor

ck98734 commented May 4, 2023

202acb5

@Xiongdan007
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature MacOS Performance about performance issues Windows
Projects
Status: Done
Development

No branches or pull requests

4 participants