Speed Up Your Apps with Cache Control

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 63

  • @Huntabyte
    @Huntabyte  Рік тому +17

    I'm aware that there is a lot more to caching than what I cover in this video, so if you have any tips, I'd love to hear them!

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

      Related, but if anybody is looking for a simple caching solution without the overhead or dependency on redis, the `lru-cache` NPM package is a solid bet. 😄 Important note: it uses whatever memory is serving your Node app (within set limits) to cache most recently used values (i.e. it typically evicts "Least Recently Used" values at a set limit). And it was created by the creator of NPM.

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

      @@Palundrium for sure a great option if you aren’t deploying the app to vercel or similar serverless platform!

  • @Shaparder
    @Shaparder Рік тому +38

    I know your numbers arent that big, but I swear never stop making these, you're incredible at explaining concept, and the live demonstration is always on point ! Ill never stop supporting this channel, keep going man

    • @Huntabyte
      @Huntabyte  Рік тому +9

      Thank you! I don’t do it for the numbers, nor do I see myself stopping anytime soon 💯

  • @Loui3Hunna
    @Loui3Hunna Рік тому +5

    Thank you so much for taking the extra time to make illustrations for the concepts in your videos.
    It makes learning and implementing them feel so much more natural

  • @magicalmonke
    @magicalmonke Рік тому +2

    finally a sveltekit redis tutorial! great video

  • @blur3d
    @blur3d Рік тому +2

    Really solid educator and high level screencast quality. You really help make topics easy to digest and actionable with practical examples with code. Thanks!

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

      Thank you! That means a lot!

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

    Mate, this is excellent 👍. I am rebuilding an old Jekyll site into a sveltekit site. The site can hit 1million page loads in a day, fetching data from a headless CMS. Even though they say requests that hit the cached API are not counted it might be worth it to have redis in front of the graphql API.
    So as a first time sveltekit project for me, your videos have been super useful!

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

      Thank you, David! I'm glad to hear that!

  • @ygdiget4119
    @ygdiget4119 Рік тому +2

    I've been wanting a video like this for months! Thank you so much Hunter!!

  • @manuelalejandrosaezpalomin3904

    Awesome work! Thanks for explaining these concept so clear. 🙌

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

    Well done again! I REALLY appreciate the time you took to make the Excalidraw blackboard drawings; I think that is the best explanation for caching I've ever seen, and the drawings really help; to be able to show that visually is just wonderful! Thank you!! I learned something 😎😎!

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

      That's amazing to hear! You're very welcome!

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

    Great explanation. Wasn't familiar with Redis' benefits before but this elucidated them well.

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

    Another great vid Hunter, great stuff!

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

    Thank you so much for this, we really need more. Cache is the most tricky to handle. Even I don't understand why Sveltekit throws error when I use 2 cacheControl header in 2 separate pages.

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

    I have been looking for this, thank you

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

    Dude you are a god

  • @rabbitMuncher1
    @rabbitMuncher1 Рік тому +2

    Good video. Very well explained 😁

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

    Quality content, keep it up

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

    Thanks for another great content, Hunter!
    Looking forward to your course covering all the technologies you use (Svelte/SvelteKit, Typescript/ZOD, Supabase, TailwindCSS, Redis, Stripe, etc) to build a full stack app.
    Is it coming any time soon? 😅

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

      Thank you! Yes, soon enough!

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

      @@Huntabyte 🙌🏼🙌🏼. Waiting for it!

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

    A Part 2 of this great video can be a 3rd iteration where you can show cache stampede protection 😅

  • @Saad-ou3ss
    @Saad-ou3ss Рік тому +1

    Great video.

  • @ManoharMaharshi
    @ManoharMaharshi Рік тому +2

    Tq, but it would be great if you could make a full stack project-based video series covering these latest and greatest tools.

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

    Love your videos, thanks for making them! I'm working on a SvelteKit app where multiple routes have their own +page.server.ts with API fetching. Could you possibly explain how to cache across these routes so the API result is stored as the users moves between routes? Perhaps using stores and with/without cache-control?

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

      You can use a layout load function for that!

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

    Great video
    Do we need redis if we use cloudflare pages ?

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

      I need to look into Cloudflare a bit more before I can provide an accurate answer, I know their technology is amazing, I just haven't had the time to learn!

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

    tyvm

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

    just using the setHeaders, nothing from my load appears in the network, setting max=age has zero affect it always fetches.

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

    Thanks for the excellent videos. What about Vercel ISR? Do you have a tutorial about it ?

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

      No but this seems like a good idea to make one!

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

    Hi, I have a problem with 'vite dev' It will not load the page anymore after 5 seconds. it will load forever and nothing happens

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

    Hello man, great video. At 14:17 we can see the or the server logged an error. I do often get that kind of error message where the parameters is replaced by something different, do you know how to fixed it?

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

    How I would make SvelteKit revalidate the data in a set amount of time?

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

    For Scenario 3 : Will it be more faster!?
    (in your code ) when data get from the server
    first- async function will send data to the client, after that
    second - it will set/send data to redis

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

      For the next user that requests that same dataset, yes!

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

      @@Huntabyte no I said you sending redis first then client. what if you send client in a separate async function and then redis.

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

      @@raihanhossain3423 Oh, yes, you could even do a promise.all() or something of that sort! Good catch!

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

    Take a look at Upstash. They make serverless Redis stupid simple 👏

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

    why not write data to servers disk, that would be faster than api call to redis to get the data

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

    make a video on how to make sveltekit webapp to a mobile app using capacitorjs or webview etc..

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

    isn't it more straight forward to write :
    redis.set(q, await res.text(),"EX",600);
    why parsing + stringifying when you can just take the string. I hope the browser is keeping the text() value after json() have been called which means calling text() is cheap

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

      Good point! I actually haven't tried that, but if you do and it works as expected, let me know!

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

    sveltekit and firebase pleasee

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

    Love the diagrams

  • @thedelanyo
    @thedelanyo 27 днів тому

    I was expecting the redis.set to have an object argument with {ttl} 😅😅