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

Backend: Rendering Performance Optimisation #98

Closed
aryadevesh opened this issue Oct 5, 2024 · 0 comments
Closed

Backend: Rendering Performance Optimisation #98

aryadevesh opened this issue Oct 5, 2024 · 0 comments

Comments

@aryadevesh
Copy link

Instead of appending each item to the DOM in every iteration, consider building the entire HTML string and appending it once after the loop. This reduces DOM manipulation, making it more efficient.
Basically your website would be faster. Please assign me this issue. Thank you

Check the issue here :-
image

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

No branches or pull requests

2 participants