forked from Aloisius/ia-web-commons
-
Couldn't load subscription status.
- Fork 6
Closed
Labels
Description
Try to improve the performance of WAT/WET generator. The results of a profiler run (on 3abab54 using async-profiler) shows that most time is spent for
- HTML parsing (by htmlparser.org) - including reading, verifying, decompressing the WARC data
- JSON serialization
- regex matching

(interactive SVG.zip)