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

Previewing big PDF files make bruno unresponsive #1228

Open
majkinetor opened this issue Dec 15, 2023 · 1 comment
Open

Previewing big PDF files make bruno unresponsive #1228

majkinetor opened this issue Dec 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@majkinetor
Copy link

majkinetor commented Dec 15, 2023

PDF preview is implemented in PR #982.

With big PDF files (lets say 500 pages), bruno becomes unresponsive. It eventually recovers after a couple of minutes. Opening the same PDF in browser works instantly.

/cc @n00o

@balaji-sivasakthi
Copy link

balaji-sivasakthi commented Dec 23, 2023

@majkinetor Yeah, I get your point, and I confirmed that I can reproduce it. More than 30 pages should be rendered using web workers. react-pdf itself provides a blog for rendering more than 30 pages, and I will look into this issue.

creating-pdf-files-without-slowing-down-your-app

https://github.com/michaeldzjap/react-pdf-sample/blob/master/src/Viewer.js

wojtekmaj/react-pdf#94

@sanjai0py sanjai0py added the bug Something isn't working label Jul 3, 2024
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