prasanna prabhakaran wrote:
We are having some performance issue when we are trying to run hippo cms war
build in tomcat 5.5.23 on Redhat Linux.

The following sections of explorer/flow/sitemap.xmap takes almost 3 seconds
in our linux system resulting in a slow response time.

      <map:match pattern="actionsform/*/**">
        <map:call function="availableActionsCachingHandleForm">
          <map:parameter name="function" value="actionsform2xml"/>
          <map:parameter name="definitionURI"
value="cocoon:/actions2formmodel/{1}/{2}"/>
          <map:parameter name="resourceId" value="/{1}/{2}"/>
          <map:parameter name="uriPrefix" value="{repository:files}"/>
          <map:parameter name="repositoryFiles"
value="{repository:filesPath}"/>
        </map:call>
      </map:match>

Is this the expected response time for such a call?
This part of the sitemap generates the workflow part of the menu iirc. If it's taking that long it's usually because of some misconfiguration.

You could try to clean the (mysql?) workflow database and strip the workflowID's from the documents [1,2]. Then it will cleanly create the workflow and set the workflowID when the document is first selected in the CMS (which can take a little bit of time). After that it should be a lot faster then the 3 seconds it taking now.

Regards,
Bart

[1] http://wiki.hippo.nl/display/CMS/Hippo+Webdav+Batch+Processor+plugins
[2] http://svn.hippocms.org/repos/hippo/hippo-tools/hippo-wdbp-plugin-workflowdelete/tags/Release-WDBPWD-v1_01_02/



Any help is greatly appreciated.

Thanks
Prasanna
********************************************
Hippocms-dev: Hippo CMS development public mailinglist


--
Hippo B.V.  -  Amsterdam
Oosteinde 11, 1017 WT, Amsterdam, +31(0)20-5224466

Hippo USA Inc.  -  San Francisco
101 H Street, Suite Q, Petaluma CA, 94952-3329, +1 (707) 773-4646
-----------------------------------------------------------------
http://www.onehippo.com   -  [EMAIL PROTECTED]
-----------------------------------------------------------------
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to