Good day,
I have updated from version 10.1 to 13.0 but the JavaScript is slower than it was on v10.1, particularly when loading listgrids. I have added the dynamic compression in the web.xml(see below)
<filter>
<filter-name>CompressionFilter</filter-name>
<filter-class>com.isomorphic.servlet.CompressionFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>CompressionFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
I have also add the isomorphic-compression dependency to the pom.xml. Is there anything else that I should be doing to make the system load faster.
Kind regards
I have updated from version 10.1 to 13.0 but the JavaScript is slower than it was on v10.1, particularly when loading listgrids. I have added the dynamic compression in the web.xml(see below)
<filter>
<filter-name>CompressionFilter</filter-name>
<filter-class>com.isomorphic.servlet.CompressionFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>CompressionFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
I have also add the isomorphic-compression dependency to the pom.xml. Is there anything else that I should be doing to make the system load faster.
Kind regards
Comment