sugarlabs / social

A Platform of discussion for the projects, Activities, and Softwares of SugarLabs Organisation.
https://sugarsocial.herokuapp.com/
2 stars 5 forks source link

Ajax or lazy loading for feeds #4

Closed avinashbharti97 closed 5 years ago

avinashbharti97 commented 5 years ago

Currently, all the data is fetched at once in feed and that will take a lot of loading time.

This problem can be solved by adding ajax loading of feeds on scrolling

Best way to implement is to use Django pagination, something like this pagination

GouravSardana commented 5 years ago

@avinashbharti97 you are facing an issue for that?

rhl-bthr commented 5 years ago

Fixed in 9156484