Hi Squiz gurus,
We are using server side persona evaluation on some standard pages within our sites. We are evaluating some metadata values of a logged in user to determine if a persona is TRUE or not.
We are also using a Redis cache in front of the same pages.
Would the redis cache effectively make server-side persona evaluation redundant?
ie because the page is not recalculated at the application, persona logic is also not calculated. Is there an internal mechanism in Squiz the prevents the caching of personalised pages?
Or do we need to use client side evaluation if we’re also using a cache?
Thanks,
Steve