Page MenuHomePhabricator

Spec caching: Cache validation results for identical OpenAPI specs
Open, LowPublic

Description

Spec caching: Cache validation results for identical OpenAPI specs to avoid redundant Spectral computation. Use MD5 hash of the entire spec as cache key - when users modify the spec, the hash changes and automatically invalidates the previous cache entry, preventing stale results. Provides immediate benefits when validating the same spec multiple times (e.g., during development iterations).

Event Timeline

KBach lowered the priority of this task from Medium to Low.Apr 27 2026, 3:17 PM