tags:

views:

9

answers:

1

Hey, I was wondering - does it improve download performance (less file size or smth) when i set exact mime types in server. E.g. for js path in server i will set: application/javascript.

+1  A: 

I don't think so. It just makes it easier for client code to tell what it is that's being downloaded from your server.

Assaf Lavie