Opening to track the issue listed in code:
|
fetch(uri: string) { |
|
return this.fetcher.load(sym(uri), { |
|
// force fetching due to |
|
// https://github.com/linkeddata/rdflib.js/issues/247 |
|
// and |
|
// https://github.com/linkeddata/rdflib.js/issues/441 |
|
force: true, |
Also mentioned at #97 (comment)
This is causing me performance issues where a list loads a large number of things, many of which are defined in a small number of documents, which are currently repeatedly loaded.
Opening to track the issue listed in code:
PodOS/core/src/Store.ts
Lines 81 to 87 in d4057f2
Also mentioned at #97 (comment)
This is causing me performance issues where a list loads a large number of things, many of which are defined in a small number of documents, which are currently repeatedly loaded.