I have a large page in Rails with lots of individual queries and chunks of rendered code, and I would like to speed up the pace at which all of this renders.
What would the set up be like if I wanted the page itself to render first, possibly with multiple spinners, each partial rendering as it can? I'm using JQuery and Rails 3.
Specifics on how to get this accomplished would be very useful for me - I have used simple ajax in Rails 3 for toggling values and rendering partials after a request, but I don't know how to render a page partial-by-partial with spinners on each. Thank you very much.