#14374 closed feature request (duplicate)
Concatenate frontend resources
Reported by: | markjaquith | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | google frontend concatenation |
Focuses: | Cc: |
Description
This comes as a suggestion from Google, who wants to help publishing platforms deliver content faster.
Many WordPress sites suffer from too many separate CSS files and JS files. They could reduce HTTP requests and improve performance by concatenating these together. If we do this in core, we can include plugin resources as well as theme resources.
Change History (4)
Note: See
TracTickets for help on using
tickets.
There's a dupe of this somewhere. It relates to extending the WP scripts and styles classes, or depends, to make it core.
Btw, it's not too hard todo with a plugin.