Displaying 1 result from an estimated 1 matches for "nobalance".
Did you mean:
balance
2006 Aug 17
2
RJS - slower than normal RHTML?
...ough RJS is taking about 5 times longer than rendering the partial in
the RHTML.
I have in my main RHTML
<tbody id="account_transactions">
<%= render :partial => ''account_transactions/transaction'', :collection
=> @account_transactions, :locals => {:nobalance => false, :goto =>
false} %>
</tbody>
By putting a benchmark around just the render line, it renders on
average 0.3 seconds.
Now I have a link on the page to go to another page (AJAX paging is the
thought) and everything processes in a timely fashion except this line:
page.repl...