Is the app "overly-eager"?

I ask because I have a compatriot who learned about eager loading, and 
shazam! EVERYTHING was eager loaded... even stuff that wasn't needed at 
the time.

As mentioned before, data is king, so profile to see what the real 
hold-up is.

And a +1 for discriminating caching... we knew our sidebar was 
computationally busy (displays items related to the primary entity being 
shown). That sidebar as a whole is cached, and the individual groups of 
related types of items within the sidebar are cached as well. Depending 
on the data content, views rendering cached fragments complete in 3% to 
10% of the time versus no cached data.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to