How to achieve client side caching for LCA?
Hi Apurva,
GQI queries currently run each time a LCA page is opened to ensure the results are always up to date.
Regarding caching, there isn’t currently a way to cache query results directly within the LCA. This is often handled through ad hoc data sources, but it typically requires custom coding.
Recently, we introduced Variables in LCA, which allow you to store values within the current browser session. These variables can have default values, enabling you to create static tables. However, this approach is best suited for more static data.
As a next step, we are exploring the ability to store GQI query results in a variable. This would mean the query runs once, and the result is reused throughout the session. We'll make sure to update here once it becomes available.