Re: CFDocument Slowness (CF8)

2010-03-16 Thread James Holmes

I've seen and fixed this before. In my case, the problem was with the
graphics subsystem; one machine was set up headless and the other wasn't.
The font rendering ended up running slow because it would fail when looking
for certain rendering methods and then fall back to other methods each time.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/


On 15 March 2010 08:26, E Cohe  wrote:

>
> Hello,
>
> I am moving ColdFusion to a new server and I am running into an issue which
> does not exist on the current server: producing PDFs with CFDOCUMENT is very
> slow--it can take 60 seconds to produce a single 3 page PDF file. The same
> thing on the current, similarly configured server takes maybe 5 seconds to
> fully load.
>
> I have tested a few  things to try to narrow the problem down:
>
> - Both servers are running ColdFusion 8 , but one the new server now has
> the newest patches so the new one is version 8,0,1,195765 and the old one is
> version 8,0,0,176276  (I had this problem before I installed the patches
> though, so I don’t think that’s the issue)
>
> - Other than that, the main difference I can find with the installations is
> that when I click on the "i" in the coldFusion administrator, I notice the
> one that works normal speed, has an OLDER version of JVM.  (Old server:
> 1.6.0_01 New Server: 1.6.0_04)
>
> - The problem does not seem to have to do with images.  I have commented
> out images and still have the same slow speeds.  I also know that if I run
> the template without CFdocument, it runs very quickly.
>
> Thanks for any ideas!
>
> EC
>
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331804
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDocument Slowness (CF8)

2010-03-16 Thread Jason Fisher

IIRC, JVM 6.4 is the really bad slow one, isn't it?  Update to 6.11 or 
higher and you're likely to see improvement in several areas.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331801
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFDocument Slowness (CF8)

2010-03-14 Thread Mark A. Kruger

I have a lot of tips on this sort of issue do a search for cfdocument on 
coldfusionmuse.com


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com


-Original Message-
From: E Cohe [mailto:cft...@longmeadcrossing.com] 
Sent: Sunday, March 14, 2010 7:26 PM
To: cf-talk
Subject: CFDocument Slowness (CF8)


Hello,

I am moving ColdFusion to a new server and I am running into an issue which 
does not exist on the current server: producing PDFs with CFDOCUMENT is very 
slow--it can take 60 seconds to produce a single 3 page PDF file. The same 
thing on the current, similarly configured server takes maybe 5 seconds to 
fully load.  

I have tested a few  things to try to narrow the problem down:

- Both servers are running ColdFusion 8 , but one the new server now has the 
newest patches so the new one is version 8,0,1,195765 and the old one is 
version 8,0,0,176276  (I had this problem before I installed the patches 
though, so I don’t think that’s the issue)

- Other than that, the main difference I can find with the installations is 
that when I click on the "i" in the coldFusion administrator, I notice the one 
that works normal speed, has an OLDER version of JVM.  (Old server: 1.6.0_01
 New Server: 1.6.0_04)

- The problem does not seem to have to do with images.  I have commented out 
images and still have the same slow speeds.  I also know that if I run the 
template without CFdocument, it runs very quickly.

Thanks for any ideas!

EC


 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331732
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDocument Slowness (CF8)

2010-03-14 Thread Mark Mandel

Can the server resolve itself via DNS? I.e. if you ping its own hostname,
does it work?

I've often seen cfdocument issues because of DNS resolution issues, as it
basically does a browser snapshot of a HTML rendering.

Mark

On Mon, Mar 15, 2010 at 11:26 AM, E Cohe wrote:

>
> Hello,
>
> I am moving ColdFusion to a new server and I am running into an issue which
> does not exist on the current server: producing PDFs with CFDOCUMENT is very
> slow--it can take 60 seconds to produce a single 3 page PDF file. The same
> thing on the current, similarly configured server takes maybe 5 seconds to
> fully load.
>
> I have tested a few  things to try to narrow the problem down:
>
> - Both servers are running ColdFusion 8 , but one the new server now has
> the newest patches so the new one is version 8,0,1,195765 and the old one is
> version 8,0,0,176276  (I had this problem before I installed the patches
> though, so I don’t think that’s the issue)
>
> - Other than that, the main difference I can find with the installations is
> that when I click on the "i" in the coldFusion administrator, I notice the
> one that works normal speed, has an OLDER version of JVM.  (Old server:
> 1.6.0_01 New Server: 1.6.0_04)
>
> - The problem does not seem to have to do with images.  I have commented
> out images and still have the same slow speeds.  I also know that if I run
> the template without CFdocument, it runs very quickly.
>
> Thanks for any ideas!
>
> EC
>
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331731
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFDocument Slowness (CF8)

2010-03-14 Thread E Cohe

Hello,

I am moving ColdFusion to a new server and I am running into an issue which 
does not exist on the current server: producing PDFs with CFDOCUMENT is very 
slow--it can take 60 seconds to produce a single 3 page PDF file. The same 
thing on the current, similarly configured server takes maybe 5 seconds to 
fully load.  

I have tested a few  things to try to narrow the problem down:

- Both servers are running ColdFusion 8 , but one the new server now has the 
newest patches so the new one is version 8,0,1,195765 and the old one is 
version 8,0,0,176276  (I had this problem before I installed the patches 
though, so I don’t think that’s the issue)

- Other than that, the main difference I can find with the installations is 
that when I click on the "i" in the coldFusion administrator, I notice the one 
that works normal speed, has an OLDER version of JVM.  (Old server: 1.6.0_01
 New Server: 1.6.0_04)

- The problem does not seem to have to do with images.  I have commented out 
images and still have the same slow speeds.  I also know that if I run the 
template without CFdocument, it runs very quickly.

Thanks for any ideas!

EC


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331730
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm