-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Performance issue #486
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
Comments
@ajaybabum You might want to implement virtualization for rendering large datasets in the Gantt chart until Frappe Gantt internally adopts this technique. This approach should help resolve the issue where loading 5k+ records takes 5–6 seconds and sometimes causes the page to freeze or prompt a "Kill or Wait" message. |
Do you mean lazy loading/ pagination...if not how does "virtualization" differ? |
@sirkev Here is short video to understand virtualization: |
I'd be happy to review a PR that implements this - however, Gantt is not being actively improved right now. |
as per my requirement I have to display 5k+ records in the gantt chart, to load the 5k+ records it is taking 5 - 6 seconds which is not good and sometimes it is hang 8000 ing and asking to kill or wait, can we have the pagination or any other approach to fix this performance issue
The text was updated successfully, but these errors were encountered: