F
Filament2w ago
Hedi

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 input
1 Reply
Dimitar
Dimitar7d ago
Can you show the code and what queries are runing again, do you eager load them?

Did you find this page helpful?