New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 595459 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
no longer active
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 2
Type: Bug



Sign in to add a comment

[Performance] Optimize the order of styles and scripts.

Project Member Reported by apaci...@chromium.org, Mar 16 2016

Issue description

The following external CSS files were included after an external JavaScript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
roboto.css
media_router.css

This warning came up from running the audit via the Accessibility Developer Tools extension.
 
Status: Started (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, Mar 19 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0a7df88138e4ef95c891384c9d4a70cff6910343

commit 0a7df88138e4ef95c891384c9d4a70cff6910343
Author: apacible <apacible@chromium.org>
Date: Sat Mar 19 06:16:37 2016

[Media Router WebUI] Update ordering of linked files.

Resolves performance audit warning: "To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript."

BUG= 595459 

Review URL: https://codereview.chromium.org/1812103003

Cr-Commit-Position: refs/heads/master@{#382187}

[modify] https://crrev.com/0a7df88138e4ef95c891384c9d4a70cff6910343/chrome/browser/resources/media_router/media_router.html

Status: Fixed (was: Started)

Sign in to add a comment