I am developing an app in which we use conditional expressions to speed up response time in the production environment. We also use the Preload Option to allow the first user of the day to avoid loading the application in memory.
My question is does the preload also load conditional expressions? My concern is that the conditional expressions will not preload so any gain from using the preload option will be negated by using the conditional expressions.
Thanks,
Ryan