Action heavy loading
I have a problem with adding actions; it is slowing down the table load.
I discovered that if I remove the
the ->action()
function from the action itself, the actions are rendering fast, so conditions are not a problem. Is that an expected behavior? is there any official way to call some functions without the ->action() function?
Because if I remove the ->action() function then the form builder or requireConfirmation does not work at all.0 Replies