How to improve the performance faster - Reg.
How to improve the performance faster - Reg.
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
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
Re: How to improve the performance faster - Reg.
Hello,
Can you please send us your report for analysis.
Thank you.
Can you please send us your report for analysis.
Thank you.
Re: How to improve the performance faster - Reg.
Hi,Aleksey wrote:Hello,
Can you please send us your report for analysis.
Thank you.
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
Re: How to improve the performance faster - Reg.
Hello,
Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.
Thank you.
Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.
Thank you.
Re: How to improve the performance faster - Reg.
Hi,Aleksey wrote:Hello,
Please try to turn off caching (report.ReportCacheMode) for report, it is not supported for WebViewerFx.
Thank you.
i already tried the above option, but it is not working. So kindly suggest me some other option.
Thanks & Regards,
Shan
Re: How to improve the performance faster - Reg.
Hello,
Can you please send us a simple test project, which reproduce the issue?
Thank you.
Can you please send us a simple test project, which reproduce the issue?
Thank you.
Re: How to improve the performance faster - Reg.
Hi,Ivan wrote:Hello,
Can you please send us a simple test project, which reproduce the issue?
Thank you.
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
Re: How to improve the performance faster - Reg.
Hello.
We need to reproduce this issue on the WORKING sample project. Could you send it to us?
Thank you.
We need to reproduce this issue on the WORKING sample project. Could you send it to us?
Thank you.
Re: How to improve the performance faster - Reg.
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.jpg (27.44 KiB) Viewed 4483 times
Re: How to improve the performance faster - Reg.
Hello.
Please, try the latest prerelease build there you will get the full error message.
Thank you.
Please, try the latest prerelease build there you will get the full error message.
Thank you.