-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Implement an API caching layer for performance #857
Labels
Comments
pliablepixels
added a commit
that referenced
this issue
Oct 31, 2019
maymaymay
added a commit
to maymaymay/zmNinja
that referenced
this issue
Nov 4, 2019
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
ZoneMinder#857 api caching layer
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
ZoneMinder#857 api caching layer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No point doing expensive API calls each time the app starts. Cache them with a configurable timer for APIs that don't change often.
Should improve startup performance
The text was updated successfully, but these errors were encountered: