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.
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
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.