Slow action modal opening times on resource table
I have a GroupOrderManagementResource with a table, which has actions that use my GroupOrder model records in it's functions. Opening these actions seems to take too long (3+ secons), and I was wondering if I am doing something inefficiently when it comes to using the Resource model records in the table? So my Resource setup looks like this:
Then I define my table query like this:
Where I am wondering if I am using eager loading correctly?
And finally, I have a
Any insight is highly appreciated!
Thanks!
Then I define my table query like this:
Where I am wondering if I am using eager loading correctly?
And finally, I have a
note TextColumn, that I have added an action to with a form to add/edit the note for a record:Any insight is highly appreciated!
Thanks!