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

Double invocation of refresh routines. #13

Open
Aklakan opened this issue Mar 27, 2014 · 0 comments
Open

Double invocation of refresh routines. #13

Aklakan opened this issue Mar 27, 2014 · 0 comments

Comments

@Aklakan
Copy link
Member

Aklakan commented Mar 27, 2014

I noticed that selecting a facet in the facet tree causes the facet value list to refresh twice, which certainly has a negative impact on performance. Also, this revealed a hard-to-find-but-now-fixed bug in the Sparql-Cache, which would return the result set of a prior execution of the same query. The second result set was then empty, because it was consumed by the logic following the first invocation.

In essence, all refresh routines of the jassa-ui components need to be checked for how often they are called per action.

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

No branches or pull requests

1 participant