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

feat: lazy stream conversations load function #1553

Merged
merged 4 commits into from
Nov 5, 2024

Conversation

nsarrazin
Copy link
Collaborator

@nsarrazin nsarrazin commented Nov 5, 2024

Will help reduce loading times by streaming the conversations instead of blocking page load until they are fetched.

also cuts initial SSR transferred bytes by 50% when the user has 300 conversations or more

@nsarrazin nsarrazin added enhancement New feature or request front This issue is related to the front-end of the app. back This issue is related to the Svelte backend or the DB labels Nov 5, 2024
@nsarrazin nsarrazin merged commit 0cbb862 into main Nov 5, 2024
4 checks passed
@nsarrazin nsarrazin deleted the feat/lazy_loading_slow_data branch November 5, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back This issue is related to the Svelte backend or the DB enhancement New feature or request front This issue is related to the front-end of the app.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant