[go: up one dir, main page]

Skip to content

Evaluate pagination for protected_tags in repository settings

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Problem

Repositories with many tags/branches experience slow loading times even after optimization changes.

Proposed Solutions

  1. Pagination - Break matching counts but improve load times
  2. Deferred loading - Load tags/branches only when user interacts with UI
  3. UI optimization - Review components using tag_names/branch_names

Acceptance Criteria

  • Implement pagination for tag/branch loading
  • Add deferred loading to relevant UI components
  • Measure performance with 5000+ tags
  • Maintain good UX despite loading changes

Related: !200286 (merged)

Edited by 🤖 GitLab Bot 🤖