Is this memory usage normal?

Im new to laravel & filament, and i've been working on this project for a month now and just discovered laravel debugbar, but im seeing memoru usage around 40ish just like in the pic , but i see in this video https://www.youtube.com/watch?v=LGHKjqLAhP4 its memory usage just 3 mb did i do something wrong? my install step : 1. i create-project laravel 2. install livewire 3 3. install filament 3 then added 3 panels and filament shield for each panels
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.
No description
No description
7 Replies
zydnrbrn
zydnrbrn4mo ago
just use php artisan filament:optimize for caching the blade icons stuff and filament components
dissto
dissto4mo ago
Are you on Windows? If yes, I got similar memory usage 🤓
zydnrbrn
zydnrbrn4mo ago
windows very slow for running php code, just use wsl for dev if u still need windows
TegarJK
TegarJKOP4mo ago
yes im on windows 11 i didnt know that, TIL
dissto
dissto4mo ago
Yea, don't worry to much about it on your local environment. On any production server (linux) the usage is as you would expect 🤓 (below is my local windows machine)
No description
TegarJK
TegarJKOP4mo ago
ahh i see, so its windows problems then. thank you i'll try later, thanks!

Did you find this page helpful?