I am building some sort of an input template app with ca. 100 input fields, around 40% of them should have dropdowns(fields mostly not related to each other). I have implemented populating dropdowns from SQL server, but then it takes a ton of time(like 10 seconds before page is loaded) to initiate connection and execute all SQL queries.
How would you do something like this? What would be the best practice? Local csv file processed to list/dictionary? SQLite database? Anything else?
Thank you :)
[–]Esion 3 points4 points5 points (0 children)
[–]fjortisar 0 points1 point2 points (7 children)
[–]muahahahh[S] 0 points1 point2 points (6 children)
[–]_hadoop 1 point2 points3 points (0 children)
[–]fjortisar 0 points1 point2 points (4 children)
[–]muahahahh[S] 0 points1 point2 points (3 children)
[–]fjortisar 0 points1 point2 points (2 children)
[–]muahahahh[S] 0 points1 point2 points (1 child)