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

Slow performance on Large classes #2625

Open
4 tasks
dplewis opened this issue Oct 31, 2024 · 2 comments
Open
4 tasks

Slow performance on Large classes #2625

dplewis opened this issue Oct 31, 2024 · 2 comments
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@dplewis
Copy link
Member

dplewis commented Oct 31, 2024

New Issue Checklist

Issue Description

Clicking on a cell takes a few seconds to highlight

[Violation] 'readystatechange' handler took 292ms
[Violation] 'click' handler took 7485ms
[Violation] 'click' handler took 7778ms

Steps to reproduce

Select a class with many columns, inspect the console on chrome and click a few cells. There is also a performance hit when selecting a filter. This may be a rendering issue when drawing the cells of the table.

Environment

Dashboard

  • Parse Dashboard version: 6.0.0
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Chrome
  • Browser version: 130.0.6723.71 (Official Build) (x86_64)

Server

  • Parse Server version: 7.3.0
  • Operating system: mac
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): local

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 6.1.0
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): local

Logs

Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Oct 31, 2024
@mtrezza
Copy link
Member

mtrezza commented Oct 31, 2024

Sounds like a perfect case for a puppeteer test!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants