You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArticlesController#index is currently not very well optimized. We could use .select() to only fetch the database fields we need, to we don't have to create big objects. We also don't need both @articles and @latest
The text was updated successfully, but these errors were encountered:
ArticlesController#index is currently not very well optimized. We could use .select() to only fetch the database fields we need, to we don't have to create big objects. We also don't need both @articles and @latest
The text was updated successfully, but these errors were encountered: