ItsWendell
Explore posts from serversCDCloudflare Developers
•Created by ItsWendell on 10/28/2024 in #d1-database
Unexplained row reads in billable usage
3 replies
CDCloudflare Developers
•Created by ItsWendell on 10/28/2024 in #d1-database
Unexplained row reads in billable usage
3 replies
CDCloudflare Developers
•Created by Marcel Overdijk on 8/27/2024 in #workers-help
Simple logging in development
Hi Marcel,
Is this purely for development? What's missing in the standard logging features
console.log
/ console.debug
etc that you would want in a logging library? For production I've been using https://axiom.co with a tail worker that pushes regular old console log's into Axiom. For Pino, you need to make sure you're using the 'web' version and not the 'node' version, since the node version isn't fully compatible.3 replies
CDCloudflare Developers
•Created by Timotei Albu on 6/24/2024 in #pages-help
Implement Skew Protection
Any progress on this?
2 replies
CDCloudflare Developers
•Created by sean.h on 8/20/2024 in #next-on-pages
25MB file limit next-on-pages
e.g.
.vercel/output/static/_worker.js/index.js
or anything else7 replies
CDCloudflare Developers
•Created by sean.h on 8/20/2024 in #next-on-pages
25MB file limit next-on-pages
If you check your
.vercel/output/static/
folder, any files that stand out?7 replies
CDCloudflare Developers
•Created by sean.h on 8/20/2024 in #next-on-pages
25MB file limit next-on-pages
Your bundle sizes of your pages look decent, I think the issue might be with your edge worker.
7 replies