Kantu slow when minimised on certain commands

When executing a macro with the Kantu window minimised (and Chrome in the foreground), I notice it stalls at command #7 and #67, respectively, for an extensive period of time. Restoring Kantu immediately resumes play.

When not minimised the issue doesn’t occur.

The macro has 72 commands but the apparent choking points are:

#7
{
“Command”: “store”,
“Target”: “MEDIUM”,
“Value”: “!REPLAYSPEED”
},

[...]

#67
{
“Command”: “store”,
“Target”: “true”,
“Value”: “!errorIgnore”
}

Both commands are wrapped inside a while loop, if that makes a difference.

I’m really enjoying Kantu so far, thank you.