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

feat(plugin): add asus web storage SSO plugin #48

Closed
wants to merge 8 commits into from

Conversation

Chinlinlee
Copy link
Member

  • This is a plugin for commercial usage
  • When enabled, it will redirect to the Raccoon Asus Web Storage page for login
  • After logging in, back to asusSsoCallback.html and save token in localStorage, finally redirect back to the original page

- This is a plugin for commercial usage
- When enabled, it will redirect to the Raccoon Asus Web Storage page for login
- After logging in, back to asusSsoCallback.html and save token in localStorage, finally redirect back to the original page
- Original codec will allocate about 400mb of memory
- New version is about 70mb
- I used the performance tool in Chrome DevTools to analyze and found that `sortInstance` in `refleshSrollBar` is being called frequently and consuming a lot of performance.
- When I removed it, I found that the scroll bar still works properly, and the images are still sorted by instance number
- Most importantly! The performance better
- idk `decodeImageFrame2` doing
@Chinlinlee Chinlinlee closed this Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants