Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy load #3

Open
kashav opened this issue Oct 17, 2016 · 0 comments
Open

Lazy load #3

kashav opened this issue Oct 17, 2016 · 0 comments

Comments

@kashav
Copy link
Member

kashav commented Oct 17, 2016

Implement some sort of lazy load functionality. Right now, requesting results from a large repository (anything with > 100 stars) will crash the site (since we're loading at least 100*100 repositories).

Lazy loading should solve this issue, maybe load 100 at a time. Shouldn't be hard to get this working with the current project structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant