Add option for executing queries with load_async #784
aesnyder
started this conversation in
Feature Requests
Replies: 1 comment
-
Nice article about a similar topic: https://www.rorvswild.com/blog/2025/optimize-pagination-speed-with-asynchronous-queries-in-ruby-on-rails |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am speeding up some of our controllers and noticed that I cannot use load_async with pagy.
I have it roughly working by overriding the method as such:
OLD
NEW
My plan would be to add this to both countless and the regular pagy method.
Beta Was this translation helpful? Give feedback.
All reactions