Skip to content
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

Eager loading update for frontend controllers and widgets #1348

Merged
merged 19 commits into from
Nov 9, 2021
Merged

Eager loading update for frontend controllers and widgets #1348

merged 19 commits into from
Nov 9, 2021

Conversation

FatihKoz
Copy link
Contributor

@FatihKoz FatihKoz commented Nov 7, 2021

Practically eager loaded items needed for detailed display of flights and pireps, users etc.

Eager load `files`
 Eager load `journal` for user , and `aircraft, arr_airport, comments, dpt_airport` for last_pirep.
Eager load + `alt_airport, subfleets` (with their airlines) for flights and `current_airport` for user 
(though current_airport can be removed and we can base the in blade checks on `$user->curr_airport_id` to reduce db reads and model loading)
Eager load `home_airport` for users
Eager load `airline, aircraft, fares, transactions, dpt_airport, arr_airport, comments, simbrief, user with rank` for pirep details
Eager load `airline, awards, current_airport, fields.field, home_airport, last_pirep, rank` for user
Eager load `airline, current_airport, fields.field, home_airport, rank` for users and count `awards`
Eager load `user` for news
Eager load `home_airport` for latest users
Eager load airline with flight
@nabeelio
Copy link
Owner

nabeelio commented Nov 8, 2021

Some conflicts that need to be fixed

@FatihKoz
Copy link
Contributor Author

FatihKoz commented Nov 8, 2021

Damn, why :( Because I did some changes on the profile controller with previous pr. Although this fine tunes it but, it is how it is.

@nabeelio nabeelio merged commit 4c60e5d into nabeelio:dev Nov 9, 2021
@FatihKoz FatihKoz deleted the patch-3 branch November 9, 2021 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants