[Issue 356] New - Fix for issue 228 in UIInstructionHandler.apply method causes Performance degradation

View: New views
2 Messages — Rating Filter:   Alert me  

[Issue 356] New - Fix for issue 228 in UIInstructionHandler.apply method causes Performance degradation

by yagish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://facelets.dev.java.net/issues/show_bug.cgi?id=356
                 Issue #|356
                 Summary|Fix for issue 228 in UIInstructionHandler.apply method
                        | causes Performance degradation
               Component|facelets
                 Version|1.1.14
                Platform|All
              OS/Version|All
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|impl
             Assigned to|issues@facelets
             Reported by|yagish






------- Additional comments from yagish@... Fri Aug 28 14:45:36 +0000 2009 -------
The fix for issue 228 in UIInstructionHandler.apply method causes a performance
degradation when porting from facelets1.1.12 to facelets1.1.14.

Using JProbe and profiling the application, we found the
FaceletViewHandler.buildView() method almost takes double time to execute on an
average in Facelets1.1.14, than it takes in Facelets1.1.12. Digging deeper we
found its the UIInstructionHandler.apply method, which used to take 3000
ms(approx.) for 30,000 calls in Facelets1.1.12, now takes 80,000 ms for same
number of calls in Facelets1.1.14.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 356] Fix for issue 228 in UIInstructionHandler.apply method causes Performance degradation

by yagish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://facelets.dev.java.net/issues/show_bug.cgi?id=356



User yagish changed the following:

                What    |Old value                 |New value
================================================================================
                Priority|P3                        |P1
--------------------------------------------------------------------------------




------- Additional comments from yagish@... Tue Sep  1 18:11:20 +0000 2009 -------
Raising the priority cause of its impact.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...