The project list loads slowly. It seems to do some slow querying. Possibly the issue count is not computed efficiently.

Submitted by Sander Vermolen on 20 September 2010 at 17:20

On 27 September 2010 at 17:13 Sander Vermolen closed this issue.

On 27 September 2010 at 17:13 Sander Vermolen commented:

Problem is caused by the number of queries executed by the page (about 20). Executing a single query has a significant overhead in WebDSL (and/or Hibernate). When executing multiple queries the overhead adds up to noticeable amounts. One solution would be to combine multiple queries into one, yet this would yield a complex result set not yet supported by WebDSL. Another solution involves browsing the object structure, however, this is undesirable due to the vast number of queries required (it does not scale). Awaiting a resolution in WebDSL: Blocked for now.


On 30 September 2010 at 10:06 Sander Vermolen commented:

I also fixed this problem temporarily by removing tags from the project list. When unblocked, tags can be reinstated.

Log in to post comments