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

Table performance issue #151

Closed
neon-balcony opened this issue Dec 26, 2022 · 3 comments
Closed

Table performance issue #151

neon-balcony opened this issue Dec 26, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@neon-balcony
Copy link
Contributor

From Discord:

jmif — 12/24/2022 2:05 AM
hi all, I've got an app that we've been using for about 3 weeks with no issues and a couple days ago it started hanging when it was loading (chrome pops up a window saying "this tab is stuck, do you want to wait?". it loads a decent amount of data into tables, but the amount of data that it loads hasn't changed nor has the page configuration, so I think this may be due to a recent change. what's the best way to report something like this?

jmif — Yesterday at 12:41 AM
just a bit more context, if i limit the amount of data returned in they query it doesn't hang, but as i mentioned this just started happening and there were no changes in the config of the app or the amount of data returned in the past few weeks.

@neon-balcony neon-balcony added the bug Something isn't working label Dec 26, 2022
@MichalisDBA
Copy link

I attach 2 screen records.

I use mysql database and fetch 1000 rows with many collumns.

You can see that with version 1.1.2 the table is fetching and paginating the data much faster that version 1.1.3. Also 1.1.2 is less resource intensive in memory.

1.1.2 Screen record:
1 1 2

1.1.3 Screen record:
1 1 3

@Simonaaaa-C
Copy link

Simonaaaa-C commented Jan 18, 2023

This is now improved in v1.1.4, please check it out.

@MichalisDBA
Copy link

@Simonaaaa-C

Yes now the table has improved a lot. It is not yet the same performance as version 1.1.2 but it's getting closer. 90% same performance as version 1.1.2 let's say.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants