daveasdf_2
daveasdf_2

Reputation: 81

Simple form with many collection inputs stalls after render, Rails

I've got a simple_form that has 22 inputs with collections like:

collection: 0..1000

and another 22 inputs with collections like:

collection: 0..10000

So that's a form with 242000 in collections, which causes the form to stall after rendering for maybe 7 seconds on local server.

I thought the collections were nice, but will not use them unless there's a quicker solution?

Upvotes: 0

Views: 58

Answers (0)

Related Questions