Make WordPress Core

Opened 13 years ago

Last modified 12 years ago

#18314 closed task (blessed)

Merge admin CSS files and remove duplicates — at Initial Version

Reported by: azaozz's profile azaozz Owned by:
Milestone: 3.3 Priority: normal
Severity: normal Version:
Component: Performance Keywords:
Focuses: Cc:

Description

Looking through wp-admin/css we have large amount of stylesheets that aren't optimized neither for loading nor for maintenance/consistency.

Generally we have two options: either to break our CSS into smaller chunks of dependent styles and load different amount on each screen or to "globalize" it all into wp-admin.css.

The second option would be (quite?) better for faster loading. Currently we concatenate and compress the admin css but since the files are different for most screens, the concatenated file has to be downloaded each time. If all admin styles are in one file it will be cached by the browser after the first time (in memory) and all subsequent loads will be faster.

Change History (0)

Note: See TracTickets for help on using tickets.