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:
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.
Jump to solution
5 Replies
Hotcat
Hotcat2y ago
Please check the network tab in devtools of your browser, how long does the request take? also please share your code
Oumaima
OumaimaOP2y ago
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 !
Oumaima
OumaimaOP2y ago
Dennis Koch
Dennis Koch2y ago
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
Noxo
Noxo2y ago
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.

Did you find this page helpful?