Skip to content

Conversation

@tkan145
Copy link
Contributor

@tkan145 tkan145 commented Jan 19, 2026

What

Fix THREESCALE-12133

Verification steps

TBD

Previously, every time the policy chain was rebuilt, the gateway would look
for the manifests file on the disk. This caused a delay for incoming requests.

Since the manifests are static and do not change at runtime, it is more
efficient to cache them at the module level. This caching will speed up the
lookup process.
Creating a json schema validator is somewhat expensive, so we cache
this step with a local LRU cache
@tkan145 tkan145 requested a review from a team as a code owner January 19, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant