-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Similar to #222, and as I described on Gitter yesterday, I am running into CPU time limits when generating tables with large numbers of rows. I've tweaked my XML and TSS a few times to try to optimize it -- even removing conditional operations for the most part (e.g. :iteration(var="value") ).
Attached is a ZIP file with example XML, TSS and PHP code for reproducing the problem. The PHP code can be run from the command line or from a web server (e.g. php -S localhost:8000 -t .). If from the command line, the first argument is the number of rows to generate, e.g. php index.php 42. Similarly, from a web server, the URL contains the parameter named limit, e.g. http://localhost:8000/index.php?limit=42.
On my laptop, the error occurs when generating roughly 1500 rows.