Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Reduce the file size of the report document

Title: [birt-dev]CheckIn: Reduce the file size of the report document

- Summary:
Reduce the file size of the report document


- Bugzilla Bug (s) Resolved:
None


- Description:
Reduce the file size of the report document

And here is the test result:
The size of the original document is 600KB, and after code modificaiton,
the new document’s size is 414 KB
You can see detail information about the size changing:

        Total size      content’s size 
Old document    600 KB (614,963 bytes)  423,733 bytes  
New document                    414 KB (424,831 bytes)  233,601 bytes  
Size reduce                     190132 bytes( 30.92% )  190132 bytes( 44.87% ) 


- Tests Description  :
Unit Test & Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/content/ReportContentReaderAndWriterTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/ReportContentReaderV3.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top