|
3 |
re-tagged
|
||
|
2 | provided real implimentation link | ||
|
Presently i have the following action to return files (images, PDF's, etc) from my DB:
I'm using the As the code stands, i appear to get cache functionality in Firefox(3) but not IE(7). For some reason IE is requesting the image from the DB every time (which is killer bad obviously) and i dont know how to fix it. Sure IE doesn't support standards properly but maybe i'm still not following some preferred caching conventions. I'd really appreciate some help with this so i get minimal DB hits and caching support cross browser. EDIT: To see the code above in action or to profile it yourself with browsers/tools, refer to this link. |
||||
|
1 |
|
||
how do i cache FileContentResult for performance?Presently i have the following action to return files (images, PDF's, etc) from my DB:
I'm using the As the code stands, i appear to get cache functionality in Firefox(3) but not IE(7). For some reason IE is requesting the image from the DB every time (which is killer bad obviously) and i dont know how to fix it. Sure IE doesn't support standards properly but maybe i'm still not following some preferred caching conventions. I'd really appreciate some help with this so i get minimal DB hits and caching support cross browser.
|
||||
