Skip to content

Conversation

@Ramilito
Copy link
Owner

@Ramilito Ramilito commented Nov 4, 2025

Fixes: #656

This will improve performance by requesting a subset of items when only interested in a specific namespace.
The All namespace will work as before.

Things to consider:

  • will this create a lot of watchers? - solved by deleting them when using All
  • will this be slower in the end? need to reload for every namespace change? - sort of, each new namespace will have a new watcher, also solved by using All

@Ramilito Ramilito changed the title consider namespace when managing watcher feat: consider namespace when managing watcher Nov 7, 2025
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.

feat: cache the startup

2 participants