-
Please always post text as text, never screen shots. You screen shot is barely readable on my screen
-
It’s invoked once per cycle, but there are two cycles. The first is the GET request which does a static render, and the next is the websocket based request which does the live render. They’re two entirely separate requests. This does not necessarily imply that using live view doubles your request load though. If you use
live_redirect
to link between pages additional page requests will all go over the websocket and only need to happen once.
9 Likes