Skip to content

Large table generation performance issue #232

@cj-clx

Description

@cj-clx

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.

files.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions