(no title)
alexwolfe | 11 years ago
When you open a node there is not network request, there is an open socket connection that data passes through.
Its usually not necessary to display all items in a 10k plus list as there is generally no use case for a user scrolling through a list that large. Search and showing a truncated list that renders efficiently would be a good approach. Ultimately the problem we are tying to solve is helping a user find the data they are looking for. hope that helps.
drhayes9|11 years ago