RichFaces rich:insert takes a long time to output large files
- by Mark Lewis
Hello
I'm using a RichFaces <rich:insert like this:
<rich:panel header="my head">
<a4j:outputPanel ajaxRendered="true">
<rich:insert src="#{MyBacking.myPath}" highlight="groovy" />
</a4j:outputPanel>
</rich:panel>
If I have a 60k file to output, it takes 23 seconds. I've got a requirement to…