

The image being downloaded has no file extension, has a query string, and is a JPEG image (which makes that header sound even more weird). Here's the change between the first two requests and the third request:Īccept: image/png,image/* q=0.8,*/* q=0.5 The third request's Accept header was different. Upon browsing to an image directly, I saw three requests in Fiddler.
#Visit date history in firefox 40.0.3 windows 7
I did this after restarting with addons disabled on Firefox 31.0 in Windows 7 Professional 圆4. I'd like to explain what I'm experiencing separately. It's the favicon where the second request comes from. That's because Firefox won't show a preview image in the tab's favicon if any dimension of the image is 1024 pixels or higher. > If its smaller than 1023p, there'll be two requests. > If the image is bigger than 1023p, there'll be only on request. > So I've found an interesting thing about hat bug. (In reply to Lars Nielsen from comment #36) RewriteRule ^image/(+)?$ image.php?args=$1 Wondering if this slows my web-browsing experience in general for all sites.Ĭhrome/etc does not exhibit this behavour. Server is registering 2 hits for each page refresh.quite frustrating, it's making the hitcounts on my pages increment too fast. GET /Label/label.ashx/label-200.png?AgAAAMDqrjQn_MwIY-7OukKOuBr2VyNYKWYerXXss_B4nONLtWIQ0GCY93fj3jjXxp8apxymC_IK_Geo077SlOg271ZebePG8rt8BmZGwQZgYGRgYMIdmldSlJicnZiUk8oENIAjzNMv0ifYMfL_8ihgZmlgYKzv4BAa5BCj6O3q4KLkH_7MEufr5M_mFsVpYmhoZspgaWRpzWRiYmhqYmBkZGjEDDeH3cg0O9nR2VHAKDXJ3DQkBmiVlYW5sruDm4xri7AE0LMA7PFLBMSBEwdTcACjL7uOo4Osa7Mjk7MhqaWhpYsRibGRs8f8_b2heZklqikJwSWJJavH_xwMHAwQaxk-MiADJgbGSFbGf_8ZGEDeu8LOwCBgs4eRIYuToWybEeOleEaIsmQw-cKqlsGAgUOAL7DGdYJnTlTngbcibY8Xs7aeOSvUNcvrmuRHL93IlY_WuytuaX6-f8ohBjbH3MSq_DwGBof0U6a_z3BA6Q4GQoCNgWaAhQlIQLwFAGJWdDE= HTTP/1.1Īccept: text/html,application/xhtml+xml,application/xml q=0.9,*/* q=0.8Īccept-Charset: ISO-8859-1,utf-8 q=0.7,* q=0.7 Navigate to the URL for that image from the server.īy reviewing server logs or using a tool like Live HTTP Headers add-on, notice that each refresh makes two GET requests to the server.Įach refresh should only have created a single request to the server.

Create a server that dynamically generates a 627x43 pixel PNG image returned as content-type=image/png.Ģ.

Without changing the server, if the request comes from FireFox 3.6.8 running on an XP 32-bit machine, only one request per refresh is made.ġ. If that generated file is placed directly in the file system to be served by IIS in a non-dynamic fashion, Firefox only makes one request per refresh. I have not narrowed down the exact size at which the problem occurs. A small, 627x43 pixel, image exhibits the problem. The behavior seems to be dependent upon the size of the PNG image returned. If we navigate to one of these URLs in Firefox 3.6.8 on Windows 7 64-bit, Firefox makes two requests to the server every time the browser is refreshed. We have a server that can serve up dynamically generated PNG images based on information provided in the GET URL.
