How to improve the performance faster - Reg.

Stimulsoft Ultimate discussion
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

How to improve the performance faster - Reg.

Post by shan »

Hi,
i am using the Stiwebviewer to display the result, my template renders more than 350 pages kindly note that it takes min. of 5 mins to display. But in local when i use the preview tab it renders within 10 to 15 secs.

So kindly look into the above mentioned details and then suggest me how to improve the performance.

Thanks & Regards,
Shan
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to improve the performance faster - Reg.

Post by Alex K. »

Hello,

Can you please send us your report for analysis.

Thank you.
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

Re: How to improve the performance faster - Reg.

Post by shan »

Aleksey wrote:Hello,

Can you please send us your report for analysis.

Thank you.
Hi,
Also i used the StiwebviewerFX, it is working fine. But some times 1st page getting displayed & then from 2nd page to 28th page shows blank page and then from 29th page to 76th page it gets displayed. I don't know why it shows blank pages.
For the same above process if we use the stiWebViewer it is showing all the 76 pages correctly.
Can you explain why it is showing the blank pages in detail? or otherwise any suggestions to overcome this.

Thanks & Regards,
Shan
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to improve the performance faster - Reg.

Post by Alex K. »

Hello,

Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.

Thank you.
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

Re: How to improve the performance faster - Reg.

Post by shan »

Aleksey wrote:Hello,

Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.

Thank you.
Hi,
i already tried the above option, but it is not working. So kindly suggest me some other option.

Thanks & Regards,
Shan
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: How to improve the performance faster - Reg.

Post by Ivan »

Hello,

Can you please send us a simple test project, which reproduce the issue?

Thank you.
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

Re: How to improve the performance faster - Reg.

Post by shan »

Ivan wrote:Hello,

Can you please send us a simple test project, which reproduce the issue?

Thank you.
Hi,
I used the below code to view the report.
var report = new StiReport();
report.Load(path);
report.ReportCacheMode = StiReportCacheMode.Off;
report.Dictionary.Databases.Clear();
report.Dictionary.Databases.Add(new StiSqlDatabase("name", constr));
report.Dictionary.DataSources.Clear();
report.RegData("name", "name", ds);
report.Dictionary.Synchronize();
StiWebViewerFx1.Report = report;

Kindly look into above mentioned code and suggest me how to use the StiWebViewerFx.

Regards,
Shan
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to improve the performance faster - Reg.

Post by HighAley »

Hello.

We need to reproduce this issue on the WORKING sample project. Could you send it to us?

Thank you.
shan
Posts: 51
Joined: Mon Nov 05, 2012 10:16 am

Re: How to improve the performance faster - Reg.

Post by shan »

Aleksey Andreyanov wrote:Hello.

We need to reproduce this issue on the WORKING sample project. Could you send it to us?

Thank you.

Hi,
i cant reproduce the issue in sample data thats why i am not able to send, Can you guide how to check the process steps.
But i need this StiWebviewerFX because it was nice to use.
Also i will attach screen shot error which was coming recently, i dont know what kind of error it was ?

Regards,
Shan
Attachments
Error Screen Shot
Error Screen Shot
Error.jpg (27.44 KiB) Viewed 4490 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to improve the performance faster - Reg.

Post by HighAley »

Hello.

Please, try the latest prerelease build there you will get the full error message.

Thank you.
Post Reply