Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of request on search #123

Open
szyb opened this issue Jan 7, 2020 · 1 comment
Open

Reduce number of request on search #123

szyb opened this issue Jan 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@szyb
Copy link
Owner

szyb commented Jan 7, 2020

Now every search is N requests to the backend server, where N is the number of active package repositories.
The task is to minimize this to 1 request and retrieve data for each server as soon as the arrived (as it is now).

I'm thining of using SignalR to achive this goal. It can be tricky, but probably it will be a great fun doing this :)

@szyb szyb added enhancement New feature or request Accepted labels Jan 7, 2020
@szyb szyb added this to the v0.5 milestone Jan 7, 2020
@szyb szyb pinned this issue Jan 20, 2020
@szyb szyb unpinned this issue Jan 21, 2020
@szyb szyb self-assigned this Jan 21, 2020
@szyb szyb removed this from the v0.5 milestone Nov 13, 2020
@szyb
Copy link
Owner Author

szyb commented Nov 13, 2020

Removed milestone from this issue as it is not a priority at the moment

@szyb szyb removed the Accepted label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant