STIXProject / stix-to-html

Convert STIX XML to HTML
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Stix to HTML 17 times slower than CyboxToHTML #52

Open davidrenne opened 10 years ago

davidrenne commented 10 years ago

FYI. Any performance improvements would be appreciated.

Sit and watch your clock for 17 to 20 seconds and envision the same Cybox indicator running through CyboxToHTML and it running 1.7 seconds. Then envision that same XML on the STIX To HTML project.

It will take about 17 to 20 seconds to render the same simple XML document because of the design of it.

Anything you can do to speed it up would be nice. But I realize it is hard to include lots of XSL files and still get it to perform quickly.

Have fun out there!