I've minified all of my Js and Css scripts and stylesheets, respectively, but deployed them on my site as .js and .css files, respectively. A colleague now told me that it's better to store their names using the .min
prefix, as this will be processed differently by the browser, and for example Google will improve the ranking of your page, as it will assume faster page load times.
I cannot find anything online is this sense; so I wanted to ask here: Is this actually true?