Open maxi032 opened 1 year ago
At the moment with()
doesn't do anything in the Eloquent Entry Query builder.
I thought so... this takes away one of the greatest advantages of using Laravel, the fact that I can load related content basically on the fly.
I am experiencing large performance issues with taxonomies. I now see that "with" is not implemented. This is not going to be implemented?
There are no plans to implement it.
I try to load a page and the associated taxonomies terms of it but the problem is that extra queries are being done. I am using Statamic multisite. I would like to be able to eager load only those associated with that specific entry. So I have a tags taxonomy and I want something like:
Many thanks