How to make your Node.js API 5x faster!

How to make your Node.js API 5x faster!

11,656 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@JuliusGrybauskas
@JuliusGrybauskas - 11.10.2023 18:16

Always happy to see these videos!

Ответить
@timibolu
@timibolu - 12.10.2023 07:22

thanks mattteo for this

Ответить
@minhhieple6483
@minhhieple6483 - 13.10.2023 03:22

Thank you so much, One question, So we should use cache in every query to database, right ?

Ответить
@jurajzovinec
@jurajzovinec - 13.10.2023 13:00

Thanks for share this is nice video, still watching videos regarding evolving of Platformtic DB, can't wait to find a project allowing me to my hands on it :) Have you also thought of cache invalidation? Something like creating "relationships" between queries and mutations saying "Hey, if this mutation is running with this movie ID, clear query related object from cache"

Ответить
@programmer-network
@programmer-network - 16.10.2023 20:34

Thank you, Matteo. Will try to implement this in my programmer network Fastify API.

Cheers man

Ответить
@alirezanqp
@alirezanqp - 24.10.2023 18:47

Thanks

Ответить
@khanhney
@khanhney - 25.10.2023 06:15

Nice video, Thank you so much

Ответить
@ted3309
@ted3309 - 27.10.2023 12:45

Good video! Also, can you point or say where you're looking at when you're using "htop" or other fancy tools, because It's hard to follow when you see a tool for the first time.

Ответить
@codewithnws3544
@codewithnws3544 - 29.10.2023 01:06

Can we have the link to the repo of that platformic db's github repo or access to the code !

Ответить
@admiralicic
@admiralicic - 31.01.2024 08:56

Hit the Like in advance, thank you Matteo!

Ответить
@ankit8268
@ankit8268 - 01.02.2024 17:56

But you don't have just one api in your web app, if there are 100 apis how many will overlap, moreover the input to the query also need to be same for this to work right, this can decrease the performance as well. Isn't it?

Ответить
@VasuRangpariya
@VasuRangpariya - 20.02.2024 11:45

Hey Matteo Collina I have one question which package should we use for caching API. should we need to use async-cache-dedupe or fastify-caching ? because both packages ends up with cahcing data into redis or any in-mem cache

Ответить
@tusharbarate4973
@tusharbarate4973 - 13.03.2024 08:18

Does this only work with promise.all? How about if I send same request out of promise.all? will that also return from cache ?

Ответить
@alexenax1109
@alexenax1109 - 05.04.2024 18:29

Great new module!

Ответить
@cx1260
@cx1260 - 26.07.2024 23:08

wow

Ответить