Bandwidth usage went up after switching to SSR

Hi everyone! We recently started to use serverside rendering (to improve performance) on our project. The thing is, after this, we noticed a major increase in Outgoing Bandwidth consumption on Vercel Dashboard.
Also, we’ve tryed enabling chache-control addding the Cache Control header in the API’s response, with no noticeable improvement at all
Can anybody help us with that?

@recent_quelea @busy_asp

interested in this too

Can you use the Vercel dashboard usage drill down reports to hone in on what is the source of the bandwidth usage? That should be helpful to help you profile your application. Please let me know if there is anything specifically due to plasmic usage that you feel is unusual.

https://vercel.com/docs/concepts/limits/usage

You can consider doing things like incremental static three validation, depending on your specific site/app

Let me know if that helps