My angular app has been converted into server side and currently rendering it via node server. The dist size has been doubled now (3 + 3 Mb) due to server & browser folders.
Same app, I have built as a regular app (without SSR) and deployed on Apache server
SSR App which is getting served via node server (https://billionlearners.com) is taking very long to load and render. Average FCP: 4000 (Displayed in console)
Non-SSR App which is getting served via Apache server (https://sandbox.billionlearners.com) is taking less time to load and render. Average FCP: 400 (Displayed in console)
This can be confirmed via https://tools.pingdom.com/ as well.
Somehow I was under the impression SSR is faster, am I missing anything? Am I building/deploying in the wrong way?
Thanks in advance