Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Danny S. on April 12, 2011, 08:12:02 PM

Title: Strange issue regarding http requests on boardindex
Post by: Danny S. on April 12, 2011, 08:12:02 PM
Good evening,

I'm currently designing a custom theme and noticed a strange issue while using a web page analyzer tool.

I'm trying to cut down on my http requests and I noticed that when I analyze my board index page, for some reason, it loads the following files:

     quick_lock.png
     quick_sticky.png
     quick_sticky_lock.png


These files are the lock and thumbtack icons that appear next to locked/sticky topics. But that's on the message index, not the board index.

I may be crazy, but these files shouldn't load on the board index, right?.

The analyzer states that it's pulling 3 http requests for about 700 bytes (small I know, but I'm a bit of a perfectionist).




P.S. I tested this on a fresh install of RC5 and it's pulling them too.




Any help would be greatly appreciated! Thanks!
Title: Re: Strange issue regarding http requests on boardindex
Post by: Arantor on April 12, 2011, 08:15:07 PM
You have a stupid browser.

The files aren't explicitly requested in the source - but they are listed in the CSS. It seems that your browser is loading them even though the CSS isn't being used...
Title: Re: Strange issue regarding http requests on boardindex
Post by: Danny S. on April 12, 2011, 08:25:56 PM
I'm using the analyzer located here:

http://www.websiteoptimization.com/services/analyze/


Not sure what browser they analyze in... probably IE if I had to guess...