Rank: Newbie Groups: Member
Joined: 1/10/2013 Posts: 2
|
I have an application using the EO PDF component. I've been very happy with it, but we are experiencing very slow generation of the PDF on our production web server. When testing locally, it runs very fast, generates a PDF in a second. When running from the production web server, it takes over 30 seconds.
To reduce the complexities, I just created a test page, that all it has is Hello World in the html. My Page_Load method looks as follows:
EO.Pdf.Runtime.AddLicense("...") ASPXToPDF1.RenderAsPDF(True)
This simple page takes over 30 seconds to load.
I am at a loss why it is taking so long.
Thanks for any help you can provide
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, Please see if this topic helps: http://www.essentialobjects.com/doc/4/web/aspxtopdf.aspx#debugYou will also want to comment out contents in your page step by step and see if you can find out which part of your page triggered the problem. Thanks!
|
Rank: Newbie Groups: Member
Joined: 1/10/2013 Posts: 2
|
I had actually seen this note on your web server, but didn't think it would apply. Apparently, it did. We changed some local host settings and response time is significantly faster.
Thank you for your support.
|