-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
ServerIssues & PRs related to the Server componentIssues & PRs related to the Server component
Description
The implementation for discovering capabilities for the registry is using the Finder and Reflection to parse folders and files - which creates some load that we don't want to have on every JSONRPC Request.
Therefore, we should bring back some kind of caching, based on one PSR interface, but not as part of the Registry, since it is a concern of the Discovery. Could be a decorator.
Please announce yourself before working on this - so we can avoid duplicate effort.
dhank77
Metadata
Metadata
Assignees
Labels
ServerIssues & PRs related to the Server componentIssues & PRs related to the Server component