I thought of using Mvel to evaluate dynamic expressions. These expressions are customer specific. For some of the customers they may be in hundreds. To evaluate these it is increasing the time based on the number of expressions. Is there any way I can optimize to reduce the time.
I tried to use evaluateAllExpressions after compilation. But still the same thing.