New issue
Advanced search Search tips

Issue 903670 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocked on: View detail
issue 449439
issue 734824
issue 903669



Sign in to add a comment

Improve Load Time of CrOS ui/file_manager/* apps

Project Member Reported by tapted@chromium.org, Nov 9

Issue description

Chrome Version       : 72.0.3595.2
OS Version: Chrome

Tracker for performance improvements to CrOS files app, gallery, video_player, audio_player . Particularly around load times.

Some observations
 - code isn't minified / closure-compiled in release
 - A lot of code is loaded in both the background page and for each foreground/window page, even though they share a JS context
   * although this needs to be balanced by every CrOS update running the background page for every component app at startup.. (maybe)
 - a lot of test code is baked-in
 - opening a second window in, e.g., the file manager should be almost instantaneous, but it's not: stuff loads again.
 

Sign in to add a comment