rwth-acis / process-mining-for-bots

This framework provides modules that can be used to do various process mining tasks on bot models
1 stars 0 forks source link

[ENH] Optimize Resource Fetching with Caching Mechanism #2

Open lakhoune opened 11 months ago

lakhoune commented 11 months ago

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