mike wrote: > I'm looking at strategies to cache some data, and I just want to run > this by people to see how they use it or if what I'm thinking is just > insanity. > > Does it sound crazy to have 30-50 gets per page load? Not Insane. Just make sure you use a multiget. We commonly have pages with 100+ memcache gets per view, and a few pages are 1000+ objects. -Paul