Increase the rendering quality of the detail view (bug 1991482)#20323
Increase the rendering quality of the detail view (bug 1991482)#20323calixteman merged 1 commit intomozilla:masterfrom
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.
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.