Storing JSON in a property the efficient way
Feb 23, 2026
—
by Stefan Holm Olsen
Here is a little-known trick to store and retrieve JSON property data more efficiently.
Here is a little-known trick to store and retrieve JSON property data more efficiently.
If you store complex types in a PropertyList property in Optimizely, you might want to consider how they perform. Read here for a performance tip.
When doing a routine performance test, during a CMS 12 upgrade, I was able to achieve 95% performance improvement. Let's look at SearchValues with a simple case.