> > In particular I'd love to know of a straightforward way to > see if DASL > > queries on the repo are performing. Unfortunately most tools are > > limited to HTTP HEAD/GET/POST, so the webdav-specific stuff is > > difficult to test. > > It does not provide information about what the query was, but > the request log of the repository does tell you how long it > took to execute a SEARCH method.
No, the SEARCH method won't be slow (unless you have strange queries and the number of documents exceed 1 million), but I don't think you have that yet. I am quite sure it can be found in the number of round-trips to and from the repository for opening some perspective. I does however differ a lot if for example workflow is already set on the documents you are browsing: if not (for example, you had a content migration, but not workflow), then on each first time click on a doc, a new workflow must be created, and many round trips instantiated. After this, there should be seen caching, because this is added a few versions ago. Also wondering, what is the setup you are experiencing this: is it your local laptop, or something else? Ard > > Johan > ******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
