Run Scarab in production is very different then Scarab in test. Below are some tips.
Change the tomcat context tag so that reloadable=false. Or, alternatively, change it to true, but set the checkInterval to a larger number like 180.
You should change the TurbineResources.properties parameters so that velocity templates don't auto-reload. Set scarab.template.cache=TRUE to have caching turned on.
Scarab cache is central in the user experience of performance. You might want to take a look at the cache configuration file in:
src/conf/classes/cache.ccfThere you can tweak the number of objects (MaxObjects) of every type that will be kept in memory.
Keep in mind: The greatest the size of the cache, the better performance AND the greater memory needs.