Lazy loading global search
Is there a way to disable the lazy loading of the global search?
13 Replies
What do you mean by lazy loading?!
The global search is not visible on load and shows up after all the lazy widgets are loaded
I don't remember it doing this in V2 so if it can be disabled that would be great
I think this is a side effect of livewire’s request batching. This is why it didn’t happen in v2. Unfortunately until Caleb releases the isolate feature he’s working on, I don’t think there’s much that can done about it.
Why is the global search lazy at all?!
I didnt understand that either
I believe the whole page Lw component is getting held up by the batching introduced from the widget. I could be wrong,
So this behavior is not desired?
If you remove the widget, does it still happen?
If i remove the widgets from the custom dashboard page like this:
It still is lazy loading
It is faster ofcourse, but still noticeable
Would this PR be of some kind of help?