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

Optimize Editor's Collaboration features performance by debouncing websockets sends #200

Open
2 tasks done
swve opened this issue Apr 7, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Improvement javascript Pull requests that update Javascript code

Comments

@swve
Copy link
Contributor

swve commented Apr 7, 2024

Verified issue

  • Someone from the team allowed me to create an issue here

Issue Content

Verified issue

  • Someone from the team allowed me to create an issue here

Issue Content

Hi Everyone,
Thanks for your interest in LearnHouse, this is a good first issue for anyone that want to contribute.

Issue Description:

Improve the collaborative experience in the Editor by improving its performance :

  • Debounce the number of requests that gets sent to the collab server
    • Mouse Movements

Difficulty Level: Easy/Intermediate/Advanced

Intermediate

Expected Benefits:

  • Better editor performance

Code

document.addEventListener("mousemove", (event) => {

@swve swve added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed javascript Pull requests that update Javascript code Improvement labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Improvement javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

1 participant