Closed
Bug 31918
Opened 25 years ago
Closed 24 years ago
Image loading very slow
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: stric, Assigned: pavlov)
References
()
Details
(Keywords: perf)
Loading the 3 images in the URL field takes 20-30 seconds on an Ultra10 (333mhz
Ultrasparc IIi) over LAN (10mbit, just between two houses) and about the same
speed from local disk. These images are just examples (progressive/not etc), all
large images are slow.
The progress meter and throbber is practically dead while loading, affecting
screen update as well.
Comment 1•25 years ago
|
||
reporter - what build are you one?
Reporter | ||
Comment 2•25 years ago
|
||
I used the (then) current tree when I reported the bug and I'm using the current
now - it's much faster.. from 2.5 to 5 seconds on those images in URL field
(made a typo on the third, fixed now).
I'm compiling myself with gcc 2.95.2, disable debug, enable optimize.. The UI is
still dead while loading it though.
Comment 3•25 years ago
|
||
Are you still seeing this?
thanks
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 4•25 years ago
|
||
It's not bad as it used to be, but the ui is still less alive than in NS4...
Comment 5•25 years ago
|
||
this is a sloaris problem, as on win32, UI is not horked.
do you always get the newest source and then build or CVS?
Reporter | ||
Comment 6•25 years ago
|
||
I update from cvs and build myself... While loading, a LOT of packages is
transmitted from the machine I run it on to the $DISPLAY machine. I haven't
analyzed the packet stream yet...
I'll have to track down a solaris machine for test.
-P
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Reporter | ||
Comment 8•25 years ago
|
||
I added another testcase.. while loading over the net, it's slow (slower than
"raw" download, takes up to a minute with mozilla) and the UI isn't very
responsive.. it reacts between every block loaded, but not very much while
reading a block from the network.
When loading over a LAN or locally, it takes about 2 seconds for me...
I'm having trouble seeing the problem.
I _did_ notice the server www.ing.umu.se was
slow though nil.sourceforge.net seemed ok.
I'll need some input from other solaris users....
I only have access to irix and linux these days.
-P
ps.
Adding the urls to the urls field above gets unwieldy.
You can just put the test urls in the comment text. We'll find them.
-p
Comment 11•25 years ago
|
||
Changing OS platform to Linux as this has been tested to occur on Linux too.
-raghu@eng.sun.com
OS: Solaris → Linux
Comment 12•25 years ago
|
||
M16 distribution was used to verify this bug on Linux platform.
-raghu@eng.sun.com
Comment 13•25 years ago
|
||
I'm not seeing this problem on a current tree. Some timing results
measured on Linux, using the following three browsers:
Netscape 4.73
Netscape6 PR3
5-Oct-2000 cvs tip build (with image related patches from 37779 and 53597)
All timed with a stopwatch, repeated three times and averaged.
URLS from 31918 directly from the network (keep in mind network variablity).
nil.sourceforge.net omitted because it wasn't providing the image to even
a raw downlod in a sane amount of time (<2min):
aspen1.jpg aspen2.jpg aspen3.jpg
Netscape 4.73 3.12sec 3.98sec 3.52sec
Netscape PR3 3.45sec 2.68sec 3.15sec
mozilla tip 3.47sec 3.35sec 3.03sec
Files on a local webserver to eliminate network variablity:
aspen1.jpg aspen2.jpg aspen3.jpg nil_first_multiplayer.png
Netscape 4.73 0.95sec 0.88sec 1.12sec 2.41sec
Netscape PR3 2.56sec 1.43sec 1.54sec 2.09sec
mozilla tip 2.29sec 1.38sec 1.30sec 1.94sec
QA Contact: elig → tpreston
Comment 14•25 years ago
|
||
Lets close it then.
Thanks, tor.
-p
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 15•25 years ago
|
||
I verified this on Linux 2000100909mn6 and all the graphics loaded quickly
Status: RESOLVED → VERIFIED
Comment 16•25 years ago
|
||
The person who reported this problem on mozilla.general had this response
to my timing results. Someone with a dialup connection should try running
time trials.
Jason Wong <jaw79@columbia.edu>:
I dunno though. Maybe it's something with the networking then.
I know on a 56k the image load time is the reason that I don't
use mozilla on linux. I accept that 2seconds is not a long
time, but consider 2 seconds for every image on a web page
and it adds up real quick.
Comment 17•25 years ago
|
||
Loading the first image locally (from HD) not only do I get poor loading time
(it is easily twice as fast to load with Netscape 4.x) I get very poor response
from the UI, which doesn't occur when loading large/complicated pages. I can't
suggest a fix but I really don't think the problem has been "solved" in any
meaningful way.
Comment 18•24 years ago
|
||
this should be addressed with pav's checkin.
-p
Comment 19•24 years ago
|
||
All pnunn bugs reassigned to Pav, who is taking over
the imglib.
Assignee: pnunn → pavlov
Status: REOPENED → NEW
Comment 20•24 years ago
|
||
This was fixed with new imagelib, verified fix on Linux build 2001040305
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•