Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 33969 invoked from network); 2 Feb 2011 00:38:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 00:38:56 -0000 Received: (qmail 5734 invoked by uid 500); 2 Feb 2011 00:38:52 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 5176 invoked by uid 500); 2 Feb 2011 00:38:52 -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 5049 invoked by uid 99); 2 Feb 2011 00:38:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 00:38:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 00:38:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EFBA1188D3D for ; Wed, 2 Feb 2011 00:38:28 +0000 (UTC) Date: Wed, 2 Feb 2011 00:38:28 +0000 (UTC) From: "Jeanne Waldman (JIRA)" To: dev@myfaces.apache.org Message-ID: <1660188478.4166.1296607108978.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (TRINIDAD-2025) move _styleNodeToStyleMap to FileSystemStyleCache to take adventage of same entires on the higher, browser or version or platform layer 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 move _styleNodeToStyleMap to FileSystemStyleCache to take adventage of same entires on the higher, browser or version or platform layer --------------------------------------------------------------------------------------------------------------------------------------- Key: TRINIDAD-2025 URL: https://issues.apache.org/jira/browse/TRINIDAD-2025 Project: MyFaces Trinidad Issue Type: Improvement Components: Skinning Affects Versions: 2.0.0-beta-1 Reporter: Jeanne Waldman Assignee: Jeanne Waldman We still have too many CSSStyle objects after we implemented #1 and #2 from TRINIDAD-1782. Implement #3 from TRINIDAD-1782 to reduce the number of Style objects. That is, move the _styleNodeToStyleMap out of StylesImpl up to FileSystemStyleCache. In our Rich Client app, one FileSystemStyleCache$StylesImpl was using around 2.5M. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira