Openlitespeed

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

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

#Node.js #API #faster

“Adventures in Nodeland – Matteo Collina”

In this video I demostrate how to use the module to increase the req/s of Platformatic DB by 5x, while reducing the latency to 1/3. Amazing? You can implement it too!

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

14 Comments

  1. 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

  2. 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?

  3. 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.

  4. 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"

Leave a Reply