Skip to content

Performance boost#1803

Open
reashetyrr wants to merge 3 commits intoMottie:masterfrom
reashetyrr:performance-boost
Open

Performance boost#1803
reashetyrr wants to merge 3 commits intoMottie:masterfrom
reashetyrr:performance-boost

Conversation

@reashetyrr
Copy link
Copy Markdown

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.

1 participant