I have a select in my view that have around 1000 elements
I use the sentence:

<body>
...
<td>@html.dropdownlist("MyList")</td>
</body>

My question is:
how can i to optimize this task because take too long in show the view in the browser ?

Any ideas will be thanks