Skip to content

Investigate offloading entire scripts as a server proxy #87

@harlan-zw

Description

@harlan-zw

Theoretically, we can proxy all of the client requests to be sent by the server, meaning we also technically don't need to load the client-side script at all.

This would require writing our own implementation for tracking the page events, this should be based on Plausible as they seem quite performant.

Inspo: https://developers.cloudflare.com/zaraz/

This should be fairly minimal to support as we can stub out he core functions already using the useScript API.

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