Closed (fixed)
Project:
IE6 No more
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 16:05 UTC
Updated:
18 Aug 2010 at 15:00 UTC
With the latest IE6nomore version, every visitor (regardless of browser—I've tested Chrome and Safari) now has to load all the browser graphics (opera, safari, ff, etc.), creating an additional ~20KB of resources required for page download, and an additional 6 resources attached to the page.
Is there any way the javascript could, after detecting the browser is IE6 or earlier, *then* load the browser graphic files, rather than load them with every page load for everyone?
For performance reasons alone, I might need to stop using this module.
Comments
Comment #1
jonathan_hunt commentedThat's what this module used to do but people complained http://drupal.org/node/701384
We either load all code for all browsers, or do a second fetch for just IE6. I'm tempted to revert to the latter.
Comment #2
geerlingguy commentedHmm... I just wish IE6 would die a quick death and get it over with :-D
Comment #3
jonathan_hunt commentedI hear you brother.
Try alpha4. I've added IE conditional comments to avoid other browsers loading the banner markup and images.
Comment #4
geerlingguy commentedI updated, and the images no longer load in Safari or Webkit - thanks for the update! Great little module.