evernote-performance-tuning

Installation
SKILL.md

Evernote Performance Tuning

Overview

Optimize Evernote API integration performance through response caching, efficient data retrieval, request batching, connection management, and performance monitoring.

Prerequisites

  • Working Evernote integration
  • Understanding of API rate limits
  • Caching infrastructure (Redis recommended, in-memory for simpler setups)

Instructions

Step 1: Response Caching

Cache frequently accessed data (notebook lists, tag lists, note metadata) with TTL-based expiration. Notebook and tag lists change rarely -- cache for 5-15 minutes. Note metadata can be cached for 1-5 minutes.

Installs
1
GitHub Stars
2.2K
First Seen
Apr 4, 2026
evernote-performance-tuning — jeremylongshore/claude-code-plugins-plus