Jump to content

HTML 5 Chart taking more time to load for aggregation queries


kamalini.athmarao

Recommended Posts

We have upgraded from Jasper 5.6 to Jasper 6.1. Few reports, performance has been degraded after the upgrade. 

After analysis, its been noticed that, if report is designed with 'List Aggregate' functions in SQL, Report load time is more compared to other queries. Also, components like chart or table or crosstab further increases report execution time. 

Please guide to increase the performance of the report. 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

In <tomcat>/conf/server.xml , you will find a <connector .... /> Tag. Replace the complete tag with :
 

<Connector compressableMimeType="text/html,text/xml,text/css,text/javascript, application/x-javascript,application/javascript"
compression="on"
compressionMinSize="128"
connectionTimeout="20000"
noCompressionUserAgents="gozilla, traviata"
port=" ***** "
maxHttpHeaderSize="65536"
redirectPort=" **** " protocol="HTTP/1.1" />

Note: Replace the stars with relevant connector port and redirect port.

This is a way to tune your tomcat, go through the following link to learn about more ways to tune you tomcat.

Regards,
KKriplani
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...