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

Enhance ship data loading performance #92

Open
HenryQuan opened this issue Oct 17, 2022 · 1 comment
Open

Enhance ship data loading performance #92

HenryQuan opened this issue Oct 17, 2022 · 1 comment

Comments

@HenryQuan
Copy link
Member

For ship compare and advanced filter, the full ship data needs to be parsed and loaded. This can take a few seconds depending on how many ships there are. This also lags the transition animation from ship list to ship details. There are a few potential solutions like

  • Cache all tier 8 to 11 ships while loading
  • Cache a ship loaded from the ship
  • Improve the overall performance

More to be discussed later

@HenryQuan
Copy link
Member Author

This can be done with a database. The app will index everything once so all values are calculated and saved locally.

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

1 participant