Rendering lots of options is slow.
If your select box only uses primitive values, you do not need to use <sb.Option>
, instead you can use a plain old <option>
element (Example). Which will be faster, because constructing components is expensive in Ember.