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

/files with thousands of files added makes my browser hang #20

Closed
caioalonso opened this issue Mar 17, 2015 · 5 comments · Fixed by #51
Closed

/files with thousands of files added makes my browser hang #20

caioalonso opened this issue Mar 17, 2015 · 5 comments · Fixed by #51
Labels
help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)
Milestone

Comments

@caioalonso
Copy link
Contributor

I don't know how many files/directories I have added, but as an experiment I have added thousands of them.

Browsing to http://localhost:5001/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R/#/files/all makes Firefox and Chromium on Linux hang a lot.

@whyrusleeping whyrusleeping added the status/deferred Conscious decision to pause or backlog label Apr 2, 2015
@whyrusleeping
Copy link
Member

would be nice to have a sort of 'range query' on the files so we can just show 10-20ish at a time. I remember @travisperson was working on a cool 'infinite scrolling' thing in react that did some nifty loading stuff to solve this very problem (if i remember correctly)

@jbenet
Copy link
Member

jbenet commented Apr 2, 2015

Yeah, we need to support range queries on the ipfs api

@travisperson
Copy link
Member

Ya!

https://github.com/seatgeek/react-infinite

There was an issue with it not being able to be included via npm which was just recently fixed. Loading the files from IPFS shouldn't be an issue, though providing range queries would be great.

@jbenet
Copy link
Member

jbenet commented Apr 9, 2015

That sgtm. 


Sent from Mailbox

On Thu, Apr 2, 2015 at 5:50 PM, Travis Person notifications@github.com
wrote:

Ya!
https://github.com/seatgeek/react-infinite

There was an issue with it not being able to be included via npm which was just recently fixed. Loading the files from IPFS shouldn't be an issue, though providing range queries would be great.

Reply to this email directly or view it on GitHub:
#20 (comment)

@jbenet jbenet added the kind/bug A bug in existing code (including security flaws) label Apr 23, 2015
@jbenet
Copy link
Member

jbenet commented Apr 23, 2015

this bug is very annoying to have :(

@jbenet jbenet modified the milestone: 0.2.0 Apr 23, 2015
@jbenet jbenet added the help wanted Seeking public contribution on this issue label Apr 23, 2015
@jbenet jbenet mentioned this issue Apr 27, 2015
22 tasks
@jbenet jbenet mentioned this issue May 4, 2015
36 tasks
@krl krl self-assigned this May 16, 2015
@jbenet jbenet added status/in-progress In progress and removed status/deferred Conscious decision to pause or backlog labels May 16, 2015
@jbenet jbenet removed the status/in-progress In progress label May 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants