kartoza / feti

Further Education and Training Institute Website
Other
2 stars 15 forks source link

optimize page load times and api calls #580

Closed myarjunar closed 6 years ago

myarjunar commented 6 years ago

fix #557
API calls on occupation took a long time because there were nested relationships. This PR is trying to reduce the number of queries executed on serializer. there is another way to optimize by refactoring the api view calls to the db, I create a separate ticket for that #585

myarjunar commented 6 years ago

can we merge this @cchristelis ?

myarjunar commented 6 years ago

@meomancer thanks for reviewing. it's updated. let me know if there is another thing I need to fix

meomancer commented 6 years ago

LGTM