Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
11
Likes
4
Comments
How to reduce latency in your apps
by
Paul-Simon Emechebe
https://www.cio.com/article/286721/enterprise-architecture-how-to-improve-application-performance-and-reduce-latency.html
In this read, they talk about how to improve performance and achieve low latency in apps.
Nice, thank you for sharing. Super important indeed. I recall reading h article below and it blew my mind.
Basically, Amazon found that every 100 milliseconds cost them about 1 percent in sales. That translated into millions of dollars per second. Google also found that an extra .5 seconds in search page generation time dropped traffic by 20%.
I always think about this now whenever FB, Insta, Amazon, etc goes down and how people must be literally sprinting around the office trying to figure it out 😂
https://www.gigaspaces.com/blog/amazon-found-every-100ms-of-latency-cost-them-1-in-sales
Great read. I've also seen night and day difference in speed after moving my application to serverless running on AWS Lambda - hold mother of speeeeed :) It certainly makes things more complex, but holy cow is it fast!
Are you using Lambda or Lambda@Edge?
I'm using a service called Laravel Vapor which deploys my Laravel application on AWS Lambda, and I believe it uses Lambda.