Hello! I am trying to increase the page load performance, and I was recommended to try this hook from remix-utils
https://github.com/sergiodxa/remix-utils?tab=readme-ov-file#cacheassets
My understanding was that this is something most modern browsers already did.
Does this do anything the browser doesn't? Or is it more insurance to make sure everything possible caches. Is it generally recommended to use?
Thanks!