Closed
Bug 332558
Opened 19 years ago
Closed 14 years ago
Ridiculous slow render
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: naz, Unassigned)
References
()
Details
(Keywords: perf)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Firefox takes a damn log time to render this page. It is 3MB of XHTML strict, but I use Apache 2.0.55 with mod_deflate to send the data as gzipped data. Here are the response headers:
Content-Encoding: gzip
Content-Length: 45459
As you can see, it compresses down to under 46kb transferred. IE and Opera both render the page quickly, and it even takes ages in Firefox when I have copied the page to the local HDD. When you load the URL I have indicated, it is not processing time on the server that you are waiting for, as has been suggested to me, as you are looking at sterile HTML that has been dumped as source from a dynamic application. There is no server side processing going on to slow it down.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.mrnaz.com/ffbug/bigform.html
2. Say OMG!!! LOLZ!!~! when you see how long it takes to load.
Actual Results:
Waiting, waiting and more waiting.
Expected Results:
Render the page as fast, or faster than IE, Opera and Konq.
This has happened with all versions of FF that I have tested, up to 1.5.0.1 and on all platforms.
Comment 1•19 years ago
|
||
Opera: 18 seconds
IE: 33 seconds
Firefox trunk: 83 seconds
Comment 2•19 years ago
|
||
Isn't this page a bit extreme? On my 500 MHz PIII machine running Linux, Opera takes 55 seconds. That is also a long long time to wait.
OK, my Seamonkey takes about 185 seconds, you you have made your point.
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Comment 4•19 years ago
|
||
(In reply to comment #2)
> Isn't this page a bit extreme? On my 500 MHz PIII machine running Linux, Opera
> takes 55 seconds. That is also a long long time to wait.
> OK, my Seamonkey takes about 185 seconds, you have made your point.
>
And Konqueror on the same machine about 50 seconds....a tad quicker than Opera, actually...:-)
Comment 5•19 years ago
|
||
I see about 20-30% of total time spent talking to X (on Linux). The rest has the typical "large page" look to it.
Comment 6•14 years ago
|
||
test URL is gone
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Keywords: perf
Resolution: --- → INCOMPLETE
Summary: Ridiculous render time → Ridiculous slow render
You need to log in
before you can comment on or make changes to this bug.
Description
•