Skip to content
Critiq Docs

Search docs

Search documentation pages and rules

performance.cache

Avoid unstable cache-key construction

Cache keys built from unstable values cause low hit rates and repeated recomputation.

#Metadata

Rule ID
ts.performance.no-cache-miss-from-unstable-key
Severity
medium
Confidence
0.8
Languages
javascript, typescript
Presets
recommended, strict
Stability
stable
Applies to
block
Tags
performance, rules-catalog

#Why it matters

Cache keys built from unstable values cause low hit rates and repeated recomputation.

#Remediation

Refactor this path to avoid repeated work in hot execution paths.

#Repository path

The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.performance.no-cache-miss-from-unstable-key.rule.yaml.