What is Dynamators impact on server page performance?
In general, the performance of a server page generated using Dynamator is identical to the performance of an equivalent hand-coded server page. The only case where this is not true is in selection logic: Dynamator doesn’t support ‘else’, so a test may have to be performed twice. If the test is expensive then it should be performed once and the result stored in a temporary variable.