I have a couple of exact same aggregates that ended with different names.
well, theoretically there had to be at least one character difference after aggregation but before minification, as the name is based on an md5-hash of the aggregated un-minified code.
So I’m not really sure with today’s browsers and caching and speed, is it better for my site to have one aggregate and lots of little files, or maybe 3 or 4 aggregates and fewer smaller files? And with pipelining that’s a really matter whether I have separate files or not
those are good questions. you can turn aggregation off in AO (it’s optional as from 2.4, although default on) and compare results (do test on “mobile” restricted bandwidth/ higher latency and who have significantly more aggresive cache purging logic)