Compile times are not great #46
Labels
No Label
admins only
bug
design
duplicate
gimme feedback
good first issue
hmmmm
invalid
reference
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hmn/hmn#46
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Our compile times are really somewhat poor. It would be really nice for dev workflows if we could improve that.
At the moment it seems that the biggest contributor is wellington/go-libsass.
With go-libsass:
After removing go-libsass:
That's a pretty stark difference, I'd say. That said, this is still obviously not particularly fast.
Taking care of #8 will have a big impact here, but there are probably other improvements to be made. For starters, is there any way of timing which Go packages take the longest to compile? I think that would be a good first step.