Skip to content

perf(components-details): cache details in memory and poll for freshness#1481

Open
ricardo-devis-agullo wants to merge 1 commit into
masterfrom
perf/cache-components-details
Open

perf(components-details): cache details in memory and poll for freshness#1481
ricardo-devis-agullo wants to merge 1 commit into
masterfrom
perf/cache-components-details

Conversation

@ricardo-devis-agullo
Copy link
Copy Markdown
Collaborator

The ~info route read components-details.json from storage on every request. Cache it in the components-details domain (like components-cache) and poll storage so cross-instance edits stay fresh.

Generated with Devin

Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding.
Failure to do so may result in the rejection of the pull request.

Please provide enough information so that others can review your pull request:

Explain the details for making this change. What existing problem does the pull request solve?

Test plan (required)

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Closing issues

Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

The ~info route read components-details.json from storage on every
request. Cache it in the components-details domain (like components-cache)
and poll storage so cross-instance edits stay fresh.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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