You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/15 22:57:06 UTC

[jira] Created: (CONTINUUM-448) imrpvoe performance of "show projects" page

imrpvoe 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.1


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


[jira] Updated: (CONTINUUM-448) improve performance of "show projects" page

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-448?page=all ]

Emmanuel Venisse updated CONTINUUM-448:
---------------------------------------

    Summary: improve performance of "show projects" page  (was: imrpvoe performance of "show projects" page)

> 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.1

>
>
> 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


[jira] Updated: (CONTINUUM-448) improve performance of "show projects" page

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-448?page=all ]

Emmanuel Venisse updated CONTINUUM-448:
---------------------------------------

    Fix Version:     (was: 1.1)
                 1.0.2

> improve performance of "show projects" page
> -------------------------------------------
>
>          Key: CONTINUUM-448
>          URL: http://jira.codehaus.org/browse/CONTINUUM-448
>      Project: Continuum
>         Type: Improvement
>     Reporter: Brett Porter
>     Assignee: Emmanuel Venisse
>      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


[jira] Closed: (CONTINUUM-448) improve performance of "show projects" page

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-448?page=all ]
     
Emmanuel Venisse closed CONTINUUM-448:
--------------------------------------

    Resolution: Fixed

Done.

> improve performance of "show projects" page
> -------------------------------------------
>
>          Key: CONTINUUM-448
>          URL: http://jira.codehaus.org/browse/CONTINUUM-448
>      Project: Continuum
>         Type: Improvement
>     Reporter: Brett Porter
>     Assignee: Emmanuel Venisse
>      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


[jira] Assigned: (CONTINUUM-448) improve performance of "show projects" page

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-448?page=all ]

Emmanuel Venisse reassigned CONTINUUM-448:
------------------------------------------

    Assign To: Emmanuel Venisse

> improve performance of "show projects" page
> -------------------------------------------
>
>          Key: CONTINUUM-448
>          URL: http://jira.codehaus.org/browse/CONTINUUM-448
>      Project: Continuum
>         Type: Improvement
>     Reporter: Brett Porter
>     Assignee: Emmanuel Venisse
>      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


[jira] Commented: (CONTINUUM-448) improve performance of "show projects" page

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ 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