Sudheendra Panganamala wrote: > Hi, > > I would like to show a progress bar in the browser until my pages load. > > As my web pages take more that 10 seconds to load, I have decided to > show the progres bar. > > Please help me with your ideas
Page and/or fragment caching works wonders... rarely is absolutely everything dynamic on a page. I've even seen benefits from caching rows in an index view when assembling the data for each row requires complex backend work. -- 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.

