Open
Bug 699174
Opened 12 years ago
Updated 5 months ago
Firefox 7.0.1 is unresponsive when browsing a local directory with many files.
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: shlomif, Unassigned)
Details
Attachments
(1 file)
361 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Build ID: 20110930012629 Steps to reproduce: This bug report is an offshoot of https://bugzilla.mozilla.org/show_bug.cgi?id=611511 . I prepared a directory under ~/tmp/ with 30,000 files using the attached script (after being called with "30000" as a parameter). Actual results: When browsing it with Firefox, it was unresponsive for many seconds, and afterwards hovering over links did not update the selected part propmptly. Expected results: Firefox should have been responsive throughout the entire time.
Updated•12 years ago
|
Attachment #571403 -
Attachment mime type: application/octet-stream → text/plain
Comment 1•12 years ago
|
||
I can confirm there is slowdowns when facing directories with this amount of files. I was unable to run attachment 571403 [details] because of missing dependencies, but the following command do the same:
$ touch `seq 1 30000`
Updated•5 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•