PricingBlog

I have a set of cards that use gifs. Is there a way to cache the gifs so they load quicker?

  • kkrakn-1200906811499352225

    JustKraken

    2 years ago

    If so, how would I go about pulling those from a where they are stored?
  • kkrakn-1201281238082781204

    JustKraken

    2 years ago

    Team toddle Would it be possible to get some clarification or explanation on handling media in Toddle?
  • lucasg-1201283378926846033

    Lucas G

    2 years ago

    I’ve been meaning to ask about media as well
  • Does toddle do any type of image optimization?
  • Like resizing or file conversion or anything
  • andreasmoller-1201286188082921482

    Andreas Møller

    2 years ago

    When you upload it though toddle it will autmatically resize it to different sizes, but it will not optimise the original
  • But you can get the links to the different sizes by selecting the media in the project sidebar
  • lucasg-1201287149094445217

    Lucas G

    2 years ago

    Ok good to know
  • So things like image optimization should be done prior to upload
  • lucasg-1201287551881859141

    Lucas G

    2 years ago

    👍
  • andreasmoller-1201291610898583662

    Andreas Møller

    2 years ago

    Yes. It is definitely something we want to add, but we have a few more pressing things to work on 🙂
  • As for the general question. We only offer static image hosting at the moment. All other files of media you will have to host separately.
  • lucasg-1201292868376072292

    Lucas G

    2 years ago

    It’s fine for me as a lot of our images we optimize right out of Photoshop or similar depending on format
  • lucasg-1201293152393363507

    Lucas G

    2 years ago

    And not all image compression is equal so even if you guys do implement it, it would be ideal to have to option to not have images compressed
  • Though resizing is still great
  • datomnz-1201305538403778610

    Tom Wrench

    2 years ago

    Supabase do some pretty great image optimisation / transformations too. And turning optimisation off is as simple as using a slightly different URL on the image.

    https://supabase.com/docs/guides/storage/serving/image-transformations
    🙌1