Performance of reports with HTML text fields.
Posted: Wed Feb 13, 2013 12:59 am
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
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