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

Huge CPU load on server side - probably when using "modify" #81

Closed
ildar170975 opened this issue Aug 1, 2022 · 2 comments
Closed

Huge CPU load on server side - probably when using "modify" #81

ildar170975 opened this issue Aug 1, 2022 · 2 comments

Comments

@ildar170975
Copy link
Contributor

ildar170975 commented Aug 1, 2022

I have a test page with ~5..7 cards.
Every card shows a flex-table-card with ~5 rows.
Every card represents some example of using modify option.
Nothing super complex, just like this:

  • math operation like "x * 100";
  • string operation like split to substrings;
  • convert a timestamp into Datetime.

Every time I open this page I observe a huge CPU load on a server side.
If an average CPU load (measured by top command) is 5..20%, now I see it about 95%.
I have to reboot the host then.

image

Using Chrome, Win10x64 as a client.
Using x86 mini PC as a server (Debian).
HA in Container.

@ildar170975 ildar170975 changed the title Huge CPU load on server side - probbaly when using "modify" Huge CPU load on server side - probably when using "modify" Aug 1, 2022
@daringer
Copy link
Collaborator

daringer commented Sep 3, 2023

this might also be solved by #103

@ildar170975
Copy link
Contributor Author

Seems to be solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants