❄Tubalt❄
CDCloudflare Developers
•Created by Disciple of Caoximeihao on 12/11/2024 in #workers-help
workers are very slow
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.
4 replies