[zanata-commits] [zanata/zanata] 37c380: Enable performance enhancement to project page.

noreply at github.com noreply at github.com
Fri Oct 7 06:59:02 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata

  Commit: 37c3807f5dc391c39ef0c68d473e76f5facf6494
      https://github.com/zanata/zanata/commit/37c3807f5dc391c39ef0c68d473e76f5facf6494
  Author: Carlos Munoz <camunoz at redhat.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/action/IterationTranslationAction.java
  A server/zanata-war/src/main/java/org/zanata/annotation/CachedMethodResult.java
  A server/zanata-war/src/main/java/org/zanata/annotation/CachedMethods.java
  A server/zanata-war/src/main/java/org/zanata/seam/interceptor/CachedMethodResultInterceptor.java
  M server/zanata-war/src/main/webapp/WEB-INF/layout/iteration_view_inline.xhtml

  Log Message:
  -----------
  Enable performance enhancement to project page.

Add a caching interceptor that enables scoped beans to cache the results of select method invocations within a given scope. Because the project page is embedding other html pages, the same I/O heavy operation is begin called multiple times.


  Commit: a75c56bb790a6fc9123e0ec8351485d35555c0c8
      https://github.com/zanata/zanata/commit/a75c56bb790a6fc9123e0ec8351485d35555c0c8
  Author: Carlos Munoz <camunoz at redhat.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/action/IterationTranslationAction.java
  A server/zanata-war/src/main/java/org/zanata/annotation/CachedMethodResult.java
  A server/zanata-war/src/main/java/org/zanata/annotation/CachedMethods.java
  A server/zanata-war/src/main/java/org/zanata/seam/interceptor/CachedMethodResultInterceptor.java
  M server/zanata-war/src/main/webapp/WEB-INF/layout/iteration_view_inline.xhtml

  Log Message:
  -----------
  Merge branch '1.4' of github.com:zanata/zanata


Compare: https://github.com/zanata/zanata/compare/d9ed020...a75c56b




More information about the zanata-commits mailing list