Skip to content

Refactor talk video pages (again) #2160

@plaindocs

Description

@plaindocs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions