Avoid sync filesystem calls in request paths
Synchronous filesystem calls on request paths block the event loop and degrade latency.
#Metadata
#Why it matters
Synchronous filesystem calls on request paths block the event loop and degrade latency.
#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-sync-fs-in-request-path.rule.yaml.