Next.js Discord

Discord Forum

Are there faster free/freemium image hosting sites other than imgur?

Unanswered
noli posted this in #help-forum
Open in Discord
Imgur is slow loading on my nextjs+supabase app so I'm looking for alternatives. I use <img> tag and not <Image> (next/image) btw so let me know if I should switch.

4 Replies

Plott Hound
You will most likely see benefits of using the Image component from next. You’ll get similar performance from all of the free image hosting sites like Imgur. You could also put them in your public folder in your next project if they don’t take too much space
Plott Hound
Not that I know of. I have a lot of sites on vercel with hundreds of Image components. Not heard of this happening