[Webkit-unassigned] [Bug 31630] Avoid downloading CSS background images that will never be visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 14:18:10 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31630


Martin Klepsch <martinklepsch at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martinklepsch at gmail.com




--- Comment #4 from Martin Klepsch <martinklepsch at gmail.com>  2009-12-01 14:18:09 PST ---
(In reply to comment #1)
> Hyatt has long been our "what images need to be loaded" strategist. In general
> there are images and stylesheets and other objects you might wish to not load
> that need to be loaded to support "preloading" behavior expected by websites or
> other correctness issues. But obviously, not loading things is *way* better for
> performance.
> 
> Hyatt, can you weigh in on this?

i think it's okay to load images that are just not visible at the beginning
(icons for js flash messages for example) but loading images that are
overwritten by another property declaration is unneeded.
maybe i'm wrong but i've never seen something like this in js: 
removing a second property declaration in order to make the first declaration
used by the browser to render the page.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list