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

Too much data is loaded at one time, causing the browser to stall #2305

Closed
xiaoliusec opened this issue Dec 12, 2023 · 5 comments
Closed

Too much data is loaded at one time, causing the browser to stall #2305

xiaoliusec opened this issue Dec 12, 2023 · 5 comments
Assignees
Labels
enhancement MobSF enhancements and feature requests

Comments

@xiaoliusec
Copy link

When the analyzed file is relatively large, a lot of data is generated. When the browser is used to access and view, the one-time loading of data is too much, which often leads to the browser not responding. Can this problem be optimized?

@xiaoliusec xiaoliusec added the enhancement MobSF enhancements and feature requests label Dec 12, 2023
Copy link

👋 @xiaoliusec
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@ohyeah521
Copy link
Contributor

This is because a large amount of data is loaded at one time, especially when some APKs have a lot of strings. Some large applications will have more than 6M of string information, which will cause the browser to load too much data at once and freeze. , I have also discovered this problem before, and it seems that it will not be improved in the short term.

@ajinabraham
Copy link
Member

At some point we want to move out from the current way of rendering the whole data to HTML to use something like ReactJS and the MobSF REST APIs. But that would take time. I will track this separately.

@ajinabraham
Copy link
Member

We did some QA to improve data load times for report pages. Have a look.

@ajinabraham
Copy link
Member

Addressed in #2351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement MobSF enhancements and feature requests
Projects
None yet
Development

No branches or pull requests

3 participants