Any request to a path where it runs. All requests to the site if you have a _worker.js_worker.js, all covered paths if you use the /functions/functions folder.
it's probably _worker.js, see above about how a few of us have talked about this and how to maybe do some better work there in the future around static assets.
It looks correct to me, I did notice some weird count of invocations myself, but it was a _worker.js_worker.js from a SvelteKit deployment, so I don't know how many request it actually did.
Yeah, we talked about it before, but any project with any functions stuff (anything in the functions directory or an _worker.js) make every request on that project count as an invocation.
We’re figuring out if we can get smarter about that when we come out of beta, but yes, even static assets without any matching route will count as an invocation.