From what i’ve been noticing, if I have 1 CSS file and 10 web pages using this same CSS file, everytime I go to a new page, it redownloads the CSS file.
Is there anyway I could prevent this from happening? So if the client has downloaded it once, then don’t bother to do it again?
It’s already like this ’cause of the browser cache. Don’t worry about that.