Feature #12804
Combine js and css into a single file, and use html5 async attribute
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: |
Description
Can a future release combine js and css files into a single file, and use the html5 async attribute? These seem like very simple ways to improve performance.
javascript_include_tag :all, :cache => true, :async => true
stylesheet_link_tag :all, :cache => true
I made a similar post in the forums.