Comment #11 on issue 5428 by [email protected]: Bad Performance on pages with Flash http://code.google.com/p/chromium/issues/detail?id=5428
I've been trying out a bunch of improvements, but nothing is satisfactory yet. I was able to get the plugins to be moved by the plugin process, in a way where all plugin instances from the same plugin are synchronized. This gets rid of our previous problem before where plugins would move at different times from each other. However, the plugins now don't move at the same time as the page. If we do this synchronously from the render, then scrolling is still a bit jaggy. If we do it async, then the page and plugins move at widely different times which looks bad. Still investigating.. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
