-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
How do bots handle HTML streams? Do they wait for the entire stream to finish? If so, they still need to abort the stream after some timeout — is that timeout the same as for non-streamed HTML?
In particular, how does the Google Bot behave? Google ranks fast websites higher and, therefore, enabling streaming for the Google Bot may improving ranking. Is that the case?
By default, react-streaming disables HTML streaming for all bots. Is that a sensible default? Maybe we can enable streaming by default only for the Google bot?