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

Add resourceUriTargetCache to SMW\SPARQLStore\RedirectLookup #487

Merged
merged 2 commits into from
Aug 19, 2014

Conversation

mwjames
Copy link
Contributor

@mwjames mwjames commented Aug 12, 2014

XDebug profiling uncovered that repeated requests are made to the same resource uri and to improve performance an in-memory cache is added to avoid unnecessary DB lookup requests for already known uri's.

XDebug profiling uncovered that repeated requests are made to the same
resource uri and to improve performance an in-memory cache is added to
avoid unnecessary DB lookup requests for already known uri's.
@mwjames mwjames added this to the SMW 2.1 milestone Aug 12, 2014
Improves performance especially when subobjects are involved.
@scrutinizer-notifier
Copy link

The inspection completed: 3 new issues, 53 updated code elements

mwjames added a commit that referenced this pull request Aug 19, 2014
…cache

Add resourceUriTargetCache to SMW\SPARQLStore\RedirectLookup
@mwjames mwjames merged commit 4b839a2 into master Aug 19, 2014
@mwjames mwjames deleted the sparql-redirectlookup-cache branch August 19, 2014 14:52
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.

None yet

2 participants