Your browser caches them. So as long as the name is the same they should just be loaded from browser cache
But nginx https://stackoverflow.com/a/20843725
Hello.
Every time I reload the page, the app fetches all the css and js files. How can I cache them to prevent this and save traffic?
I need a solution other than laravel-mix.
What is the best way for caching assets for Laravel and Nginx?
Your browser caches them. So as long as the name is the same they should just be loaded from browser cache
But nginx https://stackoverflow.com/a/20843725
Please or to participate in this conversation.