Quoting Andrew Brown <[email protected]>:
> I have a few questions about how well RoR performs under various
> 'irregular' circumstances.  First, how quickly does rails work when
> there are potentially lots of embedded ruby expressions (hundreds) per
> page?  Also, how well does ruby do when there are perhaps hundreds of
> database reads per page?
> 

Use fragment caching so messages are rendered only when they change.  See
Railscasts #90, http://railscasts.com/episodes/90-fragment-caching

HTH,
  Jeffrey

-- 
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