Linktree Performance Tuning Overview Linktree profiles are high-traffic read endpoints — a single creator's link-in-bio page can receive millions of hits during viral moments. This skill covers caching strategies tuned to Linktree's data volatility, batch link operations, and resilient rate limit handling to prevent stale data and API cost overruns. Instructions 1. Implement Redis caching (or in-memory Map for development) with product-specific TTLs 2. Wrap all API calls with the rate limit handler before deploying to production 3. Enable connection pooling and configure batch sizes based on…