Vinicius Zaramella
Vinicius Zaramella
CDCloudflare Developers
Created by Vinicius Zaramella on 11/20/2023 in #workers-help
Is there any way I can find how much time my worker is taking to start up?
I can say though if the Worker is over one 1 mb it gets put in a slower cold storage which is then cached after use
@Chaika , Just to be sure. Where did you get this info? Is this inside info?
12 replies
CDCloudflare Developers
Created by Vinicius Zaramella on 11/20/2023 in #workers-help
Is there any way I can find how much time my worker is taking to start up?
1MB compressed right? I think this is might be a good target.
12 replies
CDCloudflare Developers
Created by Vinicius Zaramella on 11/20/2023 in #workers-help
Is there any way I can find how much time my worker is taking to start up?
I know it is less the 400ms now otherwise it would be throwing an error.
12 replies
CDCloudflare Developers
Created by Vinicius Zaramella on 11/20/2023 in #workers-help
Is there any way I can find how much time my worker is taking to start up?
Thanks @Chaika, now would be great if I could get the information of exactly how much time my worker is taking for being "fat". One reason I need this info is because I intend to optimize it. But it is hard to do it or even prioritize it without haing real numbers.
12 replies
CDCloudflare Developers
Created by Vinicius Zaramella on 11/20/2023 in #workers-help
Is there any way I can find how much time my worker is taking to start up?
Not sure this limit works for enterprise plans. My compresses JS is around 3.5M. Is there any place where I can see the time limit to startup?
12 replies
CDCloudflare Developers
Created by Vinicius Zaramella on 10/17/2023 in #workers-help
Does the Tiered Cache works for fetch with worker service bindings?
The problem with Cache API is that is is locally. I want to do the computation once in a separate worker and cache in as many places as possible. What about calling another worker using a normal fetch? I would be slower but would it be cached properly?
4 replies