Open
Bug 432942
Opened 17 years ago
Updated 2 years ago
Add an option to render page immediately without waiting CSS to load
Categories
(Firefox :: General, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: kagesenshi.87, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5
some sites might have some of its page data such as CSS on a different server. however, sometimes, the off-site page server might be unavailable / down.
current firefox keep trying to load that off-site data before rendering the pages which made an impression of slow loading. It would be nice if there are a preferences settings/ about:config entry to change this behaviour so that firefox render the page immediately, ignoring whether CSS is loaded or not.
one example usecase - using google's cache to view contents of a down webserver.
Reproducible: Always
Steps to Reproduce:
1. load a page which its CSS is located in an unreachable server
2. had to wait until for a long timeout to end before content is rendered
Actual Results:
page rendered - after long~~ time waiting for non-reachable CSS.
Expected Results:
page rendered immediately
Comment 1•17 years ago
|
||
Is this what you are looking for? http://kb.mozillazine.org/Nglayout.initialpaint.delay
Reporter | ||
Comment 2•17 years ago
|
||
erm .. no .. even with Nglayout.initialpaint.delay set to 1, firefox still tries to load the css before displaying the page
one example (replace 10.3.0.7 with a non-existant computer/IPaddress in ur network):
<html>
<link rel="stylesheet" href="http://10.3.0.7/test.css" type="text/css"/>
</html>
<body>
Hello world
</body>
try to open it with firefox, and until connection to 10.3.0.7 timed out, firefox does not render the page.
Reporter | ||
Comment 3•17 years ago
|
||
oops .. wrong paste
<html>
<head>
<link rel="stylesheet" href="http://10.3.0.7/test.css" type="text/css"/>
</head>
<body>
Helloworld
</body>
</html>
Comment 4•14 years ago
|
||
This is a mass search for bugs that are in the Firefox General component, are
UNCO, and have not been changed for 800 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10, create a fresh profile,
http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you
still see the bug, please update this bug. If the issue is gone, please set the
resolution to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Updated•14 years ago
|
Whiteboard: [CLOSEME 2010-11-01]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•