Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-6701

Enhancement in the content wrappers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 11.04, Release Branch 12.04, Release Branch 13.07, Release Branch 14.12, Trunk
    • 16.11.01
    • product
    • None

    Description

      There are some enhancements in product content wrapper JAVA class. We used these enhancements in our project and observed good change in website performance.

      1. If content of product is empty string or null then method 'getProductContentAsText' is not caching the result.
      And thus every time this method is making SQL call even no content in database. Method should cache the empty string and null as result.
      2. Overloaded method 'getProductContentAsText' is also using cache method of Delegator for 'ProductConetnt' entity selection and passing 'true' to use cache for 'ContentWorker.renderContentAsText' method. This approach is making unnecessary copies of cache for content.
      I Product content wrapper cache
      II ProductContent entity cache
      III Content, Dataresource, ElectrocText and etc... entities cache(ContentWorker.renderContentAsText)

      If I again call the 'getProductContentAsText' method then this will return the result from product content wrapper cache. So there is no use of ProductContent, Content, Dataresource and ElectrocText cache. And these cache also filling the memory of application.

      We also applied the same logic for category content wrapper. I am attaching the patch for trunk, please review.

      Attachments

        1. Ofbiz-6701.patch
          5 kB
          Ritu Raj Lakhera
        2. Ofbiz-6701_Updated_All_Wrapper.patch
          27 kB
          Ritu Raj Lakhera

        Issue Links

          Activity

            People

              jleroux Jacques Le Roux
              rrlakhera Ritu Raj Lakhera
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: