Project:
View Revisions: Issue #37741 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0037741: Ability to keep in cache the compiled Jasper Reports | ||
Revision | 2018-03-20 19:15 by caristu | ||
Description | It would be nice if the reporting engine would be able to keep in cache the compiled Jasper Reports. See here for more information: http://wiki.openbravo.com/wiki/Projects:Jasper_Reports_Cache [^] |
||
Revision | 2018-03-15 17:36 by caristu | ||
Description | It would be nice if the reporting engine would be able to keep in cache the compiled Jasper Reports. Currently, the engine is compiling every report before rendering it. But this compilation result can be re-used without the need of compiling it every time. This would increase the performance at different levels: - The number of milliseconds to generate each report would be reduced, as every report would be compiled just once. - Concurrency: it is expected to have less blocking at the classloader because of the fact of having less classes loaded due to the less usage of the compiler. |
Copyright © 2000 - 2009 MantisBT Group |