Closed
Bug 45344
Opened 26 years ago
Closed 26 years ago
Hang for 7 seconds first time any form is submitted
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: mikepinkerton, Assigned: morse)
Details
- launch navigator
- go to bugzilla main page (bugzilla.mozilla.org)
- type in any bug (12345) and press "show"
expected:
- page starts loading immediately
actual:
in debug builds, the following is printed to the console:
Opening file DistinguishedSchema.tbl failed
Opening file FieldSchema.tbl failed
Opening file URLFieldSchema.tbl failed
Opening file SchemaConcat.tbl failed
Opening file 4271286613.s failed
and the entire machine is locked up for 7-8 seconds. After all the files fail to
load, the page begins to load. This is pretty bad. This happens in commercial
builds as well, but obviously you don't see this on the console. Also happens on
all platforms, but is at least twice as slow on mac (7-8 seconds, sometimes
longer).
Subsequent forms are fine.
| Reporter | ||
Comment 1•26 years ago
|
||
nominating for beta2. it appears like the app has frozen.
Keywords: nsbeta2
Comment 2•26 years ago
|
||
This is wallet code breaking up All.tbl into its constituent files, doing lots of
inefficient file I/O.
Assignee: rods → morse
| Assignee | ||
Comment 3•26 years ago
|
||
*** This bug has been marked as a duplicate of 44514 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 4•26 years ago
|
||
Marking VERIFIED DUPLICATE on:
- MacOS9 2000-07-18-10-M17 Commercial
- Linux6 2000-07-19-10-M17 Commercial
- Win98 2000-07-19-11-M17 Commercial
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•