-
Couldn't load subscription status.
- Fork 521
Open
Description
We used to generate all the video pages on the fly. And the build took ages, so we only build videos specifically if you turn it on, or on deployment.
Now we generate page stubs outside of the usual build, and commit the result. Although the stubs still load data from the YAML files. 🤷♂️
Running a clean build on my laptop without building videos:
real 1m42.046s
user 4m42.646s
sys 0m10.230s
Running a clean build on my laptop building videos:
real 2m43.086s
user 7m35.735s
sys 0m11.698s
It's slower, but is it slower enough for the extra logic? @mxsasha
Metadata
Metadata
Assignees
Labels
No labels