You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @Fivellpointed out, even after #2333 we're still hitting the database to get a count of all records, which is expensive if you have millions of records. This time around, it's an issue with Kaminari itself.
This has apparently been a long-standing issue with Kaminari, and some people have suggested fixes, but no one has yet submitted an actual pull request.