Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab
GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 34,985
    • Issues 34,985
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1,269
    • Merge Requests 1,269
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #12547

Closed
Open
Opened Jul 02, 2019 by Douwe Maan@DouweMDeveloper

Load result counts on inactive search tabs asynchronously

  • Backend weight: 3
  • Frontend weight: 3

Spun off of https://gitlab.com/gitlab-org/gitlab-ee/issues/11777:

The other thing we could do is performing some of these [result count] calculations asynchronously. For example, we can calculate the SELECT operation in the actual request, because that is what the user really wants, and trigger several requests to calculate each one of the other counts in parallel.

This change will require a refactor of the SearchController and the current search workflow, but it will help a lot with those timeouts.

Edited Jul 05, 2019 by André Luís
Assignee
Assign to
12.2
Milestone
12.2 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: gitlab-org/gitlab#12547