I wonder what happened if I have two web pages on my server using the same script or css files.
If a user opens the first web page and his browser downloads the extern script and css files, then the user goes to my second web page which uses the same script and css files, will the script and css files get downloaded again? If so, how can I avoid this?
Thanks a lot!