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

Lazy load cached data - need to not load all data up front #18

Open
smalers opened this issue Jul 13, 2023 · 0 comments
Open

Lazy load cached data - need to not load all data up front #18

smalers opened this issue Jul 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request high Priority: next release if possible M Size: 2-3 days

Comments

@smalers
Copy link
Contributor

smalers commented Jul 13, 2023

Quite a bit of data are loaded up front in order to create a cached time series catalog. This slows down startup and puts a load on the Zabbix server every time TSTool is run. An alternative is to do lazy loading and only load global data if Zabbix features are actually used. This would involve calling the readGlobalData code only when needed. The problem is that some components such as UI input filters, get populated up front, so would need to figure out how to set up the UI skeleton and then populate later.

@smalers smalers added enhancement New feature or request high Priority: next release if possible M Size: 2-3 days labels Jul 13, 2023
@smalers smalers self-assigned this Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high Priority: next release if possible M Size: 2-3 days
Projects
None yet
Development

No branches or pull requests

1 participant