Fix in aggregation performance #769226: Optimize JS/CSS aggregation for front-end performance and DX now creates more than one aggregation file. However, the performance bandwidth optimization text mentions (admin/config/development/performance):

  • Aggregate and compress CSS files into one file.
  • Aggregate JavaScript files into one file.

this should be modified to:

  • Aggregate and compress CSS files.
  • Aggregate JavaScript files.
CommentFileSizeAuthor
#2 performance-label-944484-2.patch1.07 KBxmacinfo

Comments

xmacinfo’s picture

Issue tags: +Quick fix, +String freeze

Adding string freeze tag. Did not have time to create a proper patch.

xmacinfo’s picture

Component: theme system » system.module
Status: Active » Needs review
StatusFileSize
new1.07 KB

This is still required. Created a patch.

bleen’s picture

Status: Needs review » Reviewed & tested by the community

RTBC

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix, -String freeze

Automatically closed -- issue fixed for 2 weeks with no activity.