I have a specific action that’s being called 3 times consecutively each time a user visits the corresponding URL.
I’ve checked for redirections and don’t seem to find any.
The action is not being called directly, I saw the debug callstack and all 3 requests come all the way from index.php and the regular Yii request cycle.
It seems click event is binded two or more time. you have to off click event listener and bind click event listener. then it will trigger one time only