Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cache only images?

Status
Not open for further replies.

lucidtech

IS-IT--Management
Jan 17, 2005
267
0
0
US
I am running Coldfusion 8 and want to know if there is a way to client-side cache only images, so pages update everytime but my background images don't need to be reloaded every page refresh?
 
I've been starting to work a lot with AJAX and the "bind" attribute to selectively update the page. I find, depending on the updates required, that this saves a great deal of time on page reloads.
 
The cfcache tag in ColdFusion 8 cannot cache page fragments, unfortunately. As of CF 9, it DOES handle that, however, which is nice.

One caching custom tag I know of is cf_scopecache:


I am not sure if it will solve your problem but it won't hurt to give it a try.

-Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top