Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 155499 --- Engine performance issue: Table in Grid during run&render.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 155499 --- Engine performance issue: Table in Grid during run&render.

- Summary:
In Table layout, cache the content while there is a drop. If not, do not cache it now.

- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 155499 --- Engine performance issue: Table in Grid during run&render.

- Description:
In Table layout, cache the content while there is a drop. If not, do not cache it now.


- Tests Description  :
Manual Test.


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
 
- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutEmitter.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"

- Files Added:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutNoNestEmitter.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutNestEmitter.java"

- Files Deleted


-Wei Zhao



Back to the top