ferrumnet / tokenSupply

MIT License
1 stars 1 forks source link

Added cacheMiddleware and improved performance for frequent queries #18

Closed taha-abbasi closed 1 year ago

taha-abbasi commented 1 year ago

Release v0.8.0

This release includes improvements to the cacheMiddleware implementation, separates it into its own file, and adds caching to the API endpoints for better performance.

Major changes:

Minor changes:

Performance improvement:

By adding caching to the API endpoints, we reduce the number of calls to external services, leading to better response times and less load on the services. This change significantly improves the performance of the API, especially for frequently accessed data.