You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PDF attached starts to exhibit the described behaviour. When I revert that specific commit and test again, the render of the image is almost instantaneous.
I noticed that with the changes in the above commit, the chrome dev tools profiler shows an uptick of this routine that seems to be consuming the worker when scrolling in the document.
The text was updated successfully, but these errors were encountered:
Attach (recommended) or Link to PDF file here:
jpeg-scroll-issue.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior?
When scrolling, the subsequent pages should render relatively quickly.
What went wrong?
The page is blank for awhile before the pages render.
Additional Details
I believe that after this commit:
62a9c26
The PDF attached starts to exhibit the described behaviour. When I revert that specific commit and test again, the render of the image is almost instantaneous.
I noticed that with the changes in the above commit, the chrome dev tools profiler shows an uptick of this routine that seems to be consuming the worker when scrolling in the document.
The text was updated successfully, but these errors were encountered: