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 reduction with rails 5.2 #656

Open
nikhilsojan opened this issue Oct 8, 2020 · 2 comments
Open

Performance reduction with rails 5.2 #656

nikhilsojan opened this issue Oct 8, 2020 · 2 comments

Comments

@nikhilsojan
Copy link

nikhilsojan commented Oct 8, 2020

Hi
I was using axlsx to create a workbook , stream and write to a downloadable xlsx file with rails 4.2. It used to take less than 60 seconds to create a downloadable xlsx file with 40,000 records, along with currency and date formatting. After upgrade to rails 5.2 , no more than 10,000 records can be added under 60 seconds. The total time includes fetch from db, parsing, excel creation and sending for download out of which
xlsx_package.to_stream.read
takes more time than it used to
Is there a reason for the performance reduction?

@olegykz
Copy link

olegykz commented Mar 1, 2021

hey, check the discussion here

@w3villa-amit
Copy link

Any Update on this i am facing the same issue the performance decrement in rails 5.2.

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

No branches or pull requests

3 participants