[ 
https://issues.apache.org/jira/browse/MYFACES-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770644#comment-13770644
 ] 

Gerhard Petracek commented on MYFACES-3775:
-------------------------------------------

with myfaces-core 2.2.0+ you can use:

<context-param>
    <param-name>org.apache.myfaces.EARLY_FLUSH_ENABLED</param-name>
    <param-value>true</param-value>
</context-param>
                
> [perf] optional early flush
> ---------------------------
>
>                 Key: MYFACES-3775
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3775
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-344
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 2.2.0
>
>
> in project-stage production it should be possible to enable an early flush 
> via context-param (performed at the end of HtmlHeadRenderer#encodeEnd)
> (see http://developer.yahoo.com/performance/rules.html#flush)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to