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

Telegram Login Optimization Phase3 #938

Open
3 tasks done
Edward-BXS opened this issue Nov 2, 2024 · 0 comments
Open
3 tasks done

Telegram Login Optimization Phase3 #938

Edward-BXS opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Edward-BXS
Copy link
Collaborator

Edward-BXS commented Nov 2, 2024

Expected Behavior

The system should enhance the performance of data retrieval operations by replacing direct contract view method calls with a backend-cached API. This would significantly reduce latency and improve the responsiveness of the Telegram interface, providing a smoother user experience.

Specifications

As a user, I would like to experience faster load times and reduced latency when interacting with Telegram features that rely on blockchain data so that I can efficiently interact with the application without delays, improving my overall user satisfaction.

Features:

  • Implement a backend service to cache frequently accessed blockchain data.
  • Replace contract view methods with API endpoints that retrieve data from the cache rather than directly querying the blockchain.
  • Ensure the cache is updated at regular intervals or based on specific events to maintain data accuracy.

Development Tasks:

  • Develop the caching mechanism in the backend to store blockchain data.
  • Implement API endpoints that deliver cached data to the application.
  • Integrate the caching mechanism with existing Telegram data retrieval logic.

Dependencies

List any dependencies that are required for this feature by providing links to the issues or repositories.

References

List any references that are related to this feature request.

@Edward-BXS Edward-BXS added the enhancement New feature or request label Nov 2, 2024
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