[zanata/zanata-server] 79e7ac: JSF performance improvements

GitHub noreply at github.com
Fri Aug 29 05:20:48 UTC 2014


  Branch: refs/heads/jsf-performance
  Home:   https://github.com/zanata/zanata-server
  Commit: 79e7aca7704052203ce08bba45a86839631f70f8
      https://github.com/zanata/zanata-server/commit/79e7aca7704052203ce08bba45a86839631f70f8
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M pom.xml
    A zanata-war/src/main/resources/META-INF/richfaces/static-resource-mappings.properties
    M zanata-war/src/main/webapp-jboss/WEB-INF/web.xml
    M zanata-war/src/main/webapp/WEB-INF/template/banner.xhtml
    M zanata-war/src/main/webapp/WEB-INF/template/scripts.xhtml
    M zanata-war/src/main/webapp/language/language.xhtml
    A zanata-war/src/main/webapp/resources/script/jquery-2.0.3-min.js
    M zanata-war/src/main/webapp/tm/home.xhtml

  Log Message:
  -----------
  JSF performance improvements

- Enabled resource optimization which allows richfaces to compress and unify several of its javascript and css resources into a single request. This mode can be disabled by setting the project stage to ‘Development’ (see web.xml).
- Switch several internally served javascript resources to use the JSF resource filter to allow for caching.
- Replace Richfaces’ provided JSF jquery with a higher versioned one. This script is now back in the war file.
- Remove unnecessary inclusions of the richfaces provided jquery library.
- Reorganize some javascript resources to the bottom of the page per best practices.
- Upgrade Richfaces libraries.




More information about the zanata-commits mailing list