Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Cache formLists #3

@gmaclennan

Description

@gmaclennan

Cloudflare is a very easy and cheap way to reduce server load, caching pages in a CDN. We can't use it on the route domain though because the timeout is too short for form submissions from a slow connection.
Currently creating the form lists is expensive (it calculates the md5 of each file every time), so this would benefit from being in a CDN. We could redirect formList requests to a subdomain that is cached on Cloudflare's network.
Worth the effort? Current in-memory caching in f3a3173 may be enough.
Another option to improve caching would be to cache components of a form list.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions