🚧 UNDER HEAVY CONSTRUCTION BECAUSE WORKERS UNIONIZED 🚧

Image Testing Results Part 1 + testing super long title so see how the line clamping works wow wow ebin ebin cool cool

Tuesday, 29 August 2023 at 14.55
(Edited: 04/09/2023, 14.37)
Thoughts about image loading on Astro
1 minute read
0 views

So far, I've tested 3 different locations for hosting images:

  • Supabase Storage

  • Azure Blob Storage

  • Cloudinary

Here's so thoughts about each solution.

Supabase

  • Access: Not excellent.

    • The Storage API sucks, you cannot list files nor fetch all folder contents (as far as I tried)

    • To access, you need to make a GET-request to the specific path OR manually copy URL

  • Quality: Very bad.

    • It does something to the images. Below is an example of how colors are ruined (24-bit depth)

  • Speed: Quite slow-ish

img

Azure Blob Storage

  • Access: Annoying

    • Get this: You cannot rename files in Blob Storage... Unless you're VIEWING them through Storage Browser. It's so weird this is a feature that only works in 1 place...

  • Quality: No issues

  • Speed: Speedier

Cloudinary

  • Access: Good.

    • Just get the URL, or link with Contentful to gain access to images

  • Quality: No issues

  • Speed: Decent


Please login to comment.

Comments: 0


Be the first to commment :)

Refresh counter test =
0