coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.93k stars 1.92k forks source link

[Bug]: Horrible response times becuse of script loading #2396

Closed hvuhsg closed 1 month ago

hvuhsg commented 5 months ago

Description

I have tried self-hosting and the admin panel was very very slow, I checked the overall server performance but it was not the issue. debugging the issue with the devtools in firefox I found out that every page request loaded a script (jsQuilting/server/jsDict_utf8.js) and the page was not rendered until the request for the script failed (NS_ERROR_NET_RESET) after blocking the request all the pages loaded much! faster from 20 second of page load to normal load times.

Minimal Reproduction (if possible, example repository)

Sorry I don't know what to put here

Exception or Error

NS_ERROR_NET_RESET

Version

v4.0.0-beta.294

Thijmen commented 5 months ago

There's not much to go on from here; is there a HAR file you can share to debug this?

peaklabs-dev commented 1 month ago

I am unable to reproduce this issue, please upgrade to the latest version of Coolify v4 and try again, and if this is still an issue, feel free to reopen this issue or create a new one. It would also be helpful if you could provide more details about the script that is causing the issue as we do not have a script with that name and I also could not reproduce this slowness anywhere.