You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
\Drupal\rdf_entity\Entity\RdfEntitySparqlStorage::loadFromStorage(): Address the @todos. Note that we can use ::idExists() somehow to avoid loading entities from all the graphs. But this still needs profiling because ::idExists() is making additional queries.
\Drupal\rdf_entity\Entity\RdfEntitySparqlStorage::processGraphResults() needs some love to make it more readable. Probably it needs a helper method.
Review also allhelper methods used by these 2.
The text was updated successfully, but these errors were encountered:
Cloned from ec-europa/rdf_entity#19
Next methods should be improved:
\Drupal\rdf_entity\Entity\RdfEntitySparqlStorage::loadFromStorage()
: Address the@todo
s. Note that we can use::idExists()
somehow to avoid loading entities from all the graphs. But this still needs profiling because::idExists()
is making additional queries.\Drupal\rdf_entity\Entity\RdfEntitySparqlStorage::processGraphResults()
needs some love to make it more readable. Probably it needs a helper method.The text was updated successfully, but these errors were encountered: