price not change, but the cpu time 10x, the total price of bill data increased 10x in my invoice
price not change, but the cpu time 10x, the total price of bill data increased 10x in my invoice

Requests to static assets are free and unlimited.Requests today immediately.Does cloudflare support the cache to prevent call worker everytime?You asked this in #workers-feature-suggestions. Please try and keep conversations to one channel to avoid confusion for people trying to help.

npm i @hono-rate-limiter/cloudflare. There is 1 other project in the npm registry using @hono-rate-limiter/cloudflare.
og-img lib

import { connect } from 'cloudflare:sockets';
// if keep socket connection here will charge CPU time?
const socket = connect(gopherAddr);
export default {
async fetch(req): Promise<Response> {
}
}