Note that there are some explanatory texts on larger screens.

plurals
  1. PORichfaced rendering takes longer time
    primarykey
    data
    text
    <p>Hi we are using various combination of data table and rich combobox and tab panel. the rendering is taking too long. is i did the performance tuning suggestions from stackoverflow and other websites </p> <pre><code>&lt;context-param&gt; &lt;param-name&gt;javax.faces.STATE_SAVING_METHOD&lt;/param-name&gt; &lt;param-value&gt;server&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;org.ajax4jsf.COMPRESS_SCRIPT&lt;/param-name&gt; &lt;param-value&gt;false&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;org.richfaces.LoadStyleStrategy&lt;/param-name&gt; &lt;param-value&gt;ALL&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;org.richfaces.LoadScriptStrategy&lt;/param-name&gt; &lt;param-value&gt;ALL&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;org.ajax4jsf.xmlparser.ORDER&lt;/param-name&gt; &lt;param-value&gt;NEKO&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;org.ajax4jsf.xmlparser.NEKO&lt;/param-name&gt; &lt;param-value&gt;.*\..*&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;com.sun.faces.responseBufferSize&lt;/param-name&gt; &lt;param-value&gt;500000&lt;/param-value&gt; &lt;/context-param&gt; &lt;context-param&gt; &lt;param-name&gt;facelets.BUFFER_SIZE&lt;/param-name&gt; &lt;param-value&gt;500000&lt;/param-value&gt; &lt;/context-param&gt; &lt;filter&gt; &lt;display-name&gt;RichFaces Filter&lt;/display-name&gt; &lt;filter-name&gt;richfaces&lt;/filter-name&gt; &lt;filter-class&gt;org.ajax4jsf.Filter&lt;/filter-class&gt; &lt;init-param&gt; &lt;param-name&gt;forceparser&lt;/param-name&gt; &lt;param-value&gt;false&lt;/param-value&gt; &lt;/init-param&gt; &lt;init-param&gt; &lt;param-name&gt;enable-cache&lt;/param-name&gt; &lt;param-value&gt;true&lt;/param-value&gt; &lt;/init-param&gt; &lt;/filter&gt; </code></pre> <p>any help will be appreciated...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload