Reference Tag vs Expression Tag

Using expression tags it is possible to directly reference only one tag, effectively making it a reference tag.

Is there any sort of performance implication using an expression tag like this? I would think it's very small, if at all.

If you set it to event driven mode, it should be quite efficient. Do note that an expression tag is fundamentally one-way, where a reference tag is bidirectional.

4 Likes