You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve performance and reduce redundant computations, we need to introduce caching within Stac. The caching mechanism should store previously processed UI structures and retrieve them when requested again instead of recalculating or refetching data.
Tasks:
Identify key areas where caching would be beneficial (e.g., UI rendering, API responses).
Implement a caching strategy (e.g., in-memory cache, disk-based cache).
Ensure cache invalidation is handled properly to prevent stale data.
Provide configuration options to enable/disable caching as needed.
The text was updated successfully, but these errors were encountered:
Description
To improve performance and reduce redundant computations, we need to introduce caching within Stac. The caching mechanism should store previously processed UI structures and retrieve them when requested again instead of recalculating or refetching data.
Tasks:
The text was updated successfully, but these errors were encountered: