IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#46769 - 02/17/14 02:04 PM Excel Graph performance
Zephiir Offline
OL Newbie

Registered: 02/17/14
Posts: 2
Loc: Select One
Hello,

Is anyone else having a performance hit when using "Excel Graph"? A task that takes roughly 20 minutes (around 30K pages) now takes 5+ hours to finish when using a simple pie chart generated from a excel document via "Business Charts".

[The process takes the data from a local SQL Server, generates the PDF and writes a TXT file]

Best regards,
Eliezer.


Edited by Zephiir (02/17/14 02:05 PM)

Top
#46773 - 02/17/14 03:42 PM Re: Excel Graph performance [Re: Zephiir]
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Hi Eliezer,

I would definitely expect the Excel Graph to take more time to process than other graphs. The reason is that unlike the other graphs that are drawn directly in PlanetPress in pure PostScript, this one actually calls Excel via an external vbscript. Then, it has to pass the data to Excel, and have Excel generate the graph, which is then converted to an image, and sent back to PlanetPress, which then includes it in the job as an image. So not only does it has to do all this connectivity, but you also end up with an image, which can slow down processing. (images are often what slows down a job the most)

Unfortunately, this cannot really be avoided when using the Excel graph, as this is the only way we can export a graph from Excel to PlanetPress. If you are making a simple graph and don't need it to be very fancy, I'd suggest looking at the other types of graphs available in PlanetPress, as they will perform a lot better.

Regards,
Raphaël Lalonde Lefebvre

Top
#46819 - 02/20/14 01:00 PM Re: Excel Graph performance [Re: Raphael Lalonde Lefebvre]
Zephiir Offline
OL Newbie

Registered: 02/17/14
Posts: 2
Loc: Select One
I see, I'll give a shot to the other Planet Press Design graphs options.

Thanks Raphael.

Top