The Ruby Rogues

Speed Up Your Rails App by Lazy Loading Your N+1 Queries - RUBY 554

Informações:

Sinopsis

Wouldn't it be great if ActiveRecord didn't make you think about eager loading and it just did the "right" thing by default?  Lazy loading is extremely helpful when the list of associations to load is determined dynamically.  Today on the show, Charles and Luke interview Evgeniy Demin, Principal Engineer at Toptal.  They discuss how you can speed up your processes by lazy loading your N+1 queries, plus various tools to optimize your workflows. In this episode…N+1 queries and casesActiveRecord methodologyDeveloping new features quicklyVarious tools and ideasThe fulfill methodAlternative stacksRuby Tik-TokSponsorsAvoTop End DevsCoaching | Top End DevsLinksLinkedIn: Evgeniy DeminGitHub - djezzzl/n1_loader: Loader to solve N+1 issues for good. Highly recommended for GraphQL API.GitHub - DmitryTsepelev/ar_lazy_preload: Lazy loading associations for the ActiveRecord modelsGitHub - salsify/goldiloader: Just the right amount of Rails eager loadingN+1 problem will never be an issue with N1Loader gemEnhanced ActiveReco