code4sac / sac-hash

5 stars 3 forks source link

QUESTION: Limit number of tweets on grid? #17

Open KalebClark opened 10 years ago

KalebClark commented 10 years ago

Question for everyone.

When clicking on the left column to display tweets (when its pulling from DB) it can possibly pull a HUGE amount of data for an AJAX call, and gets slow. Also, if its in the 1000's, the browser starts to be unresponsive.

Should we limit to say, last 100 tweets? Or let that be user selectable in the sort area? Dropdown with 10, 50, 100, 200 etc?

a-axton commented 10 years ago

I was thinking about making only that part scrollable. isotope has a method to load more items on scrolling. although, i'm not sure theres enough vertical space to do that

efletch commented 10 years ago

Maybe we should load less tweets (it feels a little laggy) especially if we can load more items with scrolling