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

[ENH] Optimize Resource Fetching with Caching Mechanism #2

Open
lakhoune opened this issue Nov 10, 2023 · 0 comments
Open

[ENH] Optimize Resource Fetching with Caching Mechanism #2

lakhoune opened this issue Nov 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lakhoune
Copy link
Member

Problem

Frequent resource fetching from external APIs, like bot models and logs, causes delays and unnecessary traffic on each request.

Proposal

Implement a caching mechanism to store and retrieve resources for a defined duration, reducing delays and network traffic.

Actions

  1. Determine optimal caching duration.
  2. Develop and integrate caching mechanism.
  3. Test for performance and accuracy.
  4. Update documentation to reflect changes.

Benefits

  • Reduced response times.
  • Minimized network traffic.
@lakhoune lakhoune added the enhancement New feature or request label Nov 10, 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
Projects
None yet
Development

No branches or pull requests

1 participant