How to speedup BIRT Generate Excel & PDF #1929
Replies: 2 comments 6 replies
-
There are many questions to your compare, because you cannot compare by default with the same system settings both generator engines.
There are so many dependencies. |
Beta Was this translation helpful? Give feedback.
-
... and do you use separate RunTask and RenderTask or do you use RunAndRenderTask? And do you use scripting in your report? And show us your report! I would expect to be JasperReports to be a little bit faster at run time, because it uses Java for logic inside the report, whereas BIRT uses Javascript. But in my experience, most of the wallclock time when generating reports is spent in the database (or network) layer. When we switched from Oracle Reports to BIRT back then, I found that the time needed for developing reports was about the same, but runtime performance was much better (because we could use the power of Javascript), and stability was better, too. So, while JasperReports can be faster, BIRT is usually fast enough if you develop your BIRT reports in the right way, and optimizing efforts should usually be directed at the database. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, im looking for a solution. so i was comparing BIRT and JASPER with same StoreProcedure. but Jasper average generation for Excel is 500ms then BIRT is around 1.5s. Is there a tweak or config that can help BIRT faster?
Im doing compare with same Memory 2048MB between BIRT Server and JASPER Server.
Beta Was this translation helpful? Give feedback.
All reactions