Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-4522

CacheHelper is responsible for slowness if site configuration is incomplete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2, 3.5
    • None
    • None
    • None

      If the site configuration is incompleted, the CacheHelper should quickly answer that the cache can not be invalidated.

      For now, the method {_checkResponse takes a very long time because of DocumentBuilder

      Document document = _docBuilder.parse(is);
      return XPathAPI.eval(document, "count(/ActionResult)").toString().equals("1");
      

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: