[
https://issues.apache.org/jira/browse/OFBIZ-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948677#comment-14948677 ]
Gareth Carter commented on OFBIZ-6664:
--------------------------------------
What about combining and minifying css/js used for all requests? I created a script to do but only found the number of http requests go from ~50 to < 10 with very little rendering performance improvements
A note on cache, we attempted to use apache2 mod_cache module but seems like there are jsessionids attached to some of the css/js and caused us major issues (session hijacking) and had to stop - in fact we had to completely disable it
> Enhance theme js and css settings with caching and other parameters.
> --------------------------------------------------------------------
>
> Key: OFBIZ-6664
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6664> Project: OFBiz
> Issue Type: Improvement
> Components: themes
> Affects Versions: Trunk, Bootstrap theme
> Reporter: Pierre Smits
>
> In order to have fast rendering of pages multiple options are available. These include cache-control and async for css and js files.
> Currently those settings can't be set when using visual theme resources. In order to enhance the user experience and aiding developers we should figure out a way to set those variables in the dataset(s) of themes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)