I have a series of icons (weather icons) which may all be the same (like, all day will be sunny).
If I set all of the images' srcs to the same URL (pointing to a server-based file), it appears I am seeing a separate request for each image get to the server, even though they are the same file, and the Expires and Cache-Control identifies these as "good" for a day.
Cache-Control: max-age=86400
Expires: Fri, 18 Nov 2011 13:48:47 GMT
This makes it appear that the framework is not acting as expected concerning HTTP Expires and Cache-Control headers.
Any ideas?