Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-6776

Implement mixin mgnl:hasVersion to avoid excessive access to the version store

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 5.5
    • None
    • core
    • None
    • Kromeriz 65
    • 2

      Each click on an elements in content apps leads to requests to the version store. This can be expensive especially for big installations. I have not tracked it down but my guess would be that it is a availability test for an action which checks wether the node has versions or not.

      To verify this one can enable derby logging like described here: http://magnolia-experts.com/monitoring-queries-to-the-derby-database/

      Attention: jackrabbit caches nodes in memory (16MB bei default) so with a small installation like the demo project the queries will be only executed during the first access and not by follow up browsing.

      EDIT:
      https://wiki.magnolia-cms.com/display/DEV/Concept+-+New+mixin+to+avoid+excessive+access+to+the+version+store+while+browsing+content

        Acceptance criteria

              jsimak Jaroslav Simak
              pbaerfuss Philipp Bärfuss
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD