Have two rules, one of the two executes it's mission about a second later than I'd expect, which is critically slow. No Delays or Waits are in the rules.
One rule sends a GET to an external device, the other rule has the simple job of turning on an MHCOZY relay. I can turn the relay on via the Device Driver and I don't see/perceive that 1 second lag, but when the rules run I have time stamps that show at least 1 second delay before that MHCOZY relay is on.
So my question is more conceptual here, I'm not looking for a solution per se because I know there are a couple things I could try first (like combining the rules and there may be multiple things at play here); I'm just wondering how things work under the HE hood when it comes to the "who gets served and is likely drinking first" question.
Or perhaps what operations take longer..... I presume both rules are getting notice of the trigger in pretty much the same microseconds of time, but is it the case that shipping off a GET to another LAN device would really be accomplished and have that device acting on that command a good 1-1.5 seconds before the HE gets a radio command out across a repeater device to turn on that MHCOZY relay?
Where is the operational/processing order, or traffic overhead difference if any?