Hi Everyone,

 

I’m trying to improve the initial loading time of my application. I noticed 
that the CSS files are loaded by one by one. Currently I see 5 CSS files from 
tapestry5, plus a few more from my own application. 

 

I have upgraded to Tapestry 5.5.0. Per https://tapestry.apache.org/assets.html, 
I have added the following dependency

 

<dependency>

    <groupId>org.apache.tapestry</groupId>

    <artifactId>tapestry-webresources</artifactId>

    <version>5.5.0</version>

</dependency>  

 

And have also configured SymbolConstants.MINIFICATION_ENABLED, "true". I can 
see the CSS files have been minimized. But they are not combined into one. Does 
anyone know what to configure so that the CSS files will be combined into one 
single file?

 

Thanks in advance!!

Dongmei

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to