-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Increase the rendering quality of the detail view (bug 1991482) #20323
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
Conversation
But keep a lower quality when enableOptimizedPartialRendering is true because we need to compensate the time used to compute the bboxes and since subsequent rendering are faster it's more acceptable to see a lower quality image for few tenths of seconds.
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/161667189bd80f1/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/a480f874c934715/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/161667189bd80f1/output.txt Total script time: 19.45 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/a480f874c934715/output.txt Total script time: 42.39 mins
|
nicolo-ribaudo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also rendering the next detail view sooner when scrolling would help (e.g. as soon as you start scrolling down, we pre-render the next detail view below the current one)
If we do this, we might go back to a lower resolution. Perhaps we could even pre-render before you start scrolling, if we're idle. |
|
Thanks! |
But keep a lower quality when enableOptimizedPartialRendering is true because we need to compensate the time used to compute the bboxes and since subsequent rendering are faster it's more acceptable to see a lower quality image for few tenths of seconds.