DON'T Serve Unoptimized Images - Webp, Srcset, ImageKit, and more!

Поділитися
Вставка
  • Опубліковано 7 лип 2021
  • Unoptimized images leads to a bad user experience. Don't make the mistake of serving massive images which leads to longer load times and frustrated users and customers.
    In this video, we'll cover a few ways to optimize your images for the web. You can start by using something like tinypng.com/ to compress your images. Then, you can take it to the next level with ImageKit.
    ImageKit can dynamically create multiple different sizes of your images. When you combine this with the srcset propert in HTML, you can always serve the correct size depending on the user's screen size and pixel density. It can also determine the optimal image format to send to the user based on the browser.
    ImageKit docs : docs.imagekit.io/features/ima...
    ImageKit blogs on resizing: imagekit.io/blog/tag/image-re...
    Srcset with Kevin Powell - • srcset and sizes attri...
    _____________________________________________
    Newsletter 🗞
    Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
    www.jamesqquick.com
    _____________________________________________
    Connect with me 😀
    Live streams on Twitch - / jamesqquick
    Follow me on Twitter - / jamesqquick
    Join the 💬 Discord Server 💬 - / discord
    _____________________________________________
    COURSES 💻
    Learn how to build Fullstack apps with React and Serverless Functions - www.jamesqquick.com/courses/r...
    Learn everything you need to know about Visual Studio Code - www.udemy.com/learn-visual-st...
    Build a Quiz App - www.udemy.com/build-a-quiz-ap...

