willpublicmedia / npr-api-expressionengine

Access the NPR API from within ExpressionEngine.
1 stars 1 forks source link

Improve model fetching performance #30

Open areynold opened 4 years ago

areynold commented 4 years ago

In GitLab by @areynold on Oct 1, 2019, 13:46

No effort has been made to optimize model fetches. This could especially be a problem in the mapping classes, where all model members will be needed.

See EE's documentation on relationships and eager loading for more info.