SPA usually consists of bulky js files if not utilizing lazy-loading correctly. The size makes it slow.
But, I think this thread is conflating SPA vs MPA and compile-time vs request-time "rendering".
With the same complexity, compile-time rendering should be faster than request-time rendering. But in reality, most compile-time rendering is also SPA.
There are also other factors such as server's performance and cache utilization which people often forget when talking about this topic
But, I think this thread is conflating SPA vs MPA and compile-time vs request-time "rendering".
With the same complexity, compile-time rendering should be faster than request-time rendering. But in reality, most compile-time rendering is also SPA.
There are also other factors such as server's performance and cache utilization which people often forget when talking about this topic