We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://dev.finto.fi/fi/search?clang=fi&anylang=on&q=b%C3%B6cker&vocabs= http://dev.finto.fi/fi/search?clang=fi&anylang=on&q=suunnittelu&vocabs=
The query can take a very long time, over 10 seconds.
This happens both in the 1.3-maintenance version (finto.fi) and in current master (dev.finto.fi).
The problem is unrelated to #371.
Should investigate what causes the delay.
The text was updated successfully, but these errors were encountered:
The problem is not the underlying queryConcepts query. These take around 100ms: http://dev.finto.fi/rest/v1/search?query=b%C3%B6cker* http://api.finto.fi/rest/v1/search?query=b%C3%B6cker*
Sorry, something went wrong.
This query for "böcker" from 12 vocabularies returns just the YSO concept 12 times and takes about 5 seconds: http://dev.finto.fi/fi/search?clang=fi&anylang=on&q=b%C3%B6cker&vocabs=keko+kto+kulo+liito+maotao+mero+pto+puho+tero+tsr+valo+yso
If I cut it down to 6 vocabularies it takes about 2.5 seconds: http://dev.finto.fi/fi/search?clang=fi&anylang=on&q=b%C3%B6cker&vocabs=keko+kto+kulo+liito+maotao+mero
So the problem seems to be related to displaying the YSO concept. Each time takes about 400 ms.
It's not the SPARQL queries. They take about half a second total. PHP CPU usage is high during the execution.
implement lazy sorting, which improves performance of global search. …
1ce2f30
…Related to #372
After the above commit the main culprit is now Concept->getProperties which takes about 200 ms per concept.
c84cb77
No branches or pull requests
At which URL did you encounter the problem?
http://dev.finto.fi/fi/search?clang=fi&anylang=on&q=b%C3%B6cker&vocabs=
http://dev.finto.fi/fi/search?clang=fi&anylang=on&q=suunnittelu&vocabs=
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The query can take a very long time, over 10 seconds.
This happens both in the 1.3-maintenance version (finto.fi) and in current master (dev.finto.fi).
The problem is unrelated to #371.
Should investigate what causes the delay.
The text was updated successfully, but these errors were encountered: