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

Avoid second unnecessary getProperties call in search result list #847

Merged
merged 1 commit into from
Feb 15, 2019

Conversation

osma
Copy link
Member

@osma osma commented Feb 13, 2019

Part of performance issues identified in #836

Avoids the second, unnecessary call to Concept.getProperties (apparently introduced in #827) by storing the result in a variable and reusing that. Reduces the amount of computation and the number of SPARQL queries performed by the search result page.

@osma osma added this to the 2.2 milestone Feb 13, 2019
@joelit joelit merged commit 566cb2a into master Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants