there is a error , i dont know how to fix it,can you help me?
there is a error , i dont know how to fix it,can you help me?



Zone: Zone or Zone: Settings?

Does 304 status count as a request?Yes, 304 just means the asset is the same as the client has cached (from if-none-match etag or if-modified-since), so no need to retransmit
10000Sounds like you're hitting the functions daily limit, which aren't consumed on static requests but instead only on routes where functions are invocated. Depends on framework though, next on pages uses functions for almost all requests to route, for example
Zone: ZoneZone: Settings