Page 1 of 1

Performance of reports with HTML text fields.

Posted: Wed Feb 13, 2013 12:59 am
by Chipo
Hi,

this is really pain to have html fields on report.

1. it is terribly slow. StiHTMLConverter.replaceHtmlSymbols is a report killer. I could not build 10 page report without timeout. I had to cut this method to bare minimum and now it flies. I can build 250+ page report no problem. I fixed it for myself but this is really issue.

2. If there is <li> tag on my report across page break I have all report "doted". It can be the result of my "fix" for StiHTMLConverter.replaceHtmlSymbols. Very highly possible. I fixed it by cutting those tags off.

Actually I do not need any action from you. I just wanted to share experience.

Best regards

Re: Performance of reports with HTML text fields.

Posted: Wed Feb 13, 2013 2:30 pm
by HighAley
Hello.

Do you use html tags in your report? What tags do you use? The support of li tag was added in last year.

Thank you.