Study insight cache usage
Current situation
The observer service uses an event cache to handle datasource requests. This cache can be large when dealing with large workflows. What is cached allows the observer to build the requested data, but it's not clear if all cached data are actually used to generate the datasources.
Desired outcome
We should study what percentage of cached data is actually used.