apollo-performance-tuning

Installation
SKILL.md

Apollo Performance Tuning

Overview

Optimize Apollo.io API performance through response caching, connection pooling, bulk operations, parallel fetching, and result slimming. Key insight: search is free but slow (~500ms), enrichment costs credits — cache aggressively and batch enrichment calls.

Prerequisites

  • Valid Apollo API key
  • Node.js 18+

Instructions

Step 1: Connection Pooling

Reuse TCP connections to avoid TLS handshake overhead on every request.

Installs
32
GitHub Stars
2.6K
First Seen
Jan 25, 2026
apollo-performance-tuning — jeremylongshore/claude-code-plugins-plus-skills