bwbaugh / infertweet

Infer information from Tweets. Useful for human-centered computing tasks, such as sentiment analysis, location prediction, authorship profiling and more!
http://infertweet.bwbaugh.com/
Other
10 stars 1 forks source link

Infinite scrolling to load more results #43

Open bwbaugh opened 11 years ago

bwbaugh commented 11 years ago

Currently it can take around 10 seconds to render a results page containing 50 embedded tweets. It might be worth the effort to only initially embed something like 5 tweets, and then incrementally load additional tweets as the user scrolls down the page. This would have the effect of minimizing the initial rendering time of the page.