Lucidchart Performance Tuning Overview Lucidchart documents can contain thousands of shapes and connectors — a single enterprise diagram may hold 500+ elements across multiple pages, making bulk reads and exports the primary API bottleneck. This skill covers caching document metadata, batching shape operations, and managing Lucid's rate limits to keep integrations responsive. Instructions 1. Implement Redis caching (or in-memory Map for development) with document-appropriate TTLs 2. Use cursor-based pagination for all document list operations to avoid incomplete results 3. Wrap API calls with…