Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 8232 invoked from network); 30 Mar 2010 00:41:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Mar 2010 00:41:50 -0000 Received: (qmail 22265 invoked by uid 500); 30 Mar 2010 00:41:50 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 22226 invoked by uid 500); 30 Mar 2010 00:41:50 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 22219 invoked by uid 99); 30 Mar 2010 00:41:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Mar 2010 00:41:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Mar 2010 00:41:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A840234C495 for ; Tue, 30 Mar 2010 00:41:27 +0000 (UTC) Message-ID: <1770880908.567471269909687173.JavaMail.jira@brutus.apache.org> Date: Tue, 30 Mar 2010 00:41:27 +0000 (UTC) From: "Martin Marinschek (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (MYFACES-2634) MyFaces 2.0 performance improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org MyFaces 2.0 performance improvements ------------------------------------ Key: MYFACES-2634 URL: https://issues.apache.org/jira/browse/MYFACES-2634 Project: MyFaces Core Issue Type: New Feature Components: JSR-314 Reporter: Martin Marinschek Assignee: Martin Marinschek JSF 2.0 introduced a partial state saving option: state of the page will not completely, but only partially state-saved. This partial state saving reduces the page-state memory to around 20% of the value under the JSF 1.2 full state saving option, as preliminary measurements show - this is a relevant reduction. However, I believe we can reduce this number even more, if we carefully take a look on what really needs to be saved and how. This project would need to provide: 1) a setup to measure the numbers and provide comparisons 2) measurements of the current state 3) several steps which lead to a reduction of the state Further research topics could be: - partial state-saving in tables - currently, this is not implemented at all - if no c:if, c:forEach, or ui:include is present on the page, we could get rid of the second application of the template before rendering automatically. best regards, Martin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.