Optimise website builds #9
Labels
No labels
accessibility
big
feature
frontend
high priority
small
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
hannaeko/scribouilli-backend#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Building a website take ~20-30s on my laptop as all the dependencies have to be reinstalled for each run (even when cachin the .gem files).
Maybe caching the vendor bundle folder (with the Gemfile hash as caching key / directory name) could speed things up?