You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: If server and frontend-2 are close to each other and the latency between them is low, then the server-side render by frontend-2 will be even quicker and the time to load the 1st page will be reduced for our users. This is because on first load the user only receives pure HTML with all of the GQL calls already pre-made on the server-side.
We should have a pod affinity rule to try to ensure server and frontend-2 are deployed to the same node. (though this won't scale)
The text was updated successfully, but these errors were encountered: