-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add documentation for eager loading #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for eager loading #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't that a little bit informal ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with this statement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha I do agree too, this feature should give more warning than it actually does
core/performance.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful when you exceed this limit, it's often caused by the result of a circular reference. [Serializer groups](serialization-groups-and-relations.md) can be a good solution to fix this issue
core/performance.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This behaviour can be modified with the configuration in order to apply it only on join relations having the ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this can still be better
core/performance.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You say that there will be more way to do this, but you are not saying what will be next. IMO you don't need to say For now.
d5b37c6 to
3216e63
Compare
We may want to remove my part on performances as it's not right anymore because there are no partial select anymore https://github.com/meyerbaptiste/doc/blob/3216e636ec21917790456d9a2554edb96bed865c/core/performance.md#unserialized-properties-hydratation.
5c52bc1 to
c10f7c3
Compare
Done @soyuka.
Thanks @meyerbaptiste
No description provided.