Skip to content

Views slow to load through tunnel #847

Description

@harijoe

Summary

Multiple users report that widgets/views take a long time to load on their first render inside ChatGPT. Subsequent calls render quickly, so this looks like a cold-start / first-load issue specific to the ChatGPT host rather than a general framework problem.

Observed behavior

  • First widget render in ChatGPT is noticeably slow.
  • Subsequent renders of the same widget are fast.

Expected behavior

The first widget render should be reasonably fast, comparable to subsequent renders.

Open questions / things to investigate

Loading the view through the tunnel requires fetching many source files. This appears to be bottlenecked by the browser's limit on simultaneous connections, as well as the per-connection overhead the tunnel introduces. This needs a more thorough investigation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions