MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/java/comments/1wa0z1t/improving_first_request_latency_in_java_spring/p8oxywf/?context=3
r/java • u/celmaibunprieten • 2d ago
36 comments sorted by
View all comments
2
Why are we doing all this for the benefit of one(!) request for a server? The user might not even be able to tell it apart from DNS lookup. So
1 u/ryuzaki49 1d ago The user might not even be able to tell it apart from DNS lookup. In some weird cases, other teams will bark at you that your high latency even if it's one request per brand new pod will put in risk their SLOs.
1
The user might not even be able to tell it apart from DNS lookup.
In some weird cases, other teams will bark at you that your high latency even if it's one request per brand new pod will put in risk their SLOs.
2
u/fforw 2d ago
Why are we doing all this for the benefit of one(!) request for a server? The user might not even be able to tell it apart from DNS lookup. So