Loading request...
The current system refreshes profiles for every event, leading to performance bottlenecks. The user suggests implementing profile caching or only refreshing profiles when changes occur to speed up synchronization.
# Task Right now each event requires a profile refresh. It slows down the system. Maybe profile caching or at least refreshing profiles only if they are changed could help. Make some performance tests to see how refresh on the profile affects the system.