clickup-performance-tuning

Installation
SKILL.md

ClickUp Performance Tuning

Overview

Optimize ClickUp API v2 throughput and latency. Key strategies: cache hierarchy data, paginate efficiently, pool connections, and batch where possible.

Baseline Latency (ClickUp API v2)

Endpoint Typical P50 Typical P95
GET /user 80ms 200ms
GET /team 100ms 300ms
GET /list/{id}/task 150ms 500ms
POST /list/{id}/task 200ms 600ms
PUT /task/{id} 150ms 400ms
GET /task/{id} (with custom fields) 200ms 700ms

1. Cache Hierarchy Data

Related skills
Installs
1
GitHub Stars
2.2K
First Seen
Mar 30, 2026