You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have embedded a Copilot widget on my site and it takes around 7-10 seconds to show up. The file taking the most time to load is a index-DnjoDoLU.js which is around 1.7Mbs and appears to be loaded in chunks.
To Reproduce
Steps to reproduce the behavior:
I have uploaded my chainlit app on a 2GB AWS lightsail webserver. The default API is used (chainlit run app.py)
I load my webpage while inspecting the network tab in browser tools
index-DnjoDoLU.js is loaded after 7-10 seconds after which it initiates multiple web sockets.
Expected behavior
I would expect my chainlit copilot to load in atleast 4 seconds as this is a production environment, 7-10 seconds is too much.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser: Brave
Additional context
I did try researching about the client server process for chainlit but there are not many resources to be found.
I really do not know whether it is a problem with my server or chainlit, I have not found anyone facing the same problem.
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
I have embedded a Copilot widget on my site and it takes around 7-10 seconds to show up. The file taking the most time to load is a index-DnjoDoLU.js which is around 1.7Mbs and appears to be loaded in chunks.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect my chainlit copilot to load in atleast 4 seconds as this is a production environment, 7-10 seconds is too much.
Screenshots
Desktop (please complete the following information):
Additional context
I did try researching about the client server process for chainlit but there are not many resources to be found.
I really do not know whether it is a problem with my server or chainlit, I have not found anyone facing the same problem.
Thanks!
The text was updated successfully, but these errors were encountered: