jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Continuum
  • CONTINUUM-448

improve performance of "show projects" page

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0.2
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate

Description

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.

Issue Links

is related to

Improvement - An improvement or enhancement to an existing feature or task. CONTINUUM-476 jdo model improvements

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Improvement - An improvement or enhancement to an existing feature or task. CONTINUUM-477 Improve performance of enqueuing projects

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Emmanuel Venisse added a comment - 27/Nov/05 8:08 AM

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)
Show
Emmanuel Venisse added a comment - 27/Nov/05 8:08 AM 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)
Hide
Permalink
Emmanuel Venisse added a comment - 28/Nov/05 10:24 AM

Done.

Show
Emmanuel Venisse added a comment - 28/Nov/05 10:24 AM Done.

People

  • Assignee:
    Emmanuel Venisse
    Reporter:
    Brett Porter
Vote (0)
Watch (2)

Dates

  • Created:
    15/Nov/05 3:57 PM
    Updated:
    13/Mar/06 4:06 AM
    Resolved:
    28/Nov/05 10:24 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.