Skip to content

Split data fetching and building static HTML into 2 commands #279

@honzajavorek

Description

@honzajavorek

On slow connections (like mine) the first request to python runserver.py serve takes

e
t
e
r
n
i
t
y
.

It's because the talks archive repo is cloning and basically everything is building. Maybe this could be happening only before the first request to the relevant routes? 🤔 The same could be true for all other requests doing significant computation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions