I'm working on performance improvements in my application, there are lots of static files loading in head. I came across async, defer, preload, prefetch
Can someone share the advantage of preload/prefetch over async/ defer and the advantages of using async, defer, preload, prefetch with the use case
It really helps to understand the behavior and choose the right one

