Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jet10000 , htmx makes it possible since 1.5.0 as documented in #525. And there also #824 that suggests to make it easier / more native to achieve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://laravel-livewire.com/docs/2.x/polling
Livewire reduces polling when the browser tab is in the background so that it doesn't bog down the server with ajax requests unnecessarily. Only about 5% of the expected polling requests are kept.
Beta Was this translation helpful? Give feedback.
All reactions