Actions
Feature #12804
openCombine js and css into a single file, and use html5 async attribute
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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.
No data to display
Actions