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?
Currently I have a fairly big JS code in a worker for rendering my pages from the edge. I would like to know how much the size of this JS is slowing down every request due to parse/compile time for this code.
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?
In the documentation it says that the tiered cache works with the fetch API but that counts only on fetches to external urls or does it also works when fetching from a bindded worker service?
4 replies