Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
reactionnetworks #1
CFCONTENT Performance?
I am currently working on an application where I am going to be serving up a
lot of images to end users (think: car/home listings w. images type deal). I
would like to use CFCONTENT to serve up all the images - but i'm unsure if my
server would take a big performance hit using the tag? I've used it in the past
to serve up images and other files with no problem, but i have never used it
to serve up a high volume of images on a high traffic application.
reactionnetworks Guest
-
FLV and cfcontent
I've been attempting to use cfcontent to supply an FLV file to a flash application. I can't seem to get it to work. Does anyone have an example of... -
cfcontent - help please
Hi In my database there is a field which has links to articles #productdescription#- these articles have been saved as simple text. When a user... -
CFCONTENT
Hello, Is it possible to use <CFCONTENT> within a frame or table layout? seems when I run my code (which is a pop up window), the <cfcontent>... -
why use cfcontent?
Why would one use cfcontent insead of of using cfheader? Sorry if this eems like a daft question but they seem to be the same thing to me. -
CFCONTENT and SSL
I've read several online forums concerning the CFCONTENT - PDF problem but haven't seen anything similar to the problem I'm having... I'm... -
Mr Black #2
Re: CFCONTENT Performance?
Unless you have REALLY good reson to use CFCONTENT (you create/transform images
dynamically, you do not want to give users direct access to them, etc), you
should let your Internet server to do this by using HTML IMG tags. This will
seriously improve the overall performance. CFCONTENT is times slower than the
direct link. Also, using CFCONTENT most likely will disable caching on both
sides, so all pages will be much slower than they could be.
Mr Black Guest
-
reactionnetworks #3
Re: CFCONTENT Performance?
Decided to go another route - thanks Mr Black
reactionnetworks Guest



Reply With Quote