КОМЕНТАРІ • 66

  • @nyarehd
    @nyarehd 3 роки тому +13

    Thanks for sharing.
    I've just finished my portfolio site and yes, images takes about 40% of loading time.
    This gonna be useful.

  • @1ku0k
    @1ku0k Рік тому +3

    You are the only image kit tutorial video on youtube... You should have a lot more hits!

  • @Allformyequine
    @Allformyequine Рік тому

    Such great AWESOMENESS! How did I miss this one! Great stuff thank you as usual!!

  • @MaxProgramming
    @MaxProgramming 3 роки тому

    THAT IS VEEEERY INTERESTING! Thanks James 🚀🚀🚀

  • @maikolhernandez9176
    @maikolhernandez9176 2 роки тому +1

    I love this tutorial... simple, usefull and beautiful. Thank you for sharing.

  • @timbittins
    @timbittins 3 роки тому

    If you don't have much time, make it Quick. Cause this guy got you covered.

  • @Sankaritarina89
    @Sankaritarina89 3 роки тому +2

    Good video. I've been doing all these optimizations just recently to improve our LCP score. The only thing missing is webp. We have our own asset server so I'm going to have to dive deep to see what needs to be changed...
    I was just wondering, if I had like 100 JPGs, and I wanted to serve them as webp, I'd have to convert the whole batch beforehand right? Converting on the fly might not create any benefits no?... Just wondering...

  • @briandwayne3869
    @briandwayne3869 Рік тому

    Very well done. I needed to know this like right now! 🤣

  • @luuduytoan3819
    @luuduytoan3819 3 роки тому

    Thank you so much for this tip!!

  • @varshasingh1299
    @varshasingh1299 3 роки тому

    First like comment then see complete video...that much I trust you...

  • @strikeralph
    @strikeralph 7 місяців тому

    Helped so much❤

  • @destinlee
    @destinlee 3 роки тому

    Fun watching this now that you told us how it was all done on the last Compressed 🍻

  • @thetawise
    @thetawise Рік тому

    This is awesome! thanks for sharing :)

    • @JamesQQuick
      @JamesQQuick  Рік тому +1

      Glad you enjoyed it!

    • @thetawise
      @thetawise Рік тому

      @@JamesQQuick Are there any optimizations we can make around serving gifs via imagekit? Currently it seems like cloudfront caching (media served through static s3 bucket via aws) is more performant than imagekit for Gifs, but I'm unsure if this is because I haven't configured imagekit correctly to serve Gifs

  • @whatthefunction9140
    @whatthefunction9140 3 роки тому

    This is gold

  • @RubberDuckCoding
    @RubberDuckCoding 2 роки тому

    VERY VERY NICE!

  • @luonglinhkhoi401
    @luonglinhkhoi401 2 роки тому

    I wonder if imagekit support adding metadata such as title or description when requesting and getting response

  • @harratabdelmalek2062
    @harratabdelmalek2062 3 місяці тому

    Thank you so much , man ❤

  • @vladserhiychuk8925
    @vladserhiychuk8925 6 місяців тому

    That's what I need. Thanks.

  • @mati2370
    @mati2370 2 роки тому

    What to do in case a cloud service stops responding for some reason? Can we set a fallback local image to show up instead of an alt attribute text?

  • @mrBurlaka1
    @mrBurlaka1 4 місяці тому

    so cool! thanks

  • @theog4983
    @theog4983 3 роки тому

    Hi James. I'm curious about one thing; can you please explain why you decided to create an array with the numbers 1-10 and using Foreach, as opposed to using a for loop which wouldn't necessitate creating an array for indexes?

    • @JamesQQuick
      @JamesQQuick  3 роки тому

      Great points. Unfortunately this was just an oversight. As I changed the way demo I did the demo, I forgot to update some parts of the code. Sorry for the confusion!

  • @SmashieHC
    @SmashieHC 2 роки тому

    I would love something like this for next/image since I'm currently using that and deployed a Netflix-Clone, but i'm having a hard time optimizing the images. And if I use next/image all of my styling breaks...

  • @lucasmendonca2197
    @lucasmendonca2197 3 роки тому +2

    These thumbnails with ❌ and ✔️ are great attention-grabbers! keep 'em coming please

    • @JamesQQuick
      @JamesQQuick  3 роки тому

      Thanks! They definitely seem to get more visibility

  • @destroyer40869
    @destroyer40869 3 роки тому

    What was the vscode theme name you used?

  • @patricknelson
    @patricknelson 7 місяців тому

    BlurHash is also another good method for showing blurry placeholder images while waiting for the larger images to load.

  • @itgiants5218
    @itgiants5218 2 роки тому

    what is the vscode theme you're using?

  • @JeyDotC
    @JeyDotC 2 роки тому +5

    Now I'm curious on how image kit protects itself from denial of service attacks or prevents people from causing crazy costs to a company by abusing the dynamic imagine generation 🤔

    • @thedeadz0ne1
      @thedeadz0ne1 2 роки тому

      You can restrict requests via "named-transformations" meaning you create pre-made transformations and name them, then, if you choose, imagekit can deny any transformation that isn't named. I believe there is throttling as well, plus if you call the same transform over and over it's cached

  • @SunilSkanda
    @SunilSkanda 2 роки тому

    Thanks 👍

  • @kirayamato6128
    @kirayamato6128 2 роки тому

    Is it not loosing the quality of image when you compressed it?

  • @bonganintshangase6051
    @bonganintshangase6051 Рік тому

    Could you please walk us through uploading on imagekit via client, react to be specific.

  • @tomasmatusek6292
    @tomasmatusek6292 5 місяців тому

    And what about when you have API, with images, where that was loaded/apply be users, and u aas frontend web dev should make this images smalled? Have you any idea ? You dont want every image translate by hand.

  • @diegognoatto590
    @diegognoatto590 3 роки тому

    pretty neat

  • @renatoloefstop
    @renatoloefstop Рік тому

    Nice tutorial! What if the requirement was that people need to upload images on let's say a contact form and you need to compress/optimize those before the user uploading them?

    • @JamesQQuick
      @JamesQQuick  Рік тому

      You could do a check on the file size of the image they are looking to upload and show an error message if it's too big. Is that what you mean?

    • @renatoloefstop
      @renatoloefstop Рік тому

      @@JamesQQuick Thanks for the reply! In stead of the error msg, it would be nice to automattically reduce images that are beyond certain file size (let say >2MB) so to minimize bad user experience by showing just the error. I find people using contact forms with file upload fields on their cell phones don't necessary know how to reduce them if they encounter an error while uploading. Are there good JS library's for this, how to use them or what do you recommended?

    • @hetoverseo3887
      @hetoverseo3887 Рік тому

      @@renatoloefstop Search about sharp js, cdns and optimizing user input media.

  • @pixelmasque
    @pixelmasque 2 роки тому

    great!

  • @RianY2K
    @RianY2K 3 роки тому

    thank you for tutorial. Maybe you can use Webpack to compress assets image during building production.

    • @JamesQQuick
      @JamesQQuick  3 роки тому

      That’s a good idea too!

    • @gimp3695
      @gimp3695 2 роки тому

      You can do this. I've used a webp loader, however dynamic content that users upload obviously doesn't run through webpack. This is a great option for doing that outside

  • @zergzerg4844
    @zergzerg4844 9 місяців тому

    Why srcset doesn't work. I don't se the changes, but if i 'm making changes in src by addin tr attribute it works fine

  • @riju22
    @riju22 3 роки тому

    I always use the picture tag with webp and fallback, while using imagekit as cdn

  • @AchwaqKhalid
    @AchwaqKhalid 2 роки тому +1

    #AVIF to rule them all 💪

    • @Wahinies
      @Wahinies 2 дні тому

      Theres room for JXL

  • @ha_ks799
    @ha_ks799 3 роки тому

    I recommend compress.js

  • @datoshcode
    @datoshcode 3 роки тому

    Compare a compressed file in the png format and in webp format.

    • @Wahinies
      @Wahinies 2 дні тому

      Webp is superior to true color PNG in lossless and far better in lossy

  • @rimantasdanilevicius6754
    @rimantasdanilevicius6754 3 роки тому

    what about video optimization?

    • @JamesQQuick
      @JamesQQuick  3 роки тому

      That’s something I don’t know as much about. I assume similar principles apply though

  • @nifares8744
    @nifares8744 3 роки тому

    9:22 hoy vi ese video.

  • @encycl07pedia-
    @encycl07pedia- 9 місяців тому

    You're missing a really huge way to optimize your site with those images: you don't even need 80% of the ones you showcased. Most of it is text on a background. Just put the text as actual text. and put the profile picture circles as the only pictures on the page. It looks like some of them were reused so you'd only need to load 1 or 2 much smaller images instead of 6 huge, mostly-redundant images.
    Text shouldn't be in images unless it's a logo or wordmark.
    Also your contrast is pretty awful with the black leading 00 on top of a black background. Vincent Flanders of WPTS would have a field day with those images on a website.
    WebPs are also just bad for the end user if they want to save them. Lazy loading is the same. It doesn't work if JS is turned off or not supported. Those substitutions and calculations also cost computing power.
    For thousands of years (decades, but that's not as fun to say), man has used thumbnails with real image formats. It worked on dial-up. It works today. Just optimize the image by making thumbnails. It's simpler, faster, cheaper, and just works.

  • @chhavimanichoubey9437
    @chhavimanichoubey9437 2 роки тому

    dynamic imagekit.io

  • @kennedya7848
    @kennedya7848 3 роки тому

    im interested in this. but i dont like to put 18 minutes of my life to watch this.

    • @JamesQQuick
      @JamesQQuick  3 роки тому

      Hmmm how much time can you give?

    • @kennedya7848
      @kennedya7848 3 роки тому +1

      if you can, atleast 10mins max. but if it cant really be compressed in a short video, make sure what you say is not repeated. i noticed your intro is almost 2 mins long. at most 30 secs will do. and what you said there was once again repeated later in the vid, wastes time.
      also, make use of sections/timestamps. just a simple big title on screen on what part you are taking about.
      but hey, im just a random internet dude in your comment section. it's your choice if you want to follow my opinions/recommendations.
      i'll be wishing you luck on your youtube career.

    • @gimp3695
      @gimp3695 2 роки тому +1

      I watched this in 1.5X speed and was able to follow along just fine.

    • @patricknelson
      @patricknelson 7 місяців тому

      @@JamesQQuickShould have used ImageKit to compress your video! (j/k)