Performance Related Questions on Macrodroid Macro

alexhee

Member
Wanna ask opinion from master here.

Currently, I'm using 3 macros to do one task with different parameter for notification received. However, I always have slight delay in macro trigger (2-3s delay) compared to the message timestamp in the telegram app.

Example, the timestamp for the message is 10:00:00 but Macrodroid only trigger the action on 10:00:02 or 10:00:03.

Anyway I can do to improve the trigger speed or delay?

I was thinking whether if I combine 3 macros into 1 macro with 3 trigger conditions will it shortern the trigger timing?

Thanks for your opinions.
 

Endercraft

Moderator (& bug finder :D)
Can you verify that Telegram is sending the notification at the same time of the message ?
Maybe it uses the timestamp at which the message was sent and as you know nothing is instant so there may be a delay between the send and the receipt.
 
Top