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

[Meta] [EuiDataGrid] data grid performance #4295

Closed
5 tasks
chandlerprall opened this issue Nov 20, 2020 · 2 comments
Closed
5 tasks

[Meta] [EuiDataGrid] data grid performance #4295

chandlerprall opened this issue Nov 20, 2020 · 2 comments

Comments

@chandlerprall
Copy link
Contributor

chandlerprall commented Nov 20, 2020

Meta issue for tracking/organizing data grid performance.

The biggest lag/performance impact observed has been during cell creation, including pagination but especially during the initial mount & rendering. A few thoughts:

  • On pagination, right now cells are explicitly unmounted & re-created - virtualization(WIP) might already resolve this
  • From looking at devtool profiling, DOM element creation by React is expensive, and every cell is very DOM intensive
  • When using the provided in-memory operations every cell is rendered in an unmounted document fragment. Is anything optimizable in this process?
@JasonStoltz JasonStoltz changed the title [META] [EuiDataGrid] data grid performance [Meta] [EuiDataGrid] data grid performance Jan 23, 2023
@cee-chen cee-chen removed the meta label Apr 17, 2023
@github-actions
Copy link

👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed.

Copy link

❌ Per our previous message, this issue is auto-closing after having been open and inactive for a year. If you strongly feel this is still a high-priority issue, or are interested in contributing, please leave a comment or open a new issue linking to this one for context.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants