Don't update the whole page for live components?
Hello. when i have a
->live()
component, it obviously updates the page again, but every single query is also pointlessly ran again. is there any way to prevent this? so that only required ones are updated?
this will significantly improve efficiency and refresh times when i change a live input1 Reply
Can you show the code and what queries are runing again, do you eager load them?