Skip to content

os.store.fetch should not force fetch #200

@jg10-mastodon-social

Description

@jg10-mastodon-social

Opening to track the issue listed in code:

PodOS/core/src/Store.ts

Lines 81 to 87 in d4057f2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions