-
-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow rendering of Ransack form #154
Comments
Please provide steps to reproduce this problem. On 29/10/2012, at 19:29, Cyprian notifications@github.com wrote:
|
I guess I would have to send the data and the code and this is not something I can do. I measured the times required to render particular form's elements and I can see they are quite long. |
Please look into ways to replicate this on a new app. There has to be a way. On 29/10/2012, at 20:57, Cyprian notifications@github.com wrote:
|
Besides that make sure you are not doing something like Product.all on a select dropdown where Prodoct.count > 100. |
We are also experiencing slow render times while using the Someone reported the problem on our mailing list, and attached some logs: https://gist.github.com/4030428. Was wondering if you would have any ideas about how to speed this up? |
There's a bit more context about this issue in the fat_free_crm issue tracker fatfreecrm/fat_free_crm#260 . Looks like it could be translation related. Has anyone had chance to track this done? I'm hoping to take a look but welcome collaboration. I love Ransack but this is killing performance - upwards of 5 seconds for us. Regards, Steve |
If still an issue could you please re-open with a repo / failing test? |
I'm experiencing performance issues when rendering Ransack form.
It takes 1.8-3.5s to render the form.
Is there anything I should look into in order to improve it?
The text was updated successfully, but these errors were encountered: