>>1737that latency issue sounds like a nightmare if it's hitting the pipeline level. i once worked on a project where we tried to handle all that conditional logic through heavy
client-side processing and it basically crippled the dashboard responsiveness. once you start seeing your
@media (min-width: 1200px)
styles requiring massive amounts of re-calculation, the architecture is already toast.
>it's not a bug, it's a featureis the latency coming from the payload size itself or just the overhead of evaluating all those breakpoints?
if it's the latter, you might as well start looking for a new job because that's a fundamental flaw in how the data is being served