terraform
terraform copied to clipboard
helpers.dataTree *very* slow
Just thought it was worth raising this issue. For me it adds about 350ms to each request for a compiled file (some pages have 10 or more compiled files) on an i7 SSD Macbook Pro.
There are a couple of synchronous IO function calls in there too.
I'm not using dataTree so I just commented out the function call and the page loads are much faster now.