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

Disordered page loading of websites with multiple HTML files #4

Open
Web-Distortion opened this issue Mar 11, 2022 · 1 comment
Open

Comments

@Web-Distortion
Copy link
Contributor

When loading websites with multiple HTML files like www.aliyun.com and www.sina.com, we find Siploader may present disordered pages.
It is probably because SipLoader repeatedly initializes the dependency graph when a website contains multiple HTML files (here is the source code). This mixes up the dependencies among different HTML files, leading to disordered page loading.

@SipLoader
Copy link
Owner

Currently SipLoader assumes the web page has only one HTML file by default, which causes this problem. This only happens in a small number of web pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants