Blitz
Blitz
Explore posts from servers
CDCloudflare Developers
Created by Blitz on 7/22/2024 in #general-help
Clarification regarding response time metrics
And thanks a ton for the elaborate clarification, we ended up adopting D1 and incrementally moving our logic to workers already! our cron costs have gone down by an order of magnitude as we were being charged per ms cpu useage earlier as well, but over here it just executes so fast. and thanks to you now i understand why!
5 replies
CDCloudflare Developers
Created by Blitz on 7/22/2024 in #general-help
Clarification regarding response time metrics
(yes i did misread)
5 replies
TtRPC
Created by Blitz on 7/25/2023 in #❓-help
avoiding used more hooks than previous render
Lesson: read the docs before posting a question
5 replies
TtRPC
Created by Blitz on 7/25/2023 in #❓-help
avoiding used more hooks than previous render
Solution pass enabled: condition in useQuery options
procedures.readOne.useQuery({ id: id as string }, { enabled: id !== undefined })
procedures.readOne.useQuery({ id: id as string }, { enabled: id !== undefined })
5 replies
TTCTheo's Typesafe Cult
Created by Yoers on 11/26/2022 in #questions
Is the server a 'custom server'
are there alternatives to prisma that are optimised for serverless? i never knew prisma had such limitations
32 replies