How do I use less bandwith?
I'm working on a project that requires a short looping video in the hero of a project. Does anyone have any suggestions on how I could lower the usage on vercel by maybe uploading it somewhere cheaper or storing it somewhere else?
6 Replies
npm run start --low-bandwidth
Either make the video tiny or store it somewhere else?
you could try compression or making it a webp
oh didnt know webp video was a thing thought about making it a gif
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Never use gif. It takes way more space than anything else.
I've used Vimeo for something like this. You can use S3 + Cloudfront. You still want to try and optimize your image, but there is going to be bandwidth usage somewhere.