[ http://jira.codehaus.org/browse/CONTINUUM-448?page=comments#action_52125 
] 

Emmanuel Venisse commented on CONTINUUM-448:
--------------------------------------------

Actually, code doens't use correctly jdo request for obtain build result needs 
by summary page (>= 1minute)

To do :
- Use jdo request instead of some loop over all build results (=> 200ms by 
build resultif we get them one by one, so for plexus projects  ~24seconds)
- add a request that return the list of latest build results for projects (map 
with key=project.id) (1second)
- add a request that return the list of last build results in success for 
projects (map with key=project.id) (< 1second)

> improve performance of "show projects" page
> -------------------------------------------
>
>          Key: CONTINUUM-448
>          URL: http://jira.codehaus.org/browse/CONTINUUM-448
>      Project: Continuum
>         Type: Improvement
>     Reporter: Brett Porter
>      Fix For: 1.0.2

>
>
> this seems to reload all the projects and a bunch of objects underneath - 
> even with just the plexus projects in there it becomes very slow. Check fetch 
> groups and maybe add caching.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to