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

Performance boost #1803

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

reashetyrr
Copy link

there was an unnecessary find which was in a loop of each column for each row,

this caused to execute 32.000 times if you have 4.000 rows and 8 columns, this was unneeded and heavy.

in above mentioned values you could wait for 5 minutes until a select filter was executed, after patch this changed to approx 2 seconds

theres no need to set ffxn in a loop, when having 4k rows with 8 columns as example then the jQuery find will execute 32000 times

the setting of ffxn does not use cell data, so dont loop it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant