Status: Untriaged Owner: ---- CC: [email protected], [email protected], [email protected], [email protected] Labels: Type-Feature Pri-2 OS-All Area-BrowserBackend Size-Medium
New issue 21396 by [email protected]: Warm up a plugin process (for Flash) early http://code.google.com/p/chromium/issues/detail?id=21396 This is like bug 21395, which is for providing a warm renderer process. Flash takes a while to start up. If we could keep a plugin process for Flash around, preloaded, waiting and ready to go, the load time for sites using Flash would improve. The twist here is that it's probably not worthwhile to just warm up a generic plugin process, and we're not currently equipped to do that anyway because the plugin process needs to take the plugin name on the command line. We could perhaps refactor things so that all platforms used a "plugin zygote," but the lion's share of plugin initialization time (at least in the case of Flash) is probably in Flash itself. -- 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 -~----------~----~----~----~------~----~------~--~---
