Users are experiencing noticeable delays when using the application, with performance bottlenecks traced to the current caching mechanism. The caching system appears to be overly aggressive, resulting in unnecessary data being loaded - slowing down workflows and degrading the user experience.
Current Limitations
- Slow Load Times: Users report lag when accessing various sections of the application, particularly during initial loading phases.
- Over-Caching: The caching system downloads large volumes of data, much of which may not be needed immediately.
- Performance Concerns: The customer believes the current implementation is contributing to broader performance inefficiencies across the app.
General Example
- A user accessing the main dashboard or a data-heavy module waits several seconds for the cache to load. The delay occurs even for users with high-speed internet, indicating the issue lies in backend caching behavior.