live is too slow
I'm trying to get the initial quantity once the product is selected , but it tooks too much time , what is the problem ?
Solution:Jump to solution
Filament Daily
YouTube
Filament is Slow? Check Laravel Debugbar.
If you notice that some dynamic elements in Filament are loading slowly, I have a tip for you.
5 Replies
Please check the network tab in devtools of your browser, how long does the request take?
also please share your code
I have another question , I wanna just to liste the warehouse products , which contains one product , took 15s , it"s too much for loading a single record
what is the problem !
Disable the view collector if debugbar via config and see whether it helps.
Also check debugbar what really takes much time.
We don’t know your code so everything is just guessing.
Solution
Filament Daily
YouTube
Filament is Slow? Check Laravel Debugbar.
If you notice that some dynamic elements in Filament are loading slowly, I have a tip for you.