Vault-Web/cloud-page

[Performance] Investigate performance of GET /cloud-api/folders

開放

#62 建立於 2026年4月6日

 (5 則留言) (0 個反應) (1 位負責人)Java (21 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (7 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

GET /cloud-api/folders has frequent long response times, which makes Cloud Page loading and folder navigation feel slow.
Please profile this endpoint and identify optimization opportunities.

Focus:

  • Measure latency across proxy, backend, DB, and filesystem.
  • Check for expensive recursion, N+1 queries, and missing indexes (user_id, parent_id).
  • Propose concrete improvements with expected impact.

Acceptance Criteria

  • Baseline latency metrics documented (including p95).
  • Primary bottleneck(s) identified with evidence.
  • Clear optimization plan (or implementation) delivered.

Labels
performance, backend, cloud-page, api, investigation

貢獻者指南