From what I've read, yes, better performance can be obtained from storing expressions in variables. Especially if the expression is used in multiple places throughout the app. QV caches the expression and if there are any differences (single quotes vs double quotes, # of spaces, etc.) performance can be affected.