Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: Framework, ICE-Components
-
Labels:None
-
Environment:ICEfaces
-
ICEsoft Forum Reference:
Description
Rendering performance in applications is always a concern, but a clients Facelets application illustrated particularly poor rendering performance.
https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4903
First notably were two methods on top of the profiling time lists. The serialize method of the DOMSerilizer class, and the renderNonBooleanAttributes method of the PassThroughAtrributeRenderer both have some questionable code. It might be justifiable but it seems very expensive.
This bug should be used to track any changes made to the framework and components with respect to this application.
https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4903
First notably were two methods on top of the profiling time lists. The serialize method of the DOMSerilizer class, and the renderNonBooleanAttributes method of the PassThroughAtrributeRenderer both have some questionable code. It might be justifiable but it seems very expensive.
This bug should be used to track any changes made to the framework and components with respect to this application.
Issue Links
- blocks
-
ICE-3082 CPU performance/efficiency
-
- Closed
-
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17121 | Thu Jul 10 14:40:22 MDT 2008 | greg.dick | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17122 | Thu Jul 10 14:41:23 MDT 2008 | greg.dick | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17125 | Thu Jul 10 14:50:58 MDT 2008 | greg.dick | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17126 | Thu Jul 10 14:51:24 MDT 2008 | greg.dick | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17128 | Fri Jul 11 09:50:03 MDT 2008 | greg.dick | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17129 | Fri Jul 11 09:53:43 MDT 2008 | greg.dick | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee Priority | P1 | |
Assignee | Greg Dick [ greg.dick ] |
Attachment | PassThruAttributeRenderer.java [ 11118 ] |
Attachment | PushModeSerializer.java [ 11119 ] |
Assignee | Greg Dick [ greg.dick ] | Adnan Durrani [ adnan.durrani ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17153 | Mon Jul 14 12:15:50 MDT 2008 | ted.goddard | keep track of duplicates in pruned ancestors ( |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17165 | Tue Jul 15 14:11:35 MDT 2008 | ted.goddard | keep track of duplicates in pruned ancestors ( |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17166 | Tue Jul 15 14:12:13 MDT 2008 | ted.goddard | alternate implementation of renderNonBooleanAttributes ( |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17168 | Tue Jul 15 17:18:06 MDT 2008 | ted.goddard | keep track of duplicates in pruned ancestors ( |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17169 | Tue Jul 15 17:18:16 MDT 2008 | ted.goddard | alternate implementation of renderNonBooleanAttributes ( |
Files Changed | ||||
![]() |
Summary | Rendering performance in ICEfaces framework is poor | Optimize rendering performance |
Fix Version/s | 1.7.2 [ 10130 ] | |
Security | Private [ 10001 ] | |
Assignee | Adnan Durrani [ adnan.durrani ] | Ted Goddard [ ted.goddard ] |
Summary | Optimize rendering performance | Rendering performance improvements |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Link | This issue depends on ICE-3322 [ ICE-3322 ] |
Summary | Rendering performance improvements | Framework alorithm improvements in passThroughAttribute and DOMSerialization areas |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Assignee Priority | P1 |
Summary | Framework alorithm improvements in passThroughAttribute and DOMSerialization areas | Framework algorithm improvements in passThroughAttribute and DOMSerialization areas |
Assignee | Ted Goddard [ ted.goddard ] | Greg Dick [ greg.dick ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Greg Dick [ greg.dick ] |
I've attached two files that have improvements to their short term algorithms. They appear to help, offering about a 12.5% improvement in the customer testcase, but the changes also appear to have regressions in some unidentified form.