more then one bridge.get

Hello @all

for my project i need communication with different php skripts from linino side to handle different modes.
so i use two keys from linio to arduino sketch.

to handle one of them works but both together do not work.
so my question is, is it basically possible to do this ?

Bridge.get("mode",data_m,1); // kommt von manuell.php oder main.php
delay(100);

Bridge.get("command_m",data_r,73); // kommt von manuell.php
delay(100);

Thank you in advance

They should. What's the problem?

When I insert both gets the sketch is getting slower and no keys data_m or data_r are passed