mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
681 B
681 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can use constrained eager loading to increase performance of database queries that use relations | 1509994025926885381 | weekly-thread-2022-13 | mattkingshott |
|
2022-04-01T20:40:04+00:00 | you-can-use-constrained-eager-loading-to-increase-performance-of-database-queries-that-use-relations |
🔥 #Laravel Tip: Eager loading a model’s relationships is a great way to improve performance / avoid the N+1 problem. However, you can go further… with constrained eager loading you can tell Laravel to only load the related records you actually need.