Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We create a fair number of StopWatch instances which is only needed if the event notification is being in use.
However we can optimize this to let the sending return a boolean whether its in use or not, and then only if its in use, then we create a StopWatch to capture the timing.