Re: [Rails] slow will_pagination

2012-03-07 Thread Colin Law
On 6 March 2012 23:27, rubix Rubix li...@ruby-forum.com wrote: Hi, I am realizing my first application in Rails (with tutorials), I implement a pagination solution with will_paginate gem, it works well but the problem is: changing pages is very slow and I think the query is executed every

[Rails] slow will_pagination

2012-03-06 Thread rubix Rubix
Hi, I am realizing my first application in Rails (with tutorials), I implement a pagination solution with will_paginate gem, it works well but the problem is: changing pages is very slow and I think the query is executed every time the page is changing Is there a solution to get faster pagination