You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (Created) (JIRA)" <de...@myfaces.apache.org> on 2012/01/11 23:44:39 UTC

[jira] [Created] (MYFACES-3446) [perf] Improve html Renderers

[perf] Improve html Renderers
-----------------------------

                 Key: MYFACES-3446
                 URL: https://issues.apache.org/jira/browse/MYFACES-3446
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


There are some improvements we can do for our html Renderers:

- Complete the optimization started in MYFACES-3237, reducing call to getAttributes().get().
- Replace StringBuffer with StringBuilder.
- Optimize client behaviors like with MYFACES-3237 too.
- ValueExpressions that return empty String ("") for a passthrough property should not be rendered, because it is not necessary.
- Create some new optimized methods for render properties, but let the old api intact for now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MYFACES-3446) [perf] Improve html Renderers

Posted by "Leonardo Uribe (Resolved) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3446.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.6
                   2.0.12
    
> [perf] Improve html Renderers
> -----------------------------
>
>                 Key: MYFACES-3446
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3446
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.12, 2.1.6
>
>
> There are some improvements we can do for our html Renderers:
> - Complete the optimization started in MYFACES-3237, reducing call to getAttributes().get().
> - Replace StringBuffer with StringBuilder.
> - Optimize client behaviors like with MYFACES-3237 too.
> - ValueExpressions that return empty String ("") for a passthrough property should not be rendered, because it is not necessary.
> - Create some new optimized methods for render properties, but let the old api intact for now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira