I am using transient properties per domain class. Some of them have more than 10.
I am experiencing a very slow application. I started analysing it using tc server. the most part of loading time is consumed by rendering gsp-files.
is there any known issue on transient value that they consume more memory or slow the whole app? Do I have to replace them by normal properties and update values on Insert/Update?