Answer the question
In order to leave comments, you need to log in
Where is the best place to store select values?
You need to fasten select with a search to select top level domains.
I tried to store options in a js file on the client side, but it weighs 40kb (about 1500 thousand elements in the collection), and it takes a long time to load.
Where is the best place to store the options list?
Perhaps in PostgreSQL or as a collection in the model and then load the AJAX request?
Answer the question
In order to leave comments, you need to log in
Perhaps in PostgreSQL or as a collection in the model and then load the AJAX request?Instead of "or" should be "and". Store the data in the DBMS and load it in parts upon an AJAX request.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question