workers are very slow

Why does it take so long for me to load the website? I deploy static files to workers, but when I open the website, it takes a lot of time, more than 10 seconds to retrieve a js file.
No description
No description
3 Replies
Disciple of Caoximeihao
i live in VietNam
❄Tubalt❄
❄Tubalt❄2mo ago
There are several factors that could contribute to slow loading times for your website, especially when retrieving static files like JavaScript. 1.Server Response Time: Check if your server is handling requests efficiently. A slow server response can delay file delivery. 2.Large JavaScript Files: If your JS files are large, they will take longer to download. Consider minifying and compressing your files. etc. If you show your code, I can help you.
sodepr
sodepr2mo ago
Did you test on other devices/network? Let's try to disable your extension/vpn/proxy,... Open in new incognito/private tab,...

Did you find this page helpful?