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

Only load full item content when needed #234

Open
erikhofer opened this issue Oct 16, 2022 · 0 comments
Open

Only load full item content when needed #234

erikhofer opened this issue Oct 16, 2022 · 0 comments

Comments

@erikhofer
Copy link
Member

Currently, the whole workspace is loaded into memory at once. For some item properties this is needed because they are displayed in many places. The majority of the content, however, is typically only displayed on the item details page.

For large workspaces, it may become necessary to only load the full item content when it is actually needed.

This is especially relevant for the static site export. There, the workspace is not loaded from local disk but transferred over the network.

One problem is populating the full-text search index. Maybe we can at least do this lazily (and cache it somehow?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant