Is turbo_stream have maximum payload size?

is there a guidance for maximum or optimum turbo payload size?

I want to know when is too much to send via turbo stream so its better to make do a turbo-frame replace or a page refresh or splitting the stream instead putting everything on one stream

this question make me a bit confused

As far as I know, there should be no difference between what you stream versus what you frame versus what you include in the body of a page from the start – it’s all HTML, going to a browser. Whatever you think a browser is equipped to handle should be fine. Remember, not everyone buys the latest computer with the most possible RAM. That’s just you, my friend! So you should be making your pages and associated assets as skinny as possible anyway.

Walter