Forum


Replies: 3   Views: 3575
Slow document generation from template using tables and replacevariablebyhtml
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 28-07-2015 - 07:39

Hello, The transformation from HTML to WordML is complex. If you're using huge HTML code we recommend you to split the HTML in two or more chunks instead of adding it in just one embedHtml execution, or use a server with better performance (SSD, Xeon, more RAM...) There's also a post about phpdocx performance: http://www.phpdocx.com/news/post/phpdocx-3-5-general-performance-benchmark/195 As you can see it's really fast. Regards.