cancel
Showing results for 
Search instead for 
Did you mean: 

Paging Through Report takes 30 seconds - 1 minute per page!!!!

Former Member
0 Kudos

I've posted before on this and didn't get any resolution and it's becoming a big issue. I'm using JRC for Crystal X1 R2 and the JSF report viewer tag. We have some large reports that users are running (500+ pages) and using the viewer to page through these reports is excruciatingly slow. It's taking 30 seconds - 1 minute to go from page 1 to page 2 and then from page 2 to page 3, etc. All the backing beans are in session scope which was a suggestion from a prior post. It this just the performance of this API or is there a setting I'm missing?

Thanks,

Mike Brubaker

Accepted Solutions (0)

Answers (1)

Answers (1)

ted_ueda
Active Contributor
0 Kudos

I recommend turning on Log4J logging - it sound almost as if your JSF container isn't going back to the same session, but is re-generating the report on each page request.

With logging, you'd be able to see what the JRC engine is doing.

Sincerely,

Ted Ueda