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

Implements Issue #228 - Comments: Load optimization #236

Conversation

dellagustin
Copy link
Contributor

@dellagustin dellagustin commented Feb 25, 2023

With this PR, the comments are pushed to the UI via a chunked HTTP request, as soon as their replies are loaded. There is further room for optimization by sending the comments and replies in different steps.

Related issues:

With this commit, the comments are pushed to the UI via a chunked
HTTP request, as soon as their replies are loaded.
There is further room for optimization by sending the comments
and replies in different steps.
@dellagustin
Copy link
Contributor Author

39fa9ea removes some left over logs I used for debugging.

I recommend merging with "Squash and merge".

@dellagustin dellagustin marked this pull request as draft February 27, 2023 14:08
@dellagustin
Copy link
Contributor Author

@ericpp thanks a lot for the review!
I forgot about those log statements, they were added for debugging.
I have reverted the PR to Draft to avoid accidental merge before I fix those.

dellagustin and others added 2 commits February 27, 2023 22:11
Removed leftover debug logs.

Co-authored-by: Eric P <ericpp@users.noreply.github.com>
Removed leftover debug logs.

Co-authored-by: Eric P <ericpp@users.noreply.github.com>
@dellagustin dellagustin marked this pull request as ready for review February 27, 2023 21:12
@daveajones daveajones merged commit e5bea59 into Podcastindex-org:master Mar 4, 2023
@daveajones
Copy link
Contributor

Will push this to production tomorrow!

@dellagustin
Copy link
Contributor Author

That's great!

@dellagustin dellagustin changed the title Comments: Load optimization Implements Issue #228 - Comments: Load optimization Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants