#Incoming Fast Origin Transfer
6 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
From their doc: "Fast Origin Transfer (FOT) represents data transferred between Vercel's Edge Network and Vercel Functions."
I can only assume they mean all data (ingress + egress). So it's incoming data as well as the outgoing data.
Regarding "almost all incoming" data. It's things users can upload to your server. This ranges from ordinary requests with payload to files uploads.
Even requests without payload will eventually amount to a lot of data transfer if you have enough requests.
Yeah, that makes sense, but it would be super useful to be able to see what paths are driving the "incoming" :(. We don't have a bunch of like file uploads or whatever.