slow page loading when cache is false

On a fresh laravel 10 + filament 2 , I observed a very slow loading of admin page when I set ‘cache’ => false in config/view.php I’m not sure if it’s expected behaviour or not I can file a reproduction repository of its not a expected behaviour. Thanks.
3 Replies
Patrick Boivin
Yes I'm reasonably sure this is to be expected... all Blade components are be recompiled for every single page view
cheesegrits
cheesegrits2y ago
This is absolutely expected behavior, and why view caching is a thing.
rajul
rajulOP2y ago
Thanks for info

Did you find this page helpful?