How to Eager Load Nested Relationship in table builder
I have accounts table with schema
App/Models/Account
When tried to display super parent account using table builder I am getting N+1 Query
here is my column
Solution:Jump to solution
It was due to N+1 detector package. In this case you need to put threshold value in config/querydectector.php to
...
...
1 Reply
Solution
It was due to N+1 detector package. In this case you need to put threshold value in config/querydectector.php to