Image handling is the most likely cause of the slowness. The first test I
would do is to temporarily take out every image, or knock out all HTML tags
if you are pulling content from CFHTTP, to see how many seconds those tags
contribute to the creation time.

-Mike Chabot

On Tue, Jun 14, 2011 at 9:31 AM, Edward Chanter <firew...@cc.uk.com> wrote:

>
> I will try that, thanks :) It'll take me a while because the pages are
> relative complex but I will let you know how it goes.
>
> > -----Original Message-----
> > From: Patrick Kerley [mailto:kerl...@yahoo.com]
> > Sent: 14 June 2011 14:14
> > To: cf-talk
> > Subject: Re: CFPDF Performance Issues
> >
> >
> > We've seen that when we have CFPDF's with Images that as ridiculous as
> this
> > sounds sometimes we need to move the images to different domains (multi
> > domain system on same CF server) or sometimes just different
> > folders.  Comment out images (if you have any) and see if that speeds it
> up?
> >
> > -------------
> > Patrick Kerley
> > kerl...@yahoo.com
> > -------------
> >
> >
> > ________________________________
> > From: Edward Chanter <firew...@cc.uk.com>
> > To: cf-talk <cf-talk@houseoffusion.com>
> > Sent: Tuesday, June 14, 2011 4:48 AM
> > Subject: CFPDF Performance Issues
> >
> >
> > I'm having a bit of a weird issue with the creation of PDFs. The issue is
> quite
> > simple, we have two servers and one is generating PDFs much faster than
> > the other. The weird thing is that the server which is slow is our 64bit
> > production server running CF 8.0.1 Enterprise and the faster server is
> the
> old
> > 32bit CF 8.0.1 standard box. One would logically expect the big fast
> > production server to process the PDF much faster. I'm using the exact
> same
> > CFML page to generate the PDF including the same data, images, etc.
> >
> > The problem I'm having is trying to get to the bottom of what is causing
> the
> > difference in speed. To that end does anyone know what might cause the
> > CFPDF service to take a long time to create the PDF? I'm seeing nothing
> in
> my
> > logs and the performance monitor only tells me that the page is slow.
> >
> > Any ideas are most welcome because this one has me completely stumped.
> >
> > :)
> >
> >
> >
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > ~~~~~~~~~~~|
> > Order the Adobe Coldfusion Anthology now!
> > http://www.amazon.com/Adobe-Coldfusion-
> > Anthology/dp/1430272155/?tag=houseoffusion
> > Archive: http://www.houseoffusion.com/groups/cf-
> > talk/message.cfm/messageid:345254
> > Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
> > Unsubscribe: http://www.houseoffusion.com/groups/cf-
> > talk/unsubscribe.cf
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345257
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to